HSL(128, 97%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,97%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 97%, 83%) | color: hsl(128, 97%, 83%) | |
| HEX | #AAFEB5 | color: #AAFEB5 | |
| RGB | rgb(170, 254, 181) | color: rgb(170, 254, 181) | |
| CMYK | cmyk(33%, 0%, 29%, 0%) | — | |
| HSV | hsv(128, 33%, 100%) | — | |
| HWB | hwb(128 67% 0%) | color: hwb(128 67% 0%) | |
| OKLCH | oklch(0.9249 0.1282 147.71) | color: oklch(0.9249 0.1282 147.71) | |
| Lab | lab(92.91 -39.68 27.06) | color: lab(92.91 -39.68 27.06) | |
| LCH | lch(92.91 48.03 145.71) | color: lch(92.91 48.03 145.71) |
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)
#CECFC7 — rgb(206, 207, 199)
Deuteranopia (Green-blind)
#CAC3CB — rgb(202, 195, 203)
Tritanopia (Blue-blind)
#AED5D8 — rgb(174, 213, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 97%, 83%);
text
color: hsl(128, 97%, 83%);
border
border: 2px solid hsl(128, 97%, 83%);
gradient light
background: linear-gradient(to right, hsl(128, 97%, 100%), hsl(128, 97%, 83%));
gradient dark
background: linear-gradient(to right, hsl(128, 97%, 83%), hsl(128, 97%, 63%))
hex
background-color: #AAFEB5;
tailwind
bg-[hsl(128,97%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 97%, 83%, 0.4);
css variable
--color-primary: hsl(128, 97%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 97%, 83%)?
HEX: #AAFEB5 | RGB: rgb(170, 254, 181) | CMYK: 33%, 0%, 29%, 0% | HSV: 128°, 33%, 100%. Copy any format from the conversion table above.
What colors go well with #AAFEB5?
The complementary color is HSL(308, 97%, 83%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 97%, 83%) in CSS?
As HSL: color: hsl(128, 97%, 83%); — As HEX: color: #AAFEB5; — As RGB: color: rgb(170, 254, 181); — Tailwind CSS: bg-[hsl(128,97%,83%)] — CSS variable: --color-primary: hsl(128, 97%, 83%);