HSL(112, 93%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,93%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 93%, 80%) | color: hsl(112, 93%, 80%) | |
| HEX | #A9FB9D | color: #A9FB9D | |
| RGB | rgb(169, 251, 157) | color: rgb(169, 251, 157) | |
| CMYK | cmyk(33%, 0%, 37%, 2%) | — | |
| HSV | hsv(112, 37%, 98%) | — | |
| HWB | hwb(112 62% 2%) | color: hwb(112 62% 2%) | |
| OKLCH | oklch(0.913 0.1482 141.3) | color: oklch(0.913 0.1482 141.3) | |
| Lab | lab(91.62 -42.38 37.35) | color: lab(91.62 -42.38 37.35) | |
| LCH | lch(91.62 56.49 138.61) | color: lch(91.62 56.49 138.61) |
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)
#CDCDB4 — rgb(205, 205, 180)
Deuteranopia (Green-blind)
#C8C2B9 — rgb(200, 194, 185)
Tritanopia (Blue-blind)
#ADC6CA — rgb(173, 198, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 93%, 80%);
text
color: hsl(112, 93%, 80%);
border
border: 2px solid hsl(112, 93%, 80%);
gradient light
background: linear-gradient(to right, hsl(112, 93%, 100%), hsl(112, 93%, 80%));
gradient dark
background: linear-gradient(to right, hsl(112, 93%, 80%), hsl(112, 93%, 60%))
hex
background-color: #A9FB9D;
tailwind
bg-[hsl(112,93%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 93%, 80%, 0.4);
css variable
--color-primary: hsl(112, 93%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 93%, 80%)?
HEX: #A9FB9D | RGB: rgb(169, 251, 157) | CMYK: 33%, 0%, 37%, 2% | HSV: 112°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #A9FB9D?
The complementary color is HSL(292, 93%, 80%). 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, 93%, 80%) in CSS?
As HSL: color: hsl(112, 93%, 80%); — As HEX: color: #A9FB9D; — As RGB: color: rgb(169, 251, 157); — Tailwind CSS: bg-[hsl(112,93%,80%)] — CSS variable: --color-primary: hsl(112, 93%, 80%);