HSL(142, 83%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,83%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 83%, 32%) | color: hsl(142, 83%, 32%) | |
| HEX | #0E9540 | color: #0E9540 | |
| RGB | rgb(14, 149, 64) | color: rgb(14, 149, 64) | |
| CMYK | cmyk(91%, 0%, 57%, 42%) | — | |
| HSV | hsv(142, 91%, 58%) | — | |
| HWB | hwb(142 5% 42%) | color: hwb(142 5% 42%) | |
| OKLCH | oklch(0.5861 0.1625 148.75) | color: oklch(0.5861 0.1625 148.75) | |
| Lab | lab(53.98 -51.84 35.3) | color: lab(53.98 -51.84 35.3) | |
| LCH | lch(53.98 62.72 145.75) | color: lch(53.98 62.72 145.75) |
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)
#484A55 — rgb(72, 74, 85)
Deuteranopia (Green-blind)
#41375A — rgb(65, 55, 90)
Tritanopia (Blue-blind)
#156568 — rgb(21, 101, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 83%, 32%);
text
color: hsl(142, 83%, 32%);
border
border: 2px solid hsl(142, 83%, 32%);
gradient light
background: linear-gradient(to right, hsl(142, 83%, 52%), hsl(142, 83%, 32%));
gradient dark
background: linear-gradient(to right, hsl(142, 83%, 32%), hsl(142, 83%, 12%))
hex
background-color: #0E9540;
tailwind
bg-[hsl(142,83%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 83%, 32%, 0.4);
css variable
--color-primary: hsl(142, 83%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 83%, 32%)?
HEX: #0E9540 | RGB: rgb(14, 149, 64) | CMYK: 91%, 0%, 57%, 42% | HSV: 142°, 91%, 58%. Copy any format from the conversion table above.
What colors go well with #0E9540?
The complementary color is HSL(322, 83%, 32%). 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, 83%, 32%) in CSS?
As HSL: color: hsl(142, 83%, 32%); — As HEX: color: #0E9540; — As RGB: color: rgb(14, 149, 64); — Tailwind CSS: bg-[hsl(142,83%,32%)] — CSS variable: --color-primary: hsl(142, 83%, 32%);