HSL(117, 42%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,42%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 42%, 74%) | color: hsl(117, 42%, 74%) | |
| HEX | #A4D9A1 | color: #A4D9A1 | |
| RGB | rgb(164, 217, 161) | color: rgb(164, 217, 161) | |
| CMYK | cmyk(24%, 0%, 26%, 15%) | — | |
| HSV | hsv(117, 26%, 85%) | — | |
| HWB | hwb(117 63% 15%) | color: hwb(117 63% 15%) | |
| OKLCH | oklch(0.834 0.0945 143.35) | color: oklch(0.834 0.0945 143.35) | |
| Lab | lab(81.89 -27.79 22.2) | color: lab(81.89 -27.79 22.2) | |
| LCH | lch(81.89 35.57 141.38) | color: lch(81.89 35.57 141.38) |
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)
#BBBBAF — rgb(187, 187, 175)
Deuteranopia (Green-blind)
#B8B4B2 — rgb(184, 180, 178)
Tritanopia (Blue-blind)
#A7B9BC — rgb(167, 185, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 42%, 74%);
text
color: hsl(117, 42%, 74%);
border
border: 2px solid hsl(117, 42%, 74%);
gradient light
background: linear-gradient(to right, hsl(117, 42%, 94%), hsl(117, 42%, 74%));
gradient dark
background: linear-gradient(to right, hsl(117, 42%, 74%), hsl(117, 42%, 54%))
hex
background-color: #A4D9A1;
tailwind
bg-[hsl(117,42%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 42%, 74%, 0.4);
css variable
--color-primary: hsl(117, 42%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 42%, 74%)?
HEX: #A4D9A1 | RGB: rgb(164, 217, 161) | CMYK: 24%, 0%, 26%, 15% | HSV: 117°, 26%, 85%. Copy any format from the conversion table above.
What colors go well with #A4D9A1?
The complementary color is HSL(297, 42%, 74%). 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, 42%, 74%) in CSS?
As HSL: color: hsl(117, 42%, 74%); — As HEX: color: #A4D9A1; — As RGB: color: rgb(164, 217, 161); — Tailwind CSS: bg-[hsl(117,42%,74%)] — CSS variable: --color-primary: hsl(117, 42%, 74%);