HSL(82, 34%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,34%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 34%, 63%) | color: hsl(82, 34%, 63%) | |
| HEX | #A9C181 | color: #A9C181 | |
| RGB | rgb(169, 193, 129) | color: rgb(169, 193, 129) | |
| CMYK | cmyk(12%, 0%, 33%, 24%) | — | |
| HSV | hsv(83, 33%, 76%) | — | |
| HWB | hwb(83 51% 24%) | color: hwb(83 51% 24%) | |
| OKLCH | oklch(0.7771 0.0902 125.15) | color: oklch(0.7771 0.0902 125.15) | |
| Lab | lab(74.93 -19.13 29.61) | color: lab(74.93 -19.13 29.61) | |
| LCH | lch(74.93 35.25 122.87) | color: lch(74.93 35.25 122.87) |
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)
#B3B490 — rgb(179, 180, 144)
Deuteranopia (Green-blind)
#B2B094 — rgb(178, 176, 148)
Tritanopia (Blue-blind)
#AA9D9F — rgb(170, 157, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 34%, 63%);
text
color: hsl(82, 34%, 63%);
border
border: 2px solid hsl(82, 34%, 63%);
gradient light
background: linear-gradient(to right, hsl(82, 34%, 83%), hsl(82, 34%, 63%));
gradient dark
background: linear-gradient(to right, hsl(82, 34%, 63%), hsl(82, 34%, 43%))
hex
background-color: #A9C181;
tailwind
bg-[hsl(82,34%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 34%, 63%, 0.4);
css variable
--color-primary: hsl(82, 34%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 34%, 63%)?
HEX: #A9C181 | RGB: rgb(169, 193, 129) | CMYK: 12%, 0%, 33%, 24% | HSV: 83°, 33%, 76%. Copy any format from the conversion table above.
What colors go well with #A9C181?
The complementary color is HSL(262, 34%, 63%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 34%, 63%) in CSS?
As HSL: color: hsl(82, 34%, 63%); — As HEX: color: #A9C181; — As RGB: color: rgb(169, 193, 129); — Tailwind CSS: bg-[hsl(82,34%,63%)] — CSS variable: --color-primary: hsl(82, 34%, 63%);