HSL(107, 86%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,86%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 86%, 15%) | color: hsl(107, 86%, 15%) | |
| HEX | #144705 | color: #144705 | |
| RGB | rgb(20, 71, 5) | color: rgb(20, 71, 5) | |
| CMYK | cmyk(72%, 0%, 93%, 72%) | — | |
| HSV | hsv(106, 93%, 28%) | — | |
| HWB | hwb(106 2% 72%) | color: hwb(106 2% 72%) | |
| OKLCH | oklch(0.3502 0.1074 139.99) | color: oklch(0.3502 0.1074 139.99) | |
| Lab | lab(25.76 -29.95 31.42) | color: lab(25.76 -29.95 31.42) | |
| LCH | lch(25.76 43.41 133.63) | color: lch(25.76 43.41 133.63) |
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)
#2A2B15 — rgb(42, 43, 21)
Deuteranopia (Green-blind)
#272319 — rgb(39, 35, 25)
Tritanopia (Blue-blind)
#172224 — rgb(23, 34, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 86%, 15%);
text
color: hsl(107, 86%, 15%);
border
border: 2px solid hsl(107, 86%, 15%);
gradient light
background: linear-gradient(to right, hsl(107, 86%, 35%), hsl(107, 86%, 15%));
gradient dark
background: linear-gradient(to right, hsl(107, 86%, 15%), hsl(107, 86%, 0%))
hex
background-color: #144705;
tailwind
bg-[hsl(107,86%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 86%, 15%, 0.4);
css variable
--color-primary: hsl(107, 86%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 86%, 15%)?
HEX: #144705 | RGB: rgb(20, 71, 5) | CMYK: 72%, 0%, 93%, 72% | HSV: 106°, 93%, 28%. Copy any format from the conversion table above.
What colors go well with #144705?
The complementary color is HSL(287, 86%, 15%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 86%, 15%) in CSS?
As HSL: color: hsl(107, 86%, 15%); — As HEX: color: #144705; — As RGB: color: rgb(20, 71, 5); — Tailwind CSS: bg-[hsl(107,86%,15%)] — CSS variable: --color-primary: hsl(107, 86%, 15%);