HSL(104, 89%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,89%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 89%, 15%) | color: hsl(104, 89%, 15%) | |
| HEX | #164804 | color: #164804 | |
| RGB | rgb(22, 72, 4) | color: rgb(22, 72, 4) | |
| CMYK | cmyk(69%, 0%, 94%, 72%) | — | |
| HSV | hsv(104, 94%, 28%) | — | |
| HWB | hwb(104 2% 72%) | color: hwb(104 2% 72%) | |
| OKLCH | oklch(0.354 0.1084 139.4) | color: oklch(0.354 0.1084 139.4) | |
| Lab | lab(26.2 -29.89 32.25) | color: lab(26.2 -29.89 32.25) | |
| LCH | lch(26.2 43.97 132.83) | color: lch(26.2 43.97 132.83) |
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)
#2C2C14 — rgb(44, 44, 20)
Deuteranopia (Green-blind)
#292518 — rgb(41, 37, 24)
Tritanopia (Blue-blind)
#192124 — rgb(25, 33, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 89%, 15%);
text
color: hsl(104, 89%, 15%);
border
border: 2px solid hsl(104, 89%, 15%);
gradient light
background: linear-gradient(to right, hsl(104, 89%, 35%), hsl(104, 89%, 15%));
gradient dark
background: linear-gradient(to right, hsl(104, 89%, 15%), hsl(104, 89%, 0%))
hex
background-color: #164804;
tailwind
bg-[hsl(104,89%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 89%, 15%, 0.4);
css variable
--color-primary: hsl(104, 89%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 89%, 15%)?
HEX: #164804 | RGB: rgb(22, 72, 4) | CMYK: 69%, 0%, 94%, 72% | HSV: 104°, 94%, 28%. Copy any format from the conversion table above.
What colors go well with #164804?
The complementary color is HSL(284, 89%, 15%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 89%, 15%) in CSS?
As HSL: color: hsl(104, 89%, 15%); — As HEX: color: #164804; — As RGB: color: rgb(22, 72, 4); — Tailwind CSS: bg-[hsl(104,89%,15%)] — CSS variable: --color-primary: hsl(104, 89%, 15%);