HSL(85, 90%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,90%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 90%, 61%) | color: hsl(85, 90%, 61%) | |
| HEX | #AAF542 | color: #AAF542 | |
| RGB | rgb(170, 245, 66) | color: rgb(170, 245, 66) | |
| CMYK | cmyk(31%, 0%, 73%, 4%) | — | |
| HSV | hsv(85, 73%, 96%) | — | |
| HWB | hwb(85 26% 4%) | color: hwb(85 26% 4%) | |
| OKLCH | oklch(0.8891 0.2148 130.01) | color: oklch(0.8891 0.2148 130.01) | |
| Lab | lab(89.04 -48.55 73.75) | color: lab(89.04 -48.55 73.75) | |
| LCH | lch(89.04 88.3 123.36) | color: lch(89.04 88.3 123.36) |
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)
#CACB6D — rgb(202, 203, 109)
Deuteranopia (Green-blind)
#C6C178 — rgb(198, 193, 120)
Tritanopia (Blue-blind)
#AE9097 — rgb(174, 144, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 90%, 61%);
text
color: hsl(85, 90%, 61%);
border
border: 2px solid hsl(85, 90%, 61%);
gradient light
background: linear-gradient(to right, hsl(85, 90%, 81%), hsl(85, 90%, 61%));
gradient dark
background: linear-gradient(to right, hsl(85, 90%, 61%), hsl(85, 90%, 41%))
hex
background-color: #AAF542;
tailwind
bg-[hsl(85,90%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 90%, 61%, 0.4);
css variable
--color-primary: hsl(85, 90%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 90%, 61%)?
HEX: #AAF542 | RGB: rgb(170, 245, 66) | CMYK: 31%, 0%, 73%, 4% | HSV: 85°, 73%, 96%. Copy any format from the conversion table above.
What colors go well with #AAF542?
The complementary color is HSL(265, 90%, 61%). 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, 90%, 61%) in CSS?
As HSL: color: hsl(85, 90%, 61%); — As HEX: color: #AAF542; — As RGB: color: rgb(170, 245, 66); — Tailwind CSS: bg-[hsl(85,90%,61%)] — CSS variable: --color-primary: hsl(85, 90%, 61%);