HSL(143, 76%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,76%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 76%, 35%) | color: hsl(143, 76%, 35%) | |
| HEX | #159D49 | color: #159D49 | |
| RGB | rgb(21, 157, 73) | color: rgb(21, 157, 73) | |
| CMYK | cmyk(87%, 0%, 54%, 38%) | — | |
| HSV | hsv(143, 87%, 62%) | — | |
| HWB | hwb(143 8% 38%) | color: hwb(143 8% 38%) | |
| OKLCH | oklch(0.6103 0.1635 149.66) | color: oklch(0.6103 0.1635 149.66) | |
| Lab | lab(56.83 -52.63 34.26) | color: lab(56.83 -52.63 34.26) | |
| LCH | lch(56.83 62.8 146.94) | color: lch(56.83 62.8 146.94) |
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)
#50515D — rgb(80, 81, 93)
Deuteranopia (Green-blind)
#483E62 — rgb(72, 62, 98)
Tritanopia (Blue-blind)
#1C6D71 — rgb(28, 109, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 76%, 35%);
text
color: hsl(143, 76%, 35%);
border
border: 2px solid hsl(143, 76%, 35%);
gradient light
background: linear-gradient(to right, hsl(143, 76%, 55%), hsl(143, 76%, 35%));
gradient dark
background: linear-gradient(to right, hsl(143, 76%, 35%), hsl(143, 76%, 15%))
hex
background-color: #159D49;
tailwind
bg-[hsl(143,76%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 76%, 35%, 0.4);
css variable
--color-primary: hsl(143, 76%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 76%, 35%)?
HEX: #159D49 | RGB: rgb(21, 157, 73) | CMYK: 87%, 0%, 54%, 38% | HSV: 143°, 87%, 62%. Copy any format from the conversion table above.
What colors go well with #159D49?
The complementary color is HSL(323, 76%, 35%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 76%, 35%) in CSS?
As HSL: color: hsl(143, 76%, 35%); — As HEX: color: #159D49; — As RGB: color: rgb(21, 157, 73); — Tailwind CSS: bg-[hsl(143,76%,35%)] — CSS variable: --color-primary: hsl(143, 76%, 35%);