HSL(96, 60%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,60%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 60%, 71%) | color: hsl(96, 60%, 71%) | |
| HEX | #ACE189 | color: #ACE189 | |
| RGB | rgb(172, 225, 137) | color: rgb(172, 225, 137) | |
| CMYK | cmyk(24%, 0%, 39%, 12%) | — | |
| HSV | hsv(96, 39%, 88%) | — | |
| HWB | hwb(96 54% 12%) | color: hwb(96 54% 12%) | |
| OKLCH | oklch(0.8524 0.1284 133.76) | color: oklch(0.8524 0.1284 133.76) | |
| Lab | lab(84.19 -32.42 37.66) | color: lab(84.19 -32.42 37.66) | |
| LCH | lch(84.19 49.69 130.72) | color: lch(84.19 49.69 130.72) |
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)
#C3C39E — rgb(195, 195, 158)
Deuteranopia (Green-blind)
#C0BCA3 — rgb(192, 188, 163)
Tritanopia (Blue-blind)
#AFAFB3 — rgb(175, 175, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 60%, 71%);
text
color: hsl(96, 60%, 71%);
border
border: 2px solid hsl(96, 60%, 71%);
gradient light
background: linear-gradient(to right, hsl(96, 60%, 91%), hsl(96, 60%, 71%));
gradient dark
background: linear-gradient(to right, hsl(96, 60%, 71%), hsl(96, 60%, 51%))
hex
background-color: #ACE189;
tailwind
bg-[hsl(96,60%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 60%, 71%, 0.4);
css variable
--color-primary: hsl(96, 60%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 60%, 71%)?
HEX: #ACE189 | RGB: rgb(172, 225, 137) | CMYK: 24%, 0%, 39%, 12% | HSV: 96°, 39%, 88%. Copy any format from the conversion table above.
What colors go well with #ACE189?
The complementary color is HSL(276, 60%, 71%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 60%, 71%) in CSS?
As HSL: color: hsl(96, 60%, 71%); — As HEX: color: #ACE189; — As RGB: color: rgb(172, 225, 137); — Tailwind CSS: bg-[hsl(96,60%,71%)] — CSS variable: --color-primary: hsl(96, 60%, 71%);