HSL(92, 71%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,71%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 71%, 37%) | color: hsl(92, 71%, 37%) | |
| HEX | #5AA11B | color: #5AA11B | |
| RGB | rgb(90, 161, 27) | color: rgb(90, 161, 27) | |
| CMYK | cmyk(44%, 0%, 83%, 37%) | — | |
| HSV | hsv(92, 83%, 63%) | — | |
| HWB | hwb(92 11% 37%) | color: hwb(92 11% 37%) | |
| OKLCH | oklch(0.6377 0.1743 134.52) | color: oklch(0.6377 0.1743 134.52) | |
| Lab | lab(59.65 -43.51 56.56) | color: lab(59.65 -43.51 56.56) | |
| LCH | lch(59.65 71.36 127.57) | color: lch(59.65 71.36 127.57) |
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)
#79793B — rgb(121, 121, 59)
Deuteranopia (Green-blind)
#756F43 — rgb(117, 111, 67)
Tritanopia (Blue-blind)
#5E555B — rgb(94, 85, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 71%, 37%);
text
color: hsl(92, 71%, 37%);
border
border: 2px solid hsl(92, 71%, 37%);
gradient light
background: linear-gradient(to right, hsl(92, 71%, 57%), hsl(92, 71%, 37%));
gradient dark
background: linear-gradient(to right, hsl(92, 71%, 37%), hsl(92, 71%, 17%))
hex
background-color: #5AA11B;
tailwind
bg-[hsl(92,71%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 71%, 37%, 0.4);
css variable
--color-primary: hsl(92, 71%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 71%, 37%)?
HEX: #5AA11B | RGB: rgb(90, 161, 27) | CMYK: 44%, 0%, 83%, 37% | HSV: 92°, 83%, 63%. Copy any format from the conversion table above.
What colors go well with #5AA11B?
The complementary color is HSL(272, 71%, 37%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 71%, 37%) in CSS?
As HSL: color: hsl(92, 71%, 37%); — As HEX: color: #5AA11B; — As RGB: color: rgb(90, 161, 27); — Tailwind CSS: bg-[hsl(92,71%,37%)] — CSS variable: --color-primary: hsl(92, 71%, 37%);