HSL(147, 77%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,77%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 77%, 24%) | color: hsl(147, 77%, 24%) | |
| HEX | #0E6C38 | color: #0E6C38 | |
| RGB | rgb(14, 108, 56) | color: rgb(14, 108, 56) | |
| CMYK | cmyk(87%, 0%, 48%, 58%) | — | |
| HSV | hsv(147, 87%, 42%) | — | |
| HWB | hwb(147 5% 58%) | color: hwb(147 5% 58%) | |
| OKLCH | oklch(0.4677 0.1164 152.4) | color: oklch(0.4677 0.1164 152.4) | |
| Lab | lab(39.75 -38.43 21.95) | color: lab(39.75 -38.43 21.95) | |
| LCH | lch(39.75 44.26 150.27) | color: lch(39.75 44.26 150.27) |
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)
#373845 — rgb(55, 56, 69)
Deuteranopia (Green-blind)
#312A48 — rgb(49, 42, 72)
Tritanopia (Blue-blind)
#134F51 — rgb(19, 79, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 77%, 24%);
text
color: hsl(147, 77%, 24%);
border
border: 2px solid hsl(147, 77%, 24%);
gradient light
background: linear-gradient(to right, hsl(147, 77%, 44%), hsl(147, 77%, 24%));
gradient dark
background: linear-gradient(to right, hsl(147, 77%, 24%), hsl(147, 77%, 4%))
hex
background-color: #0E6C38;
tailwind
bg-[hsl(147,77%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 77%, 24%, 0.4);
css variable
--color-primary: hsl(147, 77%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 77%, 24%)?
HEX: #0E6C38 | RGB: rgb(14, 108, 56) | CMYK: 87%, 0%, 48%, 58% | HSV: 147°, 87%, 42%. Copy any format from the conversion table above.
What colors go well with #0E6C38?
The complementary color is HSL(327, 77%, 24%). 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, 77%, 24%) in CSS?
As HSL: color: hsl(147, 77%, 24%); — As HEX: color: #0E6C38; — As RGB: color: rgb(14, 108, 56); — Tailwind CSS: bg-[hsl(147,77%,24%)] — CSS variable: --color-primary: hsl(147, 77%, 24%);