HSL(119, 100%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,100%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 100%, 17%) | color: hsl(119, 100%, 17%) | |
| HEX | #015700 | color: #015700 | |
| RGB | rgb(1, 87, 0) | color: rgb(1, 87, 0) | |
| CMYK | cmyk(99%, 0%, 100%, 66%) | — | |
| HSV | hsv(119, 100%, 34%) | — | |
| HWB | hwb(119 0% 66%) | color: hwb(119 0% 66%) | |
| OKLCH | oklch(0.3959 0.1344 142.4) | color: oklch(0.3959 0.1344 142.4) | |
| Lab | lab(31.4 -39.23 38.01) | color: lab(31.4 -39.23 38.01) | |
| LCH | lch(31.4 54.62 135.9) | color: lch(31.4 54.62 135.9) |
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)
#262715 — rgb(38, 39, 21)
Deuteranopia (Green-blind)
#211B1A — rgb(33, 27, 26)
Tritanopia (Blue-blind)
#052629 — rgb(5, 38, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 100%, 17%);
text
color: hsl(119, 100%, 17%);
border
border: 2px solid hsl(119, 100%, 17%);
gradient light
background: linear-gradient(to right, hsl(119, 100%, 37%), hsl(119, 100%, 17%));
gradient dark
background: linear-gradient(to right, hsl(119, 100%, 17%), hsl(119, 100%, 0%))
hex
background-color: #015700;
tailwind
bg-[hsl(119,100%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 100%, 17%, 0.4);
css variable
--color-primary: hsl(119, 100%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 100%, 17%)?
HEX: #015700 | RGB: rgb(1, 87, 0) | CMYK: 99%, 0%, 100%, 66% | HSV: 119°, 100%, 34%. Copy any format from the conversion table above.
What colors go well with #015700?
The complementary color is HSL(299, 100%, 17%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 100%, 17%) in CSS?
As HSL: color: hsl(119, 100%, 17%); — As HEX: color: #015700; — As RGB: color: rgb(1, 87, 0); — Tailwind CSS: bg-[hsl(119,100%,17%)] — CSS variable: --color-primary: hsl(119, 100%, 17%);