HSL(117, 74%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,74%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 74%, 79%) | color: hsl(117, 74%, 79%) | |
| HEX | #A6F1A2 | color: #A6F1A2 | |
| RGB | rgb(166, 241, 162) | color: rgb(166, 241, 162) | |
| CMYK | cmyk(31%, 0%, 33%, 5%) | — | |
| HSV | hsv(117, 33%, 95%) | — | |
| HWB | hwb(117 64% 5%) | color: hwb(117 64% 5%) | |
| OKLCH | oklch(0.8896 0.1298 143.22) | color: oklch(0.8896 0.1298 143.22) | |
| Lab | lab(88.74 -38.14 31.01) | color: lab(88.74 -38.14 31.01) | |
| LCH | lch(88.74 49.16 140.89) | color: lch(88.74 49.16 140.89) |
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)
#C6C7B5 — rgb(198, 199, 181)
Deuteranopia (Green-blind)
#C2BDBA — rgb(194, 189, 186)
Tritanopia (Blue-blind)
#AAC4C8 — rgb(170, 196, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 74%, 79%);
text
color: hsl(117, 74%, 79%);
border
border: 2px solid hsl(117, 74%, 79%);
gradient light
background: linear-gradient(to right, hsl(117, 74%, 99%), hsl(117, 74%, 79%));
gradient dark
background: linear-gradient(to right, hsl(117, 74%, 79%), hsl(117, 74%, 59%))
hex
background-color: #A6F1A2;
tailwind
bg-[hsl(117,74%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 74%, 79%, 0.4);
css variable
--color-primary: hsl(117, 74%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 74%, 79%)?
HEX: #A6F1A2 | RGB: rgb(166, 241, 162) | CMYK: 31%, 0%, 33%, 5% | HSV: 117°, 33%, 95%. Copy any format from the conversion table above.
What colors go well with #A6F1A2?
The complementary color is HSL(297, 74%, 79%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 74%, 79%) in CSS?
As HSL: color: hsl(117, 74%, 79%); — As HEX: color: #A6F1A2; — As RGB: color: rgb(166, 241, 162); — Tailwind CSS: bg-[hsl(117,74%,79%)] — CSS variable: --color-primary: hsl(117, 74%, 79%);