HSL(124, 30%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,30%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 30%, 62%) | color: hsl(124, 30%, 62%) | |
| HEX | #81BB85 | color: #81BB85 | |
| RGB | rgb(129, 187, 133) | color: rgb(129, 187, 133) | |
| CMYK | cmyk(31%, 0%, 29%, 27%) | — | |
| HSV | hsv(124, 31%, 73%) | — | |
| HWB | hwb(124 50% 27%) | color: hwb(124 50% 27%) | |
| OKLCH | oklch(0.7378 0.0979 146.18) | color: oklch(0.7378 0.0979 146.18) | |
| Lab | lab(70.8 -29.77 21.52) | color: lab(70.8 -29.77 21.52) | |
| LCH | lch(70.8 36.73 144.14) | color: lch(70.8 36.73 144.14) |
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)
#9A9B92 — rgb(154, 155, 146)
Deuteranopia (Green-blind)
#979295 — rgb(151, 146, 149)
Tritanopia (Blue-blind)
#849C9F — rgb(132, 156, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 30%, 62%);
text
color: hsl(124, 30%, 62%);
border
border: 2px solid hsl(124, 30%, 62%);
gradient light
background: linear-gradient(to right, hsl(124, 30%, 82%), hsl(124, 30%, 62%));
gradient dark
background: linear-gradient(to right, hsl(124, 30%, 62%), hsl(124, 30%, 42%))
hex
background-color: #81BB85;
tailwind
bg-[hsl(124,30%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 30%, 62%, 0.4);
css variable
--color-primary: hsl(124, 30%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 30%, 62%)?
HEX: #81BB85 | RGB: rgb(129, 187, 133) | CMYK: 31%, 0%, 29%, 27% | HSV: 124°, 31%, 73%. Copy any format from the conversion table above.
What colors go well with #81BB85?
The complementary color is HSL(304, 30%, 62%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 30%, 62%) in CSS?
As HSL: color: hsl(124, 30%, 62%); — As HEX: color: #81BB85; — As RGB: color: rgb(129, 187, 133); — Tailwind CSS: bg-[hsl(124,30%,62%)] — CSS variable: --color-primary: hsl(124, 30%, 62%);