HSL(97, 46%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,46%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 46%, 70%) | color: hsl(97, 46%, 70%) | |
| HEX | #AAD68F | color: #AAD68F | |
| RGB | rgb(170, 214, 143) | color: rgb(170, 214, 143) | |
| CMYK | cmyk(21%, 0%, 33%, 16%) | — | |
| HSV | hsv(97, 33%, 84%) | — | |
| HWB | hwb(97 56% 16%) | color: hwb(97 56% 16%) | |
| OKLCH | oklch(0.8274 0.1061 134.08) | color: oklch(0.8274 0.1061 134.08) | |
| Lab | lab(81.08 -27.09 30.52) | color: lab(81.08 -27.09 30.52) | |
| LCH | lch(81.08 40.81 131.59) | color: lch(81.08 40.81 131.59) |
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)
#BDBDA0 — rgb(189, 189, 160)
Deuteranopia (Green-blind)
#BBB7A4 — rgb(187, 183, 164)
Tritanopia (Blue-blind)
#ACAEB1 — rgb(172, 174, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 46%, 70%);
text
color: hsl(97, 46%, 70%);
border
border: 2px solid hsl(97, 46%, 70%);
gradient light
background: linear-gradient(to right, hsl(97, 46%, 90%), hsl(97, 46%, 70%));
gradient dark
background: linear-gradient(to right, hsl(97, 46%, 70%), hsl(97, 46%, 50%))
hex
background-color: #AAD68F;
tailwind
bg-[hsl(97,46%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 46%, 70%, 0.4);
css variable
--color-primary: hsl(97, 46%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 46%, 70%)?
HEX: #AAD68F | RGB: rgb(170, 214, 143) | CMYK: 21%, 0%, 33%, 16% | HSV: 97°, 33%, 84%. Copy any format from the conversion table above.
What colors go well with #AAD68F?
The complementary color is HSL(277, 46%, 70%). 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, 46%, 70%) in CSS?
As HSL: color: hsl(97, 46%, 70%); — As HEX: color: #AAD68F; — As RGB: color: rgb(170, 214, 143); — Tailwind CSS: bg-[hsl(97,46%,70%)] — CSS variable: --color-primary: hsl(97, 46%, 70%);