HSL(142, 75%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,75%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 75%, 36%) | color: hsl(142, 75%, 36%) | |
| HEX | #17A149 | color: #17A149 | |
| RGB | rgb(23, 161, 73) | color: rgb(23, 161, 73) | |
| CMYK | cmyk(86%, 0%, 55%, 37%) | — | |
| HSV | hsv(142, 86%, 63%) | — | |
| HWB | hwb(142 9% 37%) | color: hwb(142 9% 37%) | |
| OKLCH | oklch(0.6215 0.1681 149.14) | color: oklch(0.6215 0.1681 149.14) | |
| Lab | lab(58.18 -53.81 35.9) | color: lab(58.18 -53.81 35.9) | |
| LCH | lch(58.18 64.69 146.29) | color: lch(58.18 64.69 146.29) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#53545E — rgb(83, 84, 94)
Deuteranopia (Green-blind)
#4B4063 — rgb(75, 64, 99)
Tritanopia (Blue-blind)
#1E6F73 — rgb(30, 111, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 75%, 36%);
text
color: hsl(142, 75%, 36%);
border
border: 2px solid hsl(142, 75%, 36%);
gradient light
background: linear-gradient(to right, hsl(142, 75%, 56%), hsl(142, 75%, 36%));
gradient dark
background: linear-gradient(to right, hsl(142, 75%, 36%), hsl(142, 75%, 16%))
hex
background-color: #17A149;
tailwind
bg-[hsl(142,75%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 75%, 36%, 0.4);
css variable
--color-primary: hsl(142, 75%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 75%, 36%)?
HEX: #17A149 | RGB: rgb(23, 161, 73) | CMYK: 86%, 0%, 55%, 37% | HSV: 142°, 86%, 63%. Copy any format from the conversion table above.
What colors go well with #17A149?
The complementary color is HSL(322, 75%, 36%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 75%, 36%) in CSS?
As HSL: color: hsl(142, 75%, 36%); — As HEX: color: #17A149; — As RGB: color: rgb(23, 161, 73); — Tailwind CSS: bg-[hsl(142,75%,36%)] — CSS variable: --color-primary: hsl(142, 75%, 36%);