HSL(143, 80%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,80%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 80%, 50%) | color: hsl(143, 80%, 50%) | |
| HEX | #1AE668 | color: #1AE668 | |
| RGB | rgb(26, 230, 104) | color: rgb(26, 230, 104) | |
| CMYK | cmyk(89%, 0%, 55%, 10%) | — | |
| HSV | hsv(143, 89%, 90%) | — | |
| HWB | hwb(143 10% 10%) | color: hwb(143 10% 10%) | |
| OKLCH | oklch(0.8093 0.2237 148.98) | color: oklch(0.8093 0.2237 148.98) | |
| Lab | lab(80.63 -71.54 48.18) | color: lab(80.63 -71.54 48.18) | |
| LCH | lch(80.63 86.25 146.04) | color: lch(80.63 86.25 146.04) |
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)
#727486 — rgb(114, 116, 134)
Deuteranopia (Green-blind)
#67578E — rgb(103, 87, 142)
Tritanopia (Blue-blind)
#249FA4 — rgb(36, 159, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 80%, 50%);
text
color: hsl(143, 80%, 50%);
border
border: 2px solid hsl(143, 80%, 50%);
gradient light
background: linear-gradient(to right, hsl(143, 80%, 70%), hsl(143, 80%, 50%));
gradient dark
background: linear-gradient(to right, hsl(143, 80%, 50%), hsl(143, 80%, 30%))
hex
background-color: #1AE668;
tailwind
bg-[hsl(143,80%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 80%, 50%, 0.4);
css variable
--color-primary: hsl(143, 80%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 80%, 50%)?
HEX: #1AE668 | RGB: rgb(26, 230, 104) | CMYK: 89%, 0%, 55%, 10% | HSV: 143°, 89%, 90%. Copy any format from the conversion table above.
What colors go well with #1AE668?
The complementary color is HSL(323, 80%, 50%). 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, 80%, 50%) in CSS?
As HSL: color: hsl(143, 80%, 50%); — As HEX: color: #1AE668; — As RGB: color: rgb(26, 230, 104); — Tailwind CSS: bg-[hsl(143,80%,50%)] — CSS variable: --color-primary: hsl(143, 80%, 50%);