HSL(88, 38%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,38%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 38%, 60%) | color: hsl(88, 38%, 60%) | |
| HEX | #9CC072 | color: #9CC072 | |
| RGB | rgb(156, 192, 114) | color: rgb(156, 192, 114) | |
| CMYK | cmyk(19%, 0%, 41%, 25%) | — | |
| HSV | hsv(88, 41%, 75%) | — | |
| HWB | hwb(88 44% 25%) | color: hwb(88 44% 25%) | |
| OKLCH | oklch(0.7629 0.1115 128.95) | color: oklch(0.7629 0.1115 128.95) | |
| Lab | lab(73.53 -25.51 35.4) | color: lab(73.53 -25.51 35.4) | |
| LCH | lch(73.53 43.63 125.78) | color: lch(73.53 43.63 125.78) |
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)
#ACAC85 — rgb(172, 172, 133)
Deuteranopia (Green-blind)
#AAA789 — rgb(170, 167, 137)
Tritanopia (Blue-blind)
#9E9497 — rgb(158, 148, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 38%, 60%);
text
color: hsl(88, 38%, 60%);
border
border: 2px solid hsl(88, 38%, 60%);
gradient light
background: linear-gradient(to right, hsl(88, 38%, 80%), hsl(88, 38%, 60%));
gradient dark
background: linear-gradient(to right, hsl(88, 38%, 60%), hsl(88, 38%, 40%))
hex
background-color: #9CC072;
tailwind
bg-[hsl(88,38%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 38%, 60%, 0.4);
css variable
--color-primary: hsl(88, 38%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 38%, 60%)?
HEX: #9CC072 | RGB: rgb(156, 192, 114) | CMYK: 19%, 0%, 41%, 25% | HSV: 88°, 41%, 75%. Copy any format from the conversion table above.
What colors go well with #9CC072?
The complementary color is HSL(268, 38%, 60%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 38%, 60%) in CSS?
As HSL: color: hsl(88, 38%, 60%); — As HEX: color: #9CC072; — As RGB: color: rgb(156, 192, 114); — Tailwind CSS: bg-[hsl(88,38%,60%)] — CSS variable: --color-primary: hsl(88, 38%, 60%);