HSL(71, 84%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,84%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 84%, 36%) | color: hsl(71, 84%, 36%) | |
| HEX | #8DA90F | color: #8DA90F | |
| RGB | rgb(141, 169, 15) | color: rgb(141, 169, 15) | |
| CMYK | cmyk(17%, 0%, 91%, 34%) | — | |
| HSV | hsv(71, 91%, 66%) | — | |
| HWB | hwb(71 6% 34%) | color: hwb(71 6% 34%) | |
| OKLCH | oklch(0.689 0.1619 120.95) | color: oklch(0.689 0.1619 120.95) | |
| Lab | lab(65.02 -27.76 64.88) | color: lab(65.02 -27.76 64.88) | |
| LCH | lch(65.02 70.57 113.16) | color: lch(65.02 70.57 113.16) |
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)
#999934 — rgb(153, 153, 52)
Deuteranopia (Green-blind)
#98953D — rgb(152, 149, 61)
Tritanopia (Blue-blind)
#8E5258 — rgb(142, 82, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 84%, 36%);
text
color: hsl(71, 84%, 36%);
border
border: 2px solid hsl(71, 84%, 36%);
gradient light
background: linear-gradient(to right, hsl(71, 84%, 56%), hsl(71, 84%, 36%));
gradient dark
background: linear-gradient(to right, hsl(71, 84%, 36%), hsl(71, 84%, 16%))
hex
background-color: #8DA90F;
tailwind
bg-[hsl(71,84%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 84%, 36%, 0.4);
css variable
--color-primary: hsl(71, 84%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 84%, 36%)?
HEX: #8DA90F | RGB: rgb(141, 169, 15) | CMYK: 17%, 0%, 91%, 34% | HSV: 71°, 91%, 66%. Copy any format from the conversion table above.
What colors go well with #8DA90F?
The complementary color is HSL(251, 84%, 36%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 84%, 36%) in CSS?
As HSL: color: hsl(71, 84%, 36%); — As HEX: color: #8DA90F; — As RGB: color: rgb(141, 169, 15); — Tailwind CSS: bg-[hsl(71,84%,36%)] — CSS variable: --color-primary: hsl(71, 84%, 36%);