HSL(85, 51%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,51%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 51%, 60%) | color: hsl(85, 51%, 60%) | |
| HEX | #A2CD65 | color: #A2CD65 | |
| RGB | rgb(162, 205, 101) | color: rgb(162, 205, 101) | |
| CMYK | cmyk(21%, 0%, 51%, 20%) | — | |
| HSV | hsv(85, 51%, 80%) | — | |
| HWB | hwb(85 39% 20%) | color: hwb(85 39% 20%) | |
| OKLCH | oklch(0.7949 0.1411 127.84) | color: oklch(0.7949 0.1411 127.84) | |
| Lab | lab(77.45 -31 46.79) | color: lab(77.45 -31 46.79) | |
| LCH | lch(77.45 56.13 123.53) | color: lch(77.45 56.13 123.53) |
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)
#B5B57E — rgb(181, 181, 126)
Deuteranopia (Green-blind)
#B2AF84 — rgb(178, 175, 132)
Tritanopia (Blue-blind)
#A49296 — rgb(164, 146, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 51%, 60%);
text
color: hsl(85, 51%, 60%);
border
border: 2px solid hsl(85, 51%, 60%);
gradient light
background: linear-gradient(to right, hsl(85, 51%, 80%), hsl(85, 51%, 60%));
gradient dark
background: linear-gradient(to right, hsl(85, 51%, 60%), hsl(85, 51%, 40%))
hex
background-color: #A2CD65;
tailwind
bg-[hsl(85,51%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 51%, 60%, 0.4);
css variable
--color-primary: hsl(85, 51%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 51%, 60%)?
HEX: #A2CD65 | RGB: rgb(162, 205, 101) | CMYK: 21%, 0%, 51%, 20% | HSV: 85°, 51%, 80%. Copy any format from the conversion table above.
What colors go well with #A2CD65?
The complementary color is HSL(265, 51%, 60%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 51%, 60%) in CSS?
As HSL: color: hsl(85, 51%, 60%); — As HEX: color: #A2CD65; — As RGB: color: rgb(162, 205, 101); — Tailwind CSS: bg-[hsl(85,51%,60%)] — CSS variable: --color-primary: hsl(85, 51%, 60%);