HSL(97, 97%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,97%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 97%, 70%) | color: hsl(97, 97%, 70%) | |
| HEX | #A1FD68 | color: #A1FD68 | |
| RGB | rgb(161, 253, 104) | color: rgb(161, 253, 104) | |
| CMYK | cmyk(36%, 0%, 59%, 1%) | — | |
| HSV | hsv(97, 59%, 99%) | — | |
| HWB | hwb(97 41% 1%) | color: hwb(97 41% 1%) | |
| OKLCH | oklch(0.9061 0.2035 135.24) | color: oklch(0.9061 0.2035 135.24) | |
| Lab | lab(91.15 -52.1 61.39) | color: lab(91.15 -52.1 61.39) | |
| LCH | lch(91.15 80.52 130.32) | color: lch(91.15 80.52 130.32) |
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)
#C9CA8C — rgb(201, 202, 140)
Deuteranopia (Green-blind)
#C4BD95 — rgb(196, 189, 149)
Tritanopia (Blue-blind)
#A6A9AF — rgb(166, 169, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 97%, 70%);
text
color: hsl(97, 97%, 70%);
border
border: 2px solid hsl(97, 97%, 70%);
gradient light
background: linear-gradient(to right, hsl(97, 97%, 90%), hsl(97, 97%, 70%));
gradient dark
background: linear-gradient(to right, hsl(97, 97%, 70%), hsl(97, 97%, 50%))
hex
background-color: #A1FD68;
tailwind
bg-[hsl(97,97%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 97%, 70%, 0.4);
css variable
--color-primary: hsl(97, 97%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 97%, 70%)?
HEX: #A1FD68 | RGB: rgb(161, 253, 104) | CMYK: 36%, 0%, 59%, 1% | HSV: 97°, 59%, 99%. Copy any format from the conversion table above.
What colors go well with #A1FD68?
The complementary color is HSL(277, 97%, 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, 97%, 70%) in CSS?
As HSL: color: hsl(97, 97%, 70%); — As HEX: color: #A1FD68; — As RGB: color: rgb(161, 253, 104); — Tailwind CSS: bg-[hsl(97,97%,70%)] — CSS variable: --color-primary: hsl(97, 97%, 70%);