HSL(84, 70%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,70%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 70%, 60%) | color: hsl(84, 70%, 60%) | |
| HEX | #A7E052 | color: #A7E052 | |
| RGB | rgb(167, 224, 82) | color: rgb(167, 224, 82) | |
| CMYK | cmyk(25%, 0%, 63%, 12%) | — | |
| HSV | hsv(84, 63%, 88%) | — | |
| HWB | hwb(84 33% 12%) | color: hwb(84 33% 12%) | |
| OKLCH | oklch(0.8398 0.1803 128.42) | color: oklch(0.8398 0.1803 128.42) | |
| Lab | lab(82.99 -39.53 61.61) | color: lab(82.99 -39.53 61.61) | |
| LCH | lch(82.99 73.2 122.68) | color: lch(82.99 73.2 122.68) |
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)
#C0C074 — rgb(192, 192, 116)
Deuteranopia (Green-blind)
#BCB87D — rgb(188, 184, 125)
Tritanopia (Blue-blind)
#AA8F95 — rgb(170, 143, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 70%, 60%);
text
color: hsl(84, 70%, 60%);
border
border: 2px solid hsl(84, 70%, 60%);
gradient light
background: linear-gradient(to right, hsl(84, 70%, 80%), hsl(84, 70%, 60%));
gradient dark
background: linear-gradient(to right, hsl(84, 70%, 60%), hsl(84, 70%, 40%))
hex
background-color: #A7E052;
tailwind
bg-[hsl(84,70%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 70%, 60%, 0.4);
css variable
--color-primary: hsl(84, 70%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 70%, 60%)?
HEX: #A7E052 | RGB: rgb(167, 224, 82) | CMYK: 25%, 0%, 63%, 12% | HSV: 84°, 63%, 88%. Copy any format from the conversion table above.
What colors go well with #A7E052?
The complementary color is HSL(264, 70%, 60%). 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, 70%, 60%) in CSS?
As HSL: color: hsl(84, 70%, 60%); — As HEX: color: #A7E052; — As RGB: color: rgb(167, 224, 82); — Tailwind CSS: bg-[hsl(84,70%,60%)] — CSS variable: --color-primary: hsl(84, 70%, 60%);