HSL(74, 90%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,90%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 90%, 37%) | color: hsl(74, 90%, 37%) | |
| HEX | #8CB309 | color: #8CB309 | |
| RGB | rgb(140, 179, 9) | color: rgb(140, 179, 9) | |
| CMYK | cmyk(22%, 0%, 95%, 30%) | — | |
| HSV | hsv(74, 95%, 70%) | — | |
| HWB | hwb(74 4% 30%) | color: hwb(74 4% 30%) | |
| OKLCH | oklch(0.7121 0.1748 123.94) | color: oklch(0.7121 0.1748 123.94) | |
| Lab | lab(67.9 -33.01 67.96) | color: lab(67.9 -33.01 67.96) | |
| LCH | lch(67.9 75.55 115.91) | color: lch(67.9 75.55 115.91) |
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)
#9D9D32 — rgb(157, 157, 50)
Deuteranopia (Green-blind)
#9B983C — rgb(155, 152, 60)
Tritanopia (Blue-blind)
#8E535A — rgb(142, 83, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 90%, 37%);
text
color: hsl(74, 90%, 37%);
border
border: 2px solid hsl(74, 90%, 37%);
gradient light
background: linear-gradient(to right, hsl(74, 90%, 57%), hsl(74, 90%, 37%));
gradient dark
background: linear-gradient(to right, hsl(74, 90%, 37%), hsl(74, 90%, 17%))
hex
background-color: #8CB309;
tailwind
bg-[hsl(74,90%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 90%, 37%, 0.4);
css variable
--color-primary: hsl(74, 90%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 90%, 37%)?
HEX: #8CB309 | RGB: rgb(140, 179, 9) | CMYK: 22%, 0%, 95%, 30% | HSV: 74°, 95%, 70%. Copy any format from the conversion table above.
What colors go well with #8CB309?
The complementary color is HSL(254, 90%, 37%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 90%, 37%) in CSS?
As HSL: color: hsl(74, 90%, 37%); — As HEX: color: #8CB309; — As RGB: color: rgb(140, 179, 9); — Tailwind CSS: bg-[hsl(74,90%,37%)] — CSS variable: --color-primary: hsl(74, 90%, 37%);