HSL(144, 49%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,49%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 49%, 66%) | color: hsl(144, 49%, 66%) | |
| HEX | #7ED3A0 | color: #7ED3A0 | |
| RGB | rgb(126, 211, 160) | color: rgb(126, 211, 160) | |
| CMYK | cmyk(40%, 0%, 24%, 17%) | — | |
| HSV | hsv(144, 40%, 83%) | — | |
| HWB | hwb(144 50% 17%) | color: hwb(144 50% 17%) | |
| OKLCH | oklch(0.799 0.1109 156.46) | color: oklch(0.799 0.1109 156.46) | |
| Lab | lab(78.2 -36.93 17.33) | color: lab(78.2 -36.93 17.33) | |
| LCH | lch(78.2 40.79 154.86) | color: lch(78.2 40.79 154.86) |
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)
#A3A4AC — rgb(163, 164, 172)
Deuteranopia (Green-blind)
#9E98AF — rgb(158, 152, 175)
Tritanopia (Blue-blind)
#82B6B8 — rgb(130, 182, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 49%, 66%);
text
color: hsl(144, 49%, 66%);
border
border: 2px solid hsl(144, 49%, 66%);
gradient light
background: linear-gradient(to right, hsl(144, 49%, 86%), hsl(144, 49%, 66%));
gradient dark
background: linear-gradient(to right, hsl(144, 49%, 66%), hsl(144, 49%, 46%))
hex
background-color: #7ED3A0;
tailwind
bg-[hsl(144,49%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 49%, 66%, 0.4);
css variable
--color-primary: hsl(144, 49%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 49%, 66%)?
HEX: #7ED3A0 | RGB: rgb(126, 211, 160) | CMYK: 40%, 0%, 24%, 17% | HSV: 144°, 40%, 83%. Copy any format from the conversion table above.
What colors go well with #7ED3A0?
The complementary color is HSL(324, 49%, 66%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 49%, 66%) in CSS?
As HSL: color: hsl(144, 49%, 66%); — As HEX: color: #7ED3A0; — As RGB: color: rgb(126, 211, 160); — Tailwind CSS: bg-[hsl(144,49%,66%)] — CSS variable: --color-primary: hsl(144, 49%, 66%);