HSL(129, 92%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,92%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 92%, 26%) | color: hsl(129, 92%, 26%) | |
| HEX | #057F18 | color: #057F18 | |
| RGB | rgb(5, 127, 24) | color: rgb(5, 127, 24) | |
| CMYK | cmyk(96%, 0%, 81%, 50%) | — | |
| HSV | hsv(129, 96%, 50%) | — | |
| HWB | hwb(129 2% 50%) | color: hwb(129 2% 50%) | |
| OKLCH | oklch(0.5183 0.1667 143.88) | color: oklch(0.5183 0.1667 143.88) | |
| Lab | lab(46.01 -49.85 43.93) | color: lab(46.01 -49.85 43.93) | |
| LCH | lch(46.01 66.44 138.61) | color: lch(46.01 66.44 138.61) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#3A3B31 — rgb(58, 59, 49)
Deuteranopia (Green-blind)
#332A37 — rgb(51, 42, 55)
Tritanopia (Blue-blind)
#0B4549 — rgb(11, 69, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 92%, 26%);
text
color: hsl(129, 92%, 26%);
border
border: 2px solid hsl(129, 92%, 26%);
gradient light
background: linear-gradient(to right, hsl(129, 92%, 46%), hsl(129, 92%, 26%));
gradient dark
background: linear-gradient(to right, hsl(129, 92%, 26%), hsl(129, 92%, 6%))
hex
background-color: #057F18;
tailwind
bg-[hsl(129,92%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 92%, 26%, 0.4);
css variable
--color-primary: hsl(129, 92%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 92%, 26%)?
HEX: #057F18 | RGB: rgb(5, 127, 24) | CMYK: 96%, 0%, 81%, 50% | HSV: 129°, 96%, 50%. Copy any format from the conversion table above.
What colors go well with #057F18?
The complementary color is HSL(309, 92%, 26%). 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, 92%, 26%) in CSS?
As HSL: color: hsl(129, 92%, 26%); — As HEX: color: #057F18; — As RGB: color: rgb(5, 127, 24); — Tailwind CSS: bg-[hsl(129,92%,26%)] — CSS variable: --color-primary: hsl(129, 92%, 26%);