HSL(125, 68%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,68%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 68%, 20%) | color: hsl(125, 68%, 20%) | |
| HEX | #105616 | color: #105616 | |
| RGB | rgb(16, 86, 22) | color: rgb(16, 86, 22) | |
| CMYK | cmyk(81%, 0%, 74%, 66%) | — | |
| HSV | hsv(125, 81%, 34%) | — | |
| HWB | hwb(125 6% 66%) | color: hwb(125 6% 66%) | |
| OKLCH | oklch(0.3971 0.1173 144.01) | color: oklch(0.3971 0.1173 144.01) | |
| Lab | lab(31.4 -35.07 30.02) | color: lab(31.4 -35.07 30.02) | |
| LCH | lch(31.4 46.16 139.44) | color: lch(31.4 46.16 139.44) |
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)
#2E2F25 — rgb(46, 47, 37)
Deuteranopia (Green-blind)
#2A2529 — rgb(42, 37, 41)
Tritanopia (Blue-blind)
#143234 — rgb(20, 50, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 68%, 20%);
text
color: hsl(125, 68%, 20%);
border
border: 2px solid hsl(125, 68%, 20%);
gradient light
background: linear-gradient(to right, hsl(125, 68%, 40%), hsl(125, 68%, 20%));
gradient dark
background: linear-gradient(to right, hsl(125, 68%, 20%), hsl(125, 68%, 0%))
hex
background-color: #105616;
tailwind
bg-[hsl(125,68%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 68%, 20%, 0.4);
css variable
--color-primary: hsl(125, 68%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 68%, 20%)?
HEX: #105616 | RGB: rgb(16, 86, 22) | CMYK: 81%, 0%, 74%, 66% | HSV: 125°, 81%, 34%. Copy any format from the conversion table above.
What colors go well with #105616?
The complementary color is HSL(305, 68%, 20%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 68%, 20%) in CSS?
As HSL: color: hsl(125, 68%, 20%); — As HEX: color: #105616; — As RGB: color: rgb(16, 86, 22); — Tailwind CSS: bg-[hsl(125,68%,20%)] — CSS variable: --color-primary: hsl(125, 68%, 20%);