HSL(83, 71%, 56%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,71%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 71%, 56%) | color: hsl(83, 71%, 56%) | |
| HEX | #A1DE3F | color: #A1DE3F | |
| RGB | rgb(161, 222, 63) | color: rgb(161, 222, 63) | |
| CMYK | cmyk(27%, 0%, 72%, 13%) | — | |
| HSV | hsv(83, 72%, 87%) | — | |
| HWB | hwb(83 24% 13%) | color: hwb(83 24% 13%) | |
| OKLCH | oklch(0.83 0.1935 128.49) | color: oklch(0.83 0.1935 128.49) | |
| Lab | lab(81.93 -42.15 67.62) | color: lab(81.93 -42.15 67.62) | |
| LCH | lch(81.93 79.68 121.94) | color: lch(81.93 79.68 121.94) |
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)
#BBBC65 — rgb(187, 188, 101)
Deuteranopia (Green-blind)
#B8B36F — rgb(184, 179, 111)
Tritanopia (Blue-blind)
#A4848B — rgb(164, 132, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 71%, 56%);
text
color: hsl(83, 71%, 56%);
border
border: 2px solid hsl(83, 71%, 56%);
gradient light
background: linear-gradient(to right, hsl(83, 71%, 76%), hsl(83, 71%, 56%));
gradient dark
background: linear-gradient(to right, hsl(83, 71%, 56%), hsl(83, 71%, 36%))
hex
background-color: #A1DE3F;
tailwind
bg-[hsl(83,71%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 71%, 56%, 0.4);
css variable
--color-primary: hsl(83, 71%, 56%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 71%, 56%)?
HEX: #A1DE3F | RGB: rgb(161, 222, 63) | CMYK: 27%, 0%, 72%, 13% | HSV: 83°, 72%, 87%. Copy any format from the conversion table above.
What colors go well with #A1DE3F?
The complementary color is HSL(263, 71%, 56%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 71%, 56%) in CSS?
As HSL: color: hsl(83, 71%, 56%); — As HEX: color: #A1DE3F; — As RGB: color: rgb(161, 222, 63); — Tailwind CSS: bg-[hsl(83,71%,56%)] — CSS variable: --color-primary: hsl(83, 71%, 56%);