HSL(147, 14%, 62%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(147,14%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 14%, 62%) | color: hsl(147, 14%, 62%) | |
| HEX | #91AC9D | color: #91AC9D | |
| RGB | rgb(145, 172, 157) | color: rgb(145, 172, 157) | |
| CMYK | cmyk(16%, 0%, 9%, 33%) | — | |
| HSV | hsv(147, 16%, 67%) | — | |
| HWB | hwb(147 56% 33%) | color: hwb(147 56% 33%) | |
| OKLCH | oklch(0.7195 0.0368 161.03) | color: oklch(0.7195 0.0368 161.03) | |
| Lab | lab(67.99 -12.34 4.61) | color: lab(67.99 -12.34 4.61) | |
| LCH | lch(67.99 13.17 159.52) | color: lch(67.99 13.17 159.52) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9D9DA1 — rgb(157, 157, 161)
Deuteranopia (Green-blind)
#9B99A2 — rgb(155, 153, 162)
Tritanopia (Blue-blind)
#92A3A4 — rgb(146, 163, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 14%, 62%);
text
color: hsl(147, 14%, 62%);
border
border: 2px solid hsl(147, 14%, 62%);
gradient light
background: linear-gradient(to right, hsl(147, 14%, 82%), hsl(147, 14%, 62%));
gradient dark
background: linear-gradient(to right, hsl(147, 14%, 62%), hsl(147, 14%, 42%))
hex
background-color: #91AC9D;
tailwind
bg-[hsl(147,14%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 14%, 62%, 0.4);
css variable
--color-primary: hsl(147, 14%, 62%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(147, 14%, 62%)?
HEX: #91AC9D | RGB: rgb(145, 172, 157) | CMYK: 16%, 0%, 9%, 33% | HSV: 147°, 16%, 67%. Copy any format from the conversion table above.
What colors go well with #91AC9D?
The complementary color is HSL(327, 14%, 62%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 14%, 62%) in CSS?
As HSL: color: hsl(147, 14%, 62%); — As HEX: color: #91AC9D; — As RGB: color: rgb(145, 172, 157); — Tailwind CSS: bg-[hsl(147,14%,62%)] — CSS variable: --color-primary: hsl(147, 14%, 62%);