HSL(70, 25%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,25%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 25%, 59%) | color: hsl(70, 25%, 59%) | |
| HEX | #A8B17C | color: #A8B17C | |
| RGB | rgb(168, 177, 124) | color: rgb(168, 177, 124) | |
| CMYK | cmyk(5%, 0%, 30%, 31%) | — | |
| HSV | hsv(70, 30%, 69%) | — | |
| HWB | hwb(70 48% 31%) | color: hwb(70 48% 31%) | |
| OKLCH | oklch(0.74 0.0728 116.05) | color: oklch(0.74 0.0728 116.05) | |
| Lab | lab(70.33 -12.02 26.14) | color: lab(70.33 -12.02 26.14) | |
| LCH | lch(70.33 28.77 114.69) | color: lch(70.33 28.77 114.69) |
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)
#ACAC89 — rgb(172, 172, 137)
Deuteranopia (Green-blind)
#ABAB8C — rgb(171, 171, 140)
Tritanopia (Blue-blind)
#A89395 — rgb(168, 147, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 25%, 59%);
text
color: hsl(70, 25%, 59%);
border
border: 2px solid hsl(70, 25%, 59%);
gradient light
background: linear-gradient(to right, hsl(70, 25%, 79%), hsl(70, 25%, 59%));
gradient dark
background: linear-gradient(to right, hsl(70, 25%, 59%), hsl(70, 25%, 39%))
hex
background-color: #A8B17C;
tailwind
bg-[hsl(70,25%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 25%, 59%, 0.4);
css variable
--color-primary: hsl(70, 25%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 25%, 59%)?
HEX: #A8B17C | RGB: rgb(168, 177, 124) | CMYK: 5%, 0%, 30%, 31% | HSV: 70°, 30%, 69%. Copy any format from the conversion table above.
What colors go well with #A8B17C?
The complementary color is HSL(250, 25%, 59%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 25%, 59%) in CSS?
As HSL: color: hsl(70, 25%, 59%); — As HEX: color: #A8B17C; — As RGB: color: rgb(168, 177, 124); — Tailwind CSS: bg-[hsl(70,25%,59%)] — CSS variable: --color-primary: hsl(70, 25%, 59%);