HSL(125, 61%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,61%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 61%, 17%) | color: hsl(125, 61%, 17%) | |
| HEX | #114615 | color: #114615 | |
| RGB | rgb(17, 70, 21) | color: rgb(17, 70, 21) | |
| CMYK | cmyk(76%, 0%, 70%, 73%) | — | |
| HSV | hsv(125, 76%, 27%) | — | |
| HWB | hwb(125 6% 73%) | color: hwb(125 6% 73%) | |
| OKLCH | oklch(0.3475 0.0959 144.26) | color: oklch(0.3475 0.0959 144.26) | |
| Lab | lab(25.42 -28.74 23.97) | color: lab(25.42 -28.74 23.97) | |
| LCH | lch(25.42 37.42 140.17) | color: lch(25.42 37.42 140.17) |
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)
#282821 — rgb(40, 40, 33)
Deuteranopia (Green-blind)
#252124 — rgb(37, 33, 36)
Tritanopia (Blue-blind)
#142A2C — rgb(20, 42, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 61%, 17%);
text
color: hsl(125, 61%, 17%);
border
border: 2px solid hsl(125, 61%, 17%);
gradient light
background: linear-gradient(to right, hsl(125, 61%, 37%), hsl(125, 61%, 17%));
gradient dark
background: linear-gradient(to right, hsl(125, 61%, 17%), hsl(125, 61%, 0%))
hex
background-color: #114615;
tailwind
bg-[hsl(125,61%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 61%, 17%, 0.4);
css variable
--color-primary: hsl(125, 61%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 61%, 17%)?
HEX: #114615 | RGB: rgb(17, 70, 21) | CMYK: 76%, 0%, 70%, 73% | HSV: 125°, 76%, 27%. Copy any format from the conversion table above.
What colors go well with #114615?
The complementary color is HSL(305, 61%, 17%). 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, 61%, 17%) in CSS?
As HSL: color: hsl(125, 61%, 17%); — As HEX: color: #114615; — As RGB: color: rgb(17, 70, 21); — Tailwind CSS: bg-[hsl(125,61%,17%)] — CSS variable: --color-primary: hsl(125, 61%, 17%);