HSL(93, 41%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,41%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 41%, 65%) | color: hsl(93, 41%, 65%) | |
| HEX | #A2CA81 | color: #A2CA81 | |
| RGB | rgb(162, 202, 129) | color: rgb(162, 202, 129) | |
| CMYK | cmyk(20%, 0%, 36%, 21%) | — | |
| HSV | hsv(93, 36%, 79%) | — | |
| HWB | hwb(93 51% 21%) | color: hwb(93 51% 21%) | |
| OKLCH | oklch(0.7924 0.1072 131.8) | color: oklch(0.7924 0.1072 131.8) | |
| Lab | lab(76.98 -26.16 32.23) | color: lab(76.98 -26.16 32.23) | |
| LCH | lch(76.98 41.51 129.07) | color: lch(76.98 41.51 129.07) |
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)
#B3B493 — rgb(179, 180, 147)
Deuteranopia (Green-blind)
#B1AE97 — rgb(177, 174, 151)
Tritanopia (Blue-blind)
#A4A1A4 — rgb(164, 161, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 41%, 65%);
text
color: hsl(93, 41%, 65%);
border
border: 2px solid hsl(93, 41%, 65%);
gradient light
background: linear-gradient(to right, hsl(93, 41%, 85%), hsl(93, 41%, 65%));
gradient dark
background: linear-gradient(to right, hsl(93, 41%, 65%), hsl(93, 41%, 45%))
hex
background-color: #A2CA81;
tailwind
bg-[hsl(93,41%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 41%, 65%, 0.4);
css variable
--color-primary: hsl(93, 41%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 41%, 65%)?
HEX: #A2CA81 | RGB: rgb(162, 202, 129) | CMYK: 20%, 0%, 36%, 21% | HSV: 93°, 36%, 79%. Copy any format from the conversion table above.
What colors go well with #A2CA81?
The complementary color is HSL(273, 41%, 65%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 41%, 65%) in CSS?
As HSL: color: hsl(93, 41%, 65%); — As HEX: color: #A2CA81; — As RGB: color: rgb(162, 202, 129); — Tailwind CSS: bg-[hsl(93,41%,65%)] — CSS variable: --color-primary: hsl(93, 41%, 65%);