HSL(140, 80%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,80%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 80%, 50%) | color: hsl(140, 80%, 50%) | |
| HEX | #1AE65E | color: #1AE65E | |
| RGB | rgb(26, 230, 94) | color: rgb(26, 230, 94) | |
| CMYK | cmyk(89%, 0%, 59%, 10%) | — | |
| HSV | hsv(140, 89%, 90%) | — | |
| HWB | hwb(140 10% 10%) | color: hwb(140 10% 10%) | |
| OKLCH | oklch(0.808 0.2315 147.58) | color: oklch(0.808 0.2315 147.58) | |
| Lab | lab(80.53 -72.85 52.57) | color: lab(80.53 -72.85 52.57) | |
| LCH | lch(80.53 89.84 144.19) | color: lch(80.53 89.84 144.19) |
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)
#72747F — rgb(114, 116, 127)
Deuteranopia (Green-blind)
#675787 — rgb(103, 87, 135)
Tritanopia (Blue-blind)
#24999F — rgb(36, 153, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 80%, 50%);
text
color: hsl(140, 80%, 50%);
border
border: 2px solid hsl(140, 80%, 50%);
gradient light
background: linear-gradient(to right, hsl(140, 80%, 70%), hsl(140, 80%, 50%));
gradient dark
background: linear-gradient(to right, hsl(140, 80%, 50%), hsl(140, 80%, 30%))
hex
background-color: #1AE65E;
tailwind
bg-[hsl(140,80%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 80%, 50%, 0.4);
css variable
--color-primary: hsl(140, 80%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 80%, 50%)?
HEX: #1AE65E | RGB: rgb(26, 230, 94) | CMYK: 89%, 0%, 59%, 10% | HSV: 140°, 89%, 90%. Copy any format from the conversion table above.
What colors go well with #1AE65E?
The complementary color is HSL(320, 80%, 50%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 80%, 50%) in CSS?
As HSL: color: hsl(140, 80%, 50%); — As HEX: color: #1AE65E; — As RGB: color: rgb(26, 230, 94); — Tailwind CSS: bg-[hsl(140,80%,50%)] — CSS variable: --color-primary: hsl(140, 80%, 50%);