HSL(137, 80%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,80%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 80%, 76%) | color: hsl(137, 80%, 76%) | |
| HEX | #91F3AD | color: #91F3AD | |
| RGB | rgb(145, 243, 173) | color: rgb(145, 243, 173) | |
| CMYK | cmyk(40%, 0%, 29%, 5%) | — | |
| HSV | hsv(137, 40%, 95%) | — | |
| HWB | hwb(137 57% 5%) | color: hwb(137 57% 5%) | |
| OKLCH | oklch(0.8857 0.1346 152) | color: oklch(0.8857 0.1346 152) | |
| Lab | lab(88.51 -43.47 24.93) | color: lab(88.51 -43.47 24.93) | |
| LCH | lch(88.51 50.11 150.17) | color: lch(88.51 50.11 150.17) |
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)
#BBBCBE — rgb(187, 188, 190)
Deuteranopia (Green-blind)
#B6AEC2 — rgb(182, 174, 194)
Tritanopia (Blue-blind)
#96CBCE — rgb(150, 203, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 80%, 76%);
text
color: hsl(137, 80%, 76%);
border
border: 2px solid hsl(137, 80%, 76%);
gradient light
background: linear-gradient(to right, hsl(137, 80%, 96%), hsl(137, 80%, 76%));
gradient dark
background: linear-gradient(to right, hsl(137, 80%, 76%), hsl(137, 80%, 56%))
hex
background-color: #91F3AD;
tailwind
bg-[hsl(137,80%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 80%, 76%, 0.4);
css variable
--color-primary: hsl(137, 80%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 80%, 76%)?
HEX: #91F3AD | RGB: rgb(145, 243, 173) | CMYK: 40%, 0%, 29%, 5% | HSV: 137°, 40%, 95%. Copy any format from the conversion table above.
What colors go well with #91F3AD?
The complementary color is HSL(317, 80%, 76%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 80%, 76%) in CSS?
As HSL: color: hsl(137, 80%, 76%); — As HEX: color: #91F3AD; — As RGB: color: rgb(145, 243, 173); — Tailwind CSS: bg-[hsl(137,80%,76%)] — CSS variable: --color-primary: hsl(137, 80%, 76%);