HSL(139, 89%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,89%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 89%, 82%) | color: hsl(139, 89%, 82%) | |
| HEX | #A8FAC2 | color: #A8FAC2 | |
| RGB | rgb(168, 250, 194) | color: rgb(168, 250, 194) | |
| CMYK | cmyk(33%, 0%, 22%, 2%) | — | |
| HSV | hsv(139, 33%, 98%) | — | |
| HWB | hwb(139 66% 2%) | color: hwb(139 66% 2%) | |
| OKLCH | oklch(0.9177 0.1111 153.88) | color: oklch(0.9177 0.1111 153.88) | |
| Lab | lab(91.95 -36.21 19.09) | color: lab(91.95 -36.21 19.09) | |
| LCH | lch(91.95 40.93 152.2) | color: lch(91.95 40.93 152.2) |
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)
#CCCCD0 — rgb(204, 204, 208)
Deuteranopia (Green-blind)
#C7C1D3 — rgb(199, 193, 211)
Tritanopia (Blue-blind)
#ACDADD — rgb(172, 218, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 89%, 82%);
text
color: hsl(139, 89%, 82%);
border
border: 2px solid hsl(139, 89%, 82%);
gradient light
background: linear-gradient(to right, hsl(139, 89%, 100%), hsl(139, 89%, 82%));
gradient dark
background: linear-gradient(to right, hsl(139, 89%, 82%), hsl(139, 89%, 62%))
hex
background-color: #A8FAC2;
tailwind
bg-[hsl(139,89%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 89%, 82%, 0.4);
css variable
--color-primary: hsl(139, 89%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 89%, 82%)?
HEX: #A8FAC2 | RGB: rgb(168, 250, 194) | CMYK: 33%, 0%, 22%, 2% | HSV: 139°, 33%, 98%. Copy any format from the conversion table above.
What colors go well with #A8FAC2?
The complementary color is HSL(319, 89%, 82%). 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, 89%, 82%) in CSS?
As HSL: color: hsl(139, 89%, 82%); — As HEX: color: #A8FAC2; — As RGB: color: rgb(168, 250, 194); — Tailwind CSS: bg-[hsl(139,89%,82%)] — CSS variable: --color-primary: hsl(139, 89%, 82%);