HSL(101, 39%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,39%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 39%, 43%) | color: hsl(101, 39%, 43%) | |
| HEX | #5E9843 | color: #5E9843 | |
| RGB | rgb(94, 152, 67) | color: rgb(94, 152, 67) | |
| CMYK | cmyk(38%, 0%, 56%, 40%) | — | |
| HSV | hsv(101, 56%, 60%) | — | |
| HWB | hwb(101 26% 40%) | color: hwb(101 26% 40%) | |
| OKLCH | oklch(0.62 0.1327 136.78) | color: oklch(0.62 0.1327 136.78) | |
| Lab | lab(57.31 -35.07 38.34) | color: lab(57.31 -35.07 38.34) | |
| LCH | lch(57.31 51.96 132.45) | color: lch(57.31 51.96 132.45) |
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)
#777858 — rgb(119, 120, 88)
Deuteranopia (Green-blind)
#746F5D — rgb(116, 111, 93)
Tritanopia (Blue-blind)
#61686B — rgb(97, 104, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 39%, 43%);
text
color: hsl(101, 39%, 43%);
border
border: 2px solid hsl(101, 39%, 43%);
gradient light
background: linear-gradient(to right, hsl(101, 39%, 63%), hsl(101, 39%, 43%));
gradient dark
background: linear-gradient(to right, hsl(101, 39%, 43%), hsl(101, 39%, 23%))
hex
background-color: #5E9843;
tailwind
bg-[hsl(101,39%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 39%, 43%, 0.4);
css variable
--color-primary: hsl(101, 39%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 39%, 43%)?
HEX: #5E9843 | RGB: rgb(94, 152, 67) | CMYK: 38%, 0%, 56%, 40% | HSV: 101°, 56%, 60%. Copy any format from the conversion table above.
What colors go well with #5E9843?
The complementary color is HSL(281, 39%, 43%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 39%, 43%) in CSS?
As HSL: color: hsl(101, 39%, 43%); — As HEX: color: #5E9843; — As RGB: color: rgb(94, 152, 67); — Tailwind CSS: bg-[hsl(101,39%,43%)] — CSS variable: --color-primary: hsl(101, 39%, 43%);