HSL(97, 55%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,55%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 55%, 68%) | color: hsl(97, 55%, 68%) | |
| HEX | #A3DA81 | color: #A3DA81 | |
| RGB | rgb(163, 218, 129) | color: rgb(163, 218, 129) | |
| CMYK | cmyk(25%, 0%, 41%, 15%) | — | |
| HSV | hsv(97, 41%, 85%) | — | |
| HWB | hwb(97 50% 15%) | color: hwb(97 50% 15%) | |
| OKLCH | oklch(0.8295 0.131 134.33) | color: oklch(0.8295 0.131 134.33) | |
| Lab | lab(81.57 -33.38 38.19) | color: lab(81.57 -33.38 38.19) | |
| LCH | lch(81.57 50.72 131.16) | color: lch(81.57 50.72 131.16) |
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)
#BBBB97 — rgb(187, 187, 151)
Deuteranopia (Green-blind)
#B8B49C — rgb(184, 180, 156)
Tritanopia (Blue-blind)
#A6A8AB — rgb(166, 168, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 55%, 68%);
text
color: hsl(97, 55%, 68%);
border
border: 2px solid hsl(97, 55%, 68%);
gradient light
background: linear-gradient(to right, hsl(97, 55%, 88%), hsl(97, 55%, 68%));
gradient dark
background: linear-gradient(to right, hsl(97, 55%, 68%), hsl(97, 55%, 48%))
hex
background-color: #A3DA81;
tailwind
bg-[hsl(97,55%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 55%, 68%, 0.4);
css variable
--color-primary: hsl(97, 55%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 55%, 68%)?
HEX: #A3DA81 | RGB: rgb(163, 218, 129) | CMYK: 25%, 0%, 41%, 15% | HSV: 97°, 41%, 85%. Copy any format from the conversion table above.
What colors go well with #A3DA81?
The complementary color is HSL(277, 55%, 68%). 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, 55%, 68%) in CSS?
As HSL: color: hsl(97, 55%, 68%); — As HEX: color: #A3DA81; — As RGB: color: rgb(163, 218, 129); — Tailwind CSS: bg-[hsl(97,55%,68%)] — CSS variable: --color-primary: hsl(97, 55%, 68%);