HSL(112, 24%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,24%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 24%, 69%) | color: hsl(112, 24%, 69%) | |
| HEX | #A2C39D | color: #A2C39D | |
| RGB | rgb(162, 195, 157) | color: rgb(162, 195, 157) | |
| CMYK | cmyk(17%, 0%, 19%, 24%) | — | |
| HSV | hsv(112, 19%, 76%) | — | |
| HWB | hwb(112 62% 24%) | color: hwb(112 62% 24%) | |
| OKLCH | oklch(0.7826 0.0638 141.41) | color: oklch(0.7826 0.0638 141.41) | |
| Lab | lab(75.54 -18.33 15.5) | color: lab(75.54 -18.33 15.5) | |
| LCH | lch(75.54 24 139.78) | color: lch(75.54 24 139.78) |
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)
#B0B1A6 — rgb(176, 177, 166)
Deuteranopia (Green-blind)
#AEACA8 — rgb(174, 172, 168)
Tritanopia (Blue-blind)
#A4ADAF — rgb(164, 173, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 24%, 69%);
text
color: hsl(112, 24%, 69%);
border
border: 2px solid hsl(112, 24%, 69%);
gradient light
background: linear-gradient(to right, hsl(112, 24%, 89%), hsl(112, 24%, 69%));
gradient dark
background: linear-gradient(to right, hsl(112, 24%, 69%), hsl(112, 24%, 49%))
hex
background-color: #A2C39D;
tailwind
bg-[hsl(112,24%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 24%, 69%, 0.4);
css variable
--color-primary: hsl(112, 24%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 24%, 69%)?
HEX: #A2C39D | RGB: rgb(162, 195, 157) | CMYK: 17%, 0%, 19%, 24% | HSV: 112°, 19%, 76%. Copy any format from the conversion table above.
What colors go well with #A2C39D?
The complementary color is HSL(292, 24%, 69%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 24%, 69%) in CSS?
As HSL: color: hsl(112, 24%, 69%); — As HEX: color: #A2C39D; — As RGB: color: rgb(162, 195, 157); — Tailwind CSS: bg-[hsl(112,24%,69%)] — CSS variable: --color-primary: hsl(112, 24%, 69%);