HSL(147, 70%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,70%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 70%, 39%) | color: hsl(147, 70%, 39%) | |
| HEX | #1EA95C | color: #1EA95C | |
| RGB | rgb(30, 169, 92) | color: rgb(30, 169, 92) | |
| CMYK | cmyk(82%, 0%, 46%, 34%) | — | |
| HSV | hsv(147, 82%, 66%) | — | |
| HWB | hwb(147 12% 34%) | color: hwb(147 12% 34%) | |
| OKLCH | oklch(0.6473 0.1597 152.57) | color: oklch(0.6473 0.1597 152.57) | |
| Lab | lab(61.15 -52.77 29.9) | color: lab(61.15 -52.77 29.9) | |
| LCH | lch(61.15 60.65 150.46) | color: lch(61.15 60.65 150.46) |
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)
#5A5B6F — rgb(90, 91, 111)
Deuteranopia (Green-blind)
#524873 — rgb(82, 72, 115)
Tritanopia (Blue-blind)
#257D81 — rgb(37, 125, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 70%, 39%);
text
color: hsl(147, 70%, 39%);
border
border: 2px solid hsl(147, 70%, 39%);
gradient light
background: linear-gradient(to right, hsl(147, 70%, 59%), hsl(147, 70%, 39%));
gradient dark
background: linear-gradient(to right, hsl(147, 70%, 39%), hsl(147, 70%, 19%))
hex
background-color: #1EA95C;
tailwind
bg-[hsl(147,70%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 70%, 39%, 0.4);
css variable
--color-primary: hsl(147, 70%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 70%, 39%)?
HEX: #1EA95C | RGB: rgb(30, 169, 92) | CMYK: 82%, 0%, 46%, 34% | HSV: 147°, 82%, 66%. Copy any format from the conversion table above.
What colors go well with #1EA95C?
The complementary color is HSL(327, 70%, 39%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 70%, 39%) in CSS?
As HSL: color: hsl(147, 70%, 39%); — As HEX: color: #1EA95C; — As RGB: color: rgb(30, 169, 92); — Tailwind CSS: bg-[hsl(147,70%,39%)] — CSS variable: --color-primary: hsl(147, 70%, 39%);