HSL(149, 55%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,55%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 55%, 66%) | color: hsl(149, 55%, 66%) | |
| HEX | #79D8A7 | color: #79D8A7 | |
| RGB | rgb(121, 216, 167) | color: rgb(121, 216, 167) | |
| CMYK | cmyk(44%, 0%, 23%, 15%) | — | |
| HSV | hsv(149, 44%, 85%) | — | |
| HWB | hwb(149 48% 15%) | color: hwb(149 48% 15%) | |
| OKLCH | oklch(0.8102 0.1154 159.82) | color: oklch(0.8102 0.1154 159.82) | |
| Lab | lab(79.59 -39.19 15.54) | color: lab(79.59 -39.19 15.54) | |
| LCH | lch(79.59 42.16 158.37) | color: lch(79.59 42.16 158.37) |
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)
#A2A3B3 — rgb(162, 163, 179)
Deuteranopia (Green-blind)
#9D96B6 — rgb(157, 150, 182)
Tritanopia (Blue-blind)
#7EBCBE — rgb(126, 188, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 55%, 66%);
text
color: hsl(149, 55%, 66%);
border
border: 2px solid hsl(149, 55%, 66%);
gradient light
background: linear-gradient(to right, hsl(149, 55%, 86%), hsl(149, 55%, 66%));
gradient dark
background: linear-gradient(to right, hsl(149, 55%, 66%), hsl(149, 55%, 46%))
hex
background-color: #79D8A7;
tailwind
bg-[hsl(149,55%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 55%, 66%, 0.4);
css variable
--color-primary: hsl(149, 55%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 55%, 66%)?
HEX: #79D8A7 | RGB: rgb(121, 216, 167) | CMYK: 44%, 0%, 23%, 15% | HSV: 149°, 44%, 85%. Copy any format from the conversion table above.
What colors go well with #79D8A7?
The complementary color is HSL(329, 55%, 66%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 55%, 66%) in CSS?
As HSL: color: hsl(149, 55%, 66%); — As HEX: color: #79D8A7; — As RGB: color: rgb(121, 216, 167); — Tailwind CSS: bg-[hsl(149,55%,66%)] — CSS variable: --color-primary: hsl(149, 55%, 66%);