Pistachio Hex Code — #93C572
RGB, HSL, and CMYK values for Pistachio.
Pistachio Color Values
| Format | Value |
|---|---|
| HEX | #93C572 |
| RGB | rgb(147, 197, 114) |
| HSL | hsl(96, 42%, 61%) |
| CMYK | cmyk(25%, 0%, 42%, 23%) |
Want to explore more shades? Use our Color Converter
About Pistachio
Color psychology: Freshness, cheerfulness.
Pistachio (#93C572) is a medium shade of green. It's commonly used in web design, graphic design, and branding where freshness, cheerfulness are desired associations.
How to Use Pistachio in CSS
/* Using HEX */ color: #93C572; background-color: #93C572; /* Using RGB */ color: rgb(147, 197, 114); /* Using HSL */ color: hsl(96, 42%, 61%);