HSL(83, 41%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,41%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 41%, 65%) | color: hsl(83, 41%, 65%) | |
| HEX | #AECA81 | color: #AECA81 | |
| RGB | rgb(174, 202, 129) | color: rgb(174, 202, 129) | |
| CMYK | cmyk(14%, 0%, 36%, 21%) | — | |
| HSV | hsv(83, 36%, 79%) | — | |
| HWB | hwb(83 51% 21%) | color: hwb(83 51% 21%) | |
| OKLCH | oklch(0.8007 0.1017 125.68) | color: oklch(0.8007 0.1017 125.68) | |
| Lab | lab(77.77 -21.73 33.41) | color: lab(77.77 -21.73 33.41) | |
| LCH | lch(77.77 39.85 123.04) | color: lch(77.77 39.85 123.04) |
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)
#BABA93 — rgb(186, 186, 147)
Deuteranopia (Green-blind)
#B9B697 — rgb(185, 182, 151)
Tritanopia (Blue-blind)
#AFA1A4 — rgb(175, 161, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 41%, 65%);
text
color: hsl(83, 41%, 65%);
border
border: 2px solid hsl(83, 41%, 65%);
gradient light
background: linear-gradient(to right, hsl(83, 41%, 85%), hsl(83, 41%, 65%));
gradient dark
background: linear-gradient(to right, hsl(83, 41%, 65%), hsl(83, 41%, 45%))
hex
background-color: #AECA81;
tailwind
bg-[hsl(83,41%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 41%, 65%, 0.4);
css variable
--color-primary: hsl(83, 41%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 41%, 65%)?
HEX: #AECA81 | RGB: rgb(174, 202, 129) | CMYK: 14%, 0%, 36%, 21% | HSV: 83°, 36%, 79%. Copy any format from the conversion table above.
What colors go well with #AECA81?
The complementary color is HSL(263, 41%, 65%). 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, 41%, 65%) in CSS?
As HSL: color: hsl(83, 41%, 65%); — As HEX: color: #AECA81; — As RGB: color: rgb(174, 202, 129); — Tailwind CSS: bg-[hsl(83,41%,65%)] — CSS variable: --color-primary: hsl(83, 41%, 65%);