HSL(84, 59%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,59%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 59%, 61%) | color: hsl(84, 59%, 61%) | |
| HEX | #A7D661 | color: #A7D661 | |
| RGB | rgb(167, 214, 97) | color: rgb(167, 214, 97) | |
| CMYK | cmyk(22%, 0%, 55%, 16%) | — | |
| HSV | hsv(84, 55%, 84%) | — | |
| HWB | hwb(84 38% 16%) | color: hwb(84 38% 16%) | |
| OKLCH | oklch(0.8184 0.1549 127.7) | color: oklch(0.8184 0.1549 127.7) | |
| Lab | lab(80.28 -33.72 52.07) | color: lab(80.28 -33.72 52.07) | |
| LCH | lch(80.28 62.03 122.93) | color: lch(80.28 62.03 122.93) |
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)
#BBBC7D — rgb(187, 188, 125)
Deuteranopia (Green-blind)
#B9B584 — rgb(185, 181, 132)
Tritanopia (Blue-blind)
#A99499 — rgb(169, 148, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 59%, 61%);
text
color: hsl(84, 59%, 61%);
border
border: 2px solid hsl(84, 59%, 61%);
gradient light
background: linear-gradient(to right, hsl(84, 59%, 81%), hsl(84, 59%, 61%));
gradient dark
background: linear-gradient(to right, hsl(84, 59%, 61%), hsl(84, 59%, 41%))
hex
background-color: #A7D661;
tailwind
bg-[hsl(84,59%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 59%, 61%, 0.4);
css variable
--color-primary: hsl(84, 59%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 59%, 61%)?
HEX: #A7D661 | RGB: rgb(167, 214, 97) | CMYK: 22%, 0%, 55%, 16% | HSV: 84°, 55%, 84%. Copy any format from the conversion table above.
What colors go well with #A7D661?
The complementary color is HSL(264, 59%, 61%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 59%, 61%) in CSS?
As HSL: color: hsl(84, 59%, 61%); — As HEX: color: #A7D661; — As RGB: color: rgb(167, 214, 97); — Tailwind CSS: bg-[hsl(84,59%,61%)] — CSS variable: --color-primary: hsl(84, 59%, 61%);