HSL(97, 20%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,20%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 20%, 67%) | color: hsl(97, 20%, 67%) | |
| HEX | #A7BC9A | color: #A7BC9A | |
| RGB | rgb(167, 188, 154) | color: rgb(167, 188, 154) | |
| CMYK | cmyk(11%, 0%, 18%, 26%) | — | |
| HSV | hsv(97, 18%, 74%) | — | |
| HWB | hwb(97 61% 26%) | color: hwb(97 61% 26%) | |
| OKLCH | oklch(0.7699 0.0526 133.51) | color: oklch(0.7699 0.0526 133.51) | |
| Lab | lab(73.88 -13.49 14.83) | color: lab(73.88 -13.49 14.83) | |
| LCH | lch(73.88 20.05 132.29) | color: lch(73.88 20.05 132.29) |
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)
#B0B0A2 — rgb(176, 176, 162)
Deuteranopia (Green-blind)
#AFADA4 — rgb(175, 173, 164)
Tritanopia (Blue-blind)
#A8A9AA — rgb(168, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 20%, 67%);
text
color: hsl(97, 20%, 67%);
border
border: 2px solid hsl(97, 20%, 67%);
gradient light
background: linear-gradient(to right, hsl(97, 20%, 87%), hsl(97, 20%, 67%));
gradient dark
background: linear-gradient(to right, hsl(97, 20%, 67%), hsl(97, 20%, 47%))
hex
background-color: #A7BC9A;
tailwind
bg-[hsl(97,20%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 20%, 67%, 0.4);
css variable
--color-primary: hsl(97, 20%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 20%, 67%)?
HEX: #A7BC9A | RGB: rgb(167, 188, 154) | CMYK: 11%, 0%, 18%, 26% | HSV: 97°, 18%, 74%. Copy any format from the conversion table above.
What colors go well with #A7BC9A?
The complementary color is HSL(277, 20%, 67%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 20%, 67%) in CSS?
As HSL: color: hsl(97, 20%, 67%); — As HEX: color: #A7BC9A; — As RGB: color: rgb(167, 188, 154); — Tailwind CSS: bg-[hsl(97,20%,67%)] — CSS variable: --color-primary: hsl(97, 20%, 67%);