HSL(126, 94%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,94%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 94%, 81%) | color: hsl(126, 94%, 81%) | |
| HEX | #A1FCAA | color: #A1FCAA | |
| RGB | rgb(161, 252, 170) | color: rgb(161, 252, 170) | |
| CMYK | cmyk(36%, 0%, 33%, 1%) | — | |
| HSV | hsv(126, 36%, 99%) | — | |
| HWB | hwb(126 63% 1%) | color: hwb(126 63% 1%) | |
| OKLCH | oklch(0.9135 0.1413 146.64) | color: oklch(0.9135 0.1413 146.64) | |
| Lab | lab(91.73 -43.29 30.93) | color: lab(91.73 -43.29 30.93) | |
| LCH | lch(91.73 53.2 144.45) | color: lch(91.73 53.2 144.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)
#C8C9BE — rgb(200, 201, 190)
Deuteranopia (Green-blind)
#C3BCC3 — rgb(195, 188, 195)
Tritanopia (Blue-blind)
#A6CED1 — rgb(166, 206, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 94%, 81%);
text
color: hsl(126, 94%, 81%);
border
border: 2px solid hsl(126, 94%, 81%);
gradient light
background: linear-gradient(to right, hsl(126, 94%, 100%), hsl(126, 94%, 81%));
gradient dark
background: linear-gradient(to right, hsl(126, 94%, 81%), hsl(126, 94%, 61%))
hex
background-color: #A1FCAA;
tailwind
bg-[hsl(126,94%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 94%, 81%, 0.4);
css variable
--color-primary: hsl(126, 94%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 94%, 81%)?
HEX: #A1FCAA | RGB: rgb(161, 252, 170) | CMYK: 36%, 0%, 33%, 1% | HSV: 126°, 36%, 99%. Copy any format from the conversion table above.
What colors go well with #A1FCAA?
The complementary color is HSL(306, 94%, 81%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 94%, 81%) in CSS?
As HSL: color: hsl(126, 94%, 81%); — As HEX: color: #A1FCAA; — As RGB: color: rgb(161, 252, 170); — Tailwind CSS: bg-[hsl(126,94%,81%)] — CSS variable: --color-primary: hsl(126, 94%, 81%);