HSL(131, 81%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,81%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 81%, 16%) | color: hsl(131, 81%, 16%) | |
| HEX | #084A14 | color: #084A14 | |
| RGB | rgb(8, 74, 20) | color: rgb(8, 74, 20) | |
| CMYK | cmyk(89%, 0%, 73%, 71%) | — | |
| HSV | hsv(131, 89%, 29%) | — | |
| HWB | hwb(131 3% 71%) | color: hwb(131 3% 71%) | |
| OKLCH | oklch(0.3578 0.1053 145.28) | color: oklch(0.3578 0.1053 145.28) | |
| Lab | lab(26.73 -32.1 25.89) | color: lab(26.73 -32.1 25.89) | |
| LCH | lch(26.73 41.24 141.11) | color: lch(26.73 41.24 141.11) |
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)
#252521 — rgb(37, 37, 33)
Deuteranopia (Green-blind)
#211C24 — rgb(33, 28, 36)
Tritanopia (Blue-blind)
#0B2B2E — rgb(11, 43, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 81%, 16%);
text
color: hsl(131, 81%, 16%);
border
border: 2px solid hsl(131, 81%, 16%);
gradient light
background: linear-gradient(to right, hsl(131, 81%, 36%), hsl(131, 81%, 16%));
gradient dark
background: linear-gradient(to right, hsl(131, 81%, 16%), hsl(131, 81%, 0%))
hex
background-color: #084A14;
tailwind
bg-[hsl(131,81%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 81%, 16%, 0.4);
css variable
--color-primary: hsl(131, 81%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 81%, 16%)?
HEX: #084A14 | RGB: rgb(8, 74, 20) | CMYK: 89%, 0%, 73%, 71% | HSV: 131°, 89%, 29%. Copy any format from the conversion table above.
What colors go well with #084A14?
The complementary color is HSL(311, 81%, 16%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 81%, 16%) in CSS?
As HSL: color: hsl(131, 81%, 16%); — As HEX: color: #084A14; — As RGB: color: rgb(8, 74, 20); — Tailwind CSS: bg-[hsl(131,81%,16%)] — CSS variable: --color-primary: hsl(131, 81%, 16%);