HSL(141, 70%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,70%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 70%, 62%) | color: hsl(141, 70%, 62%) | |
| HEX | #5AE28A | color: #5AE28A | |
| RGB | rgb(90, 226, 138) | color: rgb(90, 226, 138) | |
| CMYK | cmyk(60%, 0%, 39%, 11%) | — | |
| HSV | hsv(141, 60%, 89%) | — | |
| HWB | hwb(141 36% 11%) | color: hwb(141 36% 11%) | |
| OKLCH | oklch(0.8166 0.1719 152.15) | color: oklch(0.8166 0.1719 152.15) | |
| Lab | lab(80.96 -56.17 32.27) | color: lab(80.96 -56.17 32.27) | |
| LCH | lch(80.96 64.78 150.12) | color: lch(80.96 64.78 150.12) |
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)
#95969F — rgb(149, 150, 159)
Deuteranopia (Green-blind)
#8D83A4 — rgb(141, 131, 164)
Tritanopia (Blue-blind)
#61B0B4 — rgb(97, 176, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 70%, 62%);
text
color: hsl(141, 70%, 62%);
border
border: 2px solid hsl(141, 70%, 62%);
gradient light
background: linear-gradient(to right, hsl(141, 70%, 82%), hsl(141, 70%, 62%));
gradient dark
background: linear-gradient(to right, hsl(141, 70%, 62%), hsl(141, 70%, 42%))
hex
background-color: #5AE28A;
tailwind
bg-[hsl(141,70%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 70%, 62%, 0.4);
css variable
--color-primary: hsl(141, 70%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 70%, 62%)?
HEX: #5AE28A | RGB: rgb(90, 226, 138) | CMYK: 60%, 0%, 39%, 11% | HSV: 141°, 60%, 89%. Copy any format from the conversion table above.
What colors go well with #5AE28A?
The complementary color is HSL(321, 70%, 62%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 70%, 62%) in CSS?
As HSL: color: hsl(141, 70%, 62%); — As HEX: color: #5AE28A; — As RGB: color: rgb(90, 226, 138); — Tailwind CSS: bg-[hsl(141,70%,62%)] — CSS variable: --color-primary: hsl(141, 70%, 62%);