HSL(89, 40%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,40%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 40%, 60%) | color: hsl(89, 40%, 60%) | |
| HEX | #9AC270 | color: #9AC270 | |
| RGB | rgb(154, 194, 112) | color: rgb(154, 194, 112) | |
| CMYK | cmyk(21%, 0%, 42%, 24%) | — | |
| HSV | hsv(89, 42%, 76%) | — | |
| HWB | hwb(89 44% 24%) | color: hwb(89 44% 24%) | |
| OKLCH | oklch(0.7658 0.1177 130.01) | color: oklch(0.7658 0.1177 130.01) | |
| Lab | lab(73.95 -27.48 36.92) | color: lab(73.95 -27.48 36.92) | |
| LCH | lch(73.95 46.02 126.66) | color: lch(73.95 46.02 126.66) |
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)
#ABAC84 — rgb(171, 172, 132)
Deuteranopia (Green-blind)
#A9A689 — rgb(169, 166, 137)
Tritanopia (Blue-blind)
#9C9497 — rgb(156, 148, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 40%, 60%);
text
color: hsl(89, 40%, 60%);
border
border: 2px solid hsl(89, 40%, 60%);
gradient light
background: linear-gradient(to right, hsl(89, 40%, 80%), hsl(89, 40%, 60%));
gradient dark
background: linear-gradient(to right, hsl(89, 40%, 60%), hsl(89, 40%, 40%))
hex
background-color: #9AC270;
tailwind
bg-[hsl(89,40%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 40%, 60%, 0.4);
css variable
--color-primary: hsl(89, 40%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 40%, 60%)?
HEX: #9AC270 | RGB: rgb(154, 194, 112) | CMYK: 21%, 0%, 42%, 24% | HSV: 89°, 42%, 76%. Copy any format from the conversion table above.
What colors go well with #9AC270?
The complementary color is HSL(269, 40%, 60%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 40%, 60%) in CSS?
As HSL: color: hsl(89, 40%, 60%); — As HEX: color: #9AC270; — As RGB: color: rgb(154, 194, 112); — Tailwind CSS: bg-[hsl(89,40%,60%)] — CSS variable: --color-primary: hsl(89, 40%, 60%);