HSL(111, 60%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,60%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 60%, 74%) | color: hsl(111, 60%, 74%) | |
| HEX | #A1E495 | color: #A1E495 | |
| RGB | rgb(161, 228, 149) | color: rgb(161, 228, 149) | |
| CMYK | cmyk(29%, 0%, 35%, 11%) | — | |
| HSV | hsv(111, 35%, 89%) | — | |
| HWB | hwb(111 58% 11%) | color: hwb(111 58% 11%) | |
| OKLCH | oklch(0.8547 0.1263 140.73) | color: oklch(0.8547 0.1263 140.73) | |
| Lab | lab(84.6 -35.84 32.03) | color: lab(84.6 -35.84 32.03) | |
| LCH | lch(84.6 48.07 138.21) | color: lch(84.6 48.07 138.21) |
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)
#BEBFA8 — rgb(190, 191, 168)
Deuteranopia (Green-blind)
#BAB5AD — rgb(186, 181, 173)
Tritanopia (Blue-blind)
#A4B7BB — rgb(164, 183, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 60%, 74%);
text
color: hsl(111, 60%, 74%);
border
border: 2px solid hsl(111, 60%, 74%);
gradient light
background: linear-gradient(to right, hsl(111, 60%, 94%), hsl(111, 60%, 74%));
gradient dark
background: linear-gradient(to right, hsl(111, 60%, 74%), hsl(111, 60%, 54%))
hex
background-color: #A1E495;
tailwind
bg-[hsl(111,60%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 60%, 74%, 0.4);
css variable
--color-primary: hsl(111, 60%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 60%, 74%)?
HEX: #A1E495 | RGB: rgb(161, 228, 149) | CMYK: 29%, 0%, 35%, 11% | HSV: 111°, 35%, 89%. Copy any format from the conversion table above.
What colors go well with #A1E495?
The complementary color is HSL(291, 60%, 74%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 60%, 74%) in CSS?
As HSL: color: hsl(111, 60%, 74%); — As HEX: color: #A1E495; — As RGB: color: rgb(161, 228, 149); — Tailwind CSS: bg-[hsl(111,60%,74%)] — CSS variable: --color-primary: hsl(111, 60%, 74%);