HSL(129, 52%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,52%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 52%, 75%) | color: hsl(129, 52%, 75%) | |
| HEX | #9EE0A8 | color: #9EE0A8 | |
| RGB | rgb(158, 224, 168) | color: rgb(158, 224, 168) | |
| CMYK | cmyk(29%, 0%, 25%, 12%) | — | |
| HSV | hsv(129, 29%, 88%) | — | |
| HWB | hwb(129 62% 12%) | color: hwb(129 62% 12%) | |
| OKLCH | oklch(0.8478 0.1023 148.57) | color: oklch(0.8478 0.1023 148.57) | |
| Lab | lab(83.66 -31.87 20.93) | color: lab(83.66 -31.87 20.93) | |
| LCH | lch(83.66 38.13 146.71) | color: lch(83.66 38.13 146.71) |
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)
#BBBBB6 — rgb(187, 187, 182)
Deuteranopia (Green-blind)
#B7B2B9 — rgb(183, 178, 185)
Tritanopia (Blue-blind)
#A1C0C3 — rgb(161, 192, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 52%, 75%);
text
color: hsl(129, 52%, 75%);
border
border: 2px solid hsl(129, 52%, 75%);
gradient light
background: linear-gradient(to right, hsl(129, 52%, 95%), hsl(129, 52%, 75%));
gradient dark
background: linear-gradient(to right, hsl(129, 52%, 75%), hsl(129, 52%, 55%))
hex
background-color: #9EE0A8;
tailwind
bg-[hsl(129,52%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 52%, 75%, 0.4);
css variable
--color-primary: hsl(129, 52%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 52%, 75%)?
HEX: #9EE0A8 | RGB: rgb(158, 224, 168) | CMYK: 29%, 0%, 25%, 12% | HSV: 129°, 29%, 88%. Copy any format from the conversion table above.
What colors go well with #9EE0A8?
The complementary color is HSL(309, 52%, 75%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 52%, 75%) in CSS?
As HSL: color: hsl(129, 52%, 75%); — As HEX: color: #9EE0A8; — As RGB: color: rgb(158, 224, 168); — Tailwind CSS: bg-[hsl(129,52%,75%)] — CSS variable: --color-primary: hsl(129, 52%, 75%);