HSL(137, 90%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,90%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 90%, 79%) | color: hsl(137, 90%, 79%) | |
| HEX | #99FAB5 | color: #99FAB5 | |
| RGB | rgb(153, 250, 181) | color: rgb(153, 250, 181) | |
| CMYK | cmyk(39%, 0%, 28%, 2%) | — | |
| HSV | hsv(137, 39%, 98%) | — | |
| HWB | hwb(137 60% 2%) | color: hwb(137 60% 2%) | |
| OKLCH | oklch(0.9073 0.1326 152.25) | color: oklch(0.9073 0.1326 152.25) | |
| Lab | lab(91 -42.88 24.31) | color: lab(91 -42.88 24.31) | |
| LCH | lch(91 49.29 150.45) | color: lch(91 49.29 150.45) |
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)
#C3C4C6 — rgb(195, 196, 198)
Deuteranopia (Green-blind)
#BDB6CA — rgb(189, 182, 202)
Tritanopia (Blue-blind)
#9ED3D6 — rgb(158, 211, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 90%, 79%);
text
color: hsl(137, 90%, 79%);
border
border: 2px solid hsl(137, 90%, 79%);
gradient light
background: linear-gradient(to right, hsl(137, 90%, 99%), hsl(137, 90%, 79%));
gradient dark
background: linear-gradient(to right, hsl(137, 90%, 79%), hsl(137, 90%, 59%))
hex
background-color: #99FAB5;
tailwind
bg-[hsl(137,90%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 90%, 79%, 0.4);
css variable
--color-primary: hsl(137, 90%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 90%, 79%)?
HEX: #99FAB5 | RGB: rgb(153, 250, 181) | CMYK: 39%, 0%, 28%, 2% | HSV: 137°, 39%, 98%. Copy any format from the conversion table above.
What colors go well with #99FAB5?
The complementary color is HSL(317, 90%, 79%). 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, 90%, 79%) in CSS?
As HSL: color: hsl(137, 90%, 79%); — As HEX: color: #99FAB5; — As RGB: color: rgb(153, 250, 181); — Tailwind CSS: bg-[hsl(137,90%,79%)] — CSS variable: --color-primary: hsl(137, 90%, 79%);