HSL(139, 66%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,66%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 66%, 79%) | color: hsl(139, 66%, 79%) | |
| HEX | #A6EDBC | color: #A6EDBC | |
| RGB | rgb(166, 237, 188) | color: rgb(166, 237, 188) | |
| CMYK | cmyk(30%, 0%, 21%, 7%) | — | |
| HSV | hsv(139, 30%, 93%) | — | |
| HWB | hwb(139 65% 7%) | color: hwb(139 65% 7%) | |
| OKLCH | oklch(0.8861 0.098 153.88) | color: oklch(0.8861 0.098 153.88) | |
| Lab | lab(88.11 -31.9 16.81) | color: lab(88.11 -31.9 16.81) | |
| LCH | lch(88.11 36.06 152.21) | color: lch(88.11 36.06 152.21) |
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)
#C5C5C8 — rgb(197, 197, 200)
Deuteranopia (Green-blind)
#C1BBCB — rgb(193, 187, 203)
Tritanopia (Blue-blind)
#AAD1D3 — rgb(170, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 66%, 79%);
text
color: hsl(139, 66%, 79%);
border
border: 2px solid hsl(139, 66%, 79%);
gradient light
background: linear-gradient(to right, hsl(139, 66%, 99%), hsl(139, 66%, 79%));
gradient dark
background: linear-gradient(to right, hsl(139, 66%, 79%), hsl(139, 66%, 59%))
hex
background-color: #A6EDBC;
tailwind
bg-[hsl(139,66%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 66%, 79%, 0.4);
css variable
--color-primary: hsl(139, 66%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 66%, 79%)?
HEX: #A6EDBC | RGB: rgb(166, 237, 188) | CMYK: 30%, 0%, 21%, 7% | HSV: 139°, 30%, 93%. Copy any format from the conversion table above.
What colors go well with #A6EDBC?
The complementary color is HSL(319, 66%, 79%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 66%, 79%) in CSS?
As HSL: color: hsl(139, 66%, 79%); — As HEX: color: #A6EDBC; — As RGB: color: rgb(166, 237, 188); — Tailwind CSS: bg-[hsl(139,66%,79%)] — CSS variable: --color-primary: hsl(139, 66%, 79%);