Pistachio green color: code #93C572
Pistachio green
#93C572
Color codes
- HEX
#93C572 - RGB
rgb(147, 197, 114) - HSL
hsl(96, 42%, 61%) - HSV
hsv(96, 42%, 77%) - CMYK
cmyk(25%, 0%, 42%, 23%) - LAB
lab(74.4% -31.2 36.4) - OKLCH
oklch(76.9% 0.124 133.9)
About the color Pistachio green
Pistachio green has the HEX code #93C572, which corresponds to rgb(147, 197, 114) in the RGB model. On the color wheel its hue sits at 96°, with 42% saturation and 61% lightness (hsl(96, 42%, 61%)).
Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.
As a background it calls for dark text: black reaches a 10.47:1 contrast ratio on it, versus 2.00:1 for white.
For print, the approximate conversion is cmyk(25%, 0%, 42%, 23%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Pistachio green
Complementary
#93C572 · #A472C5
Analogous
#BDC572 · #93C572 · #72C57A
Triadic
#93C572 · #7293C5 · #C57293
Tetradic
#93C572 · #72BDC5 · #A472C5 · #C57A72
Split-complementary
#93C572 · #7A72C5 · #C572BD
Monochromatic
#548235 · #78B74E · #93C572 · #BDDCA8 · #E6F2DE
Pistachio green with white and black text
How to use it in CSS
:root {
--color-pistachio-green: #93C572;
--color-pistachio-green-rgb: 147, 197, 114;
}
.elemento {
background-color: var(--color-pistachio-green);
color: #000000;
}