HSL(97, 100%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,100%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 100%, 68%) | color: hsl(97, 100%, 68%) | |
| HEX | #9AFF5C | color: #9AFF5C | |
| RGB | rgb(154, 255, 92) | color: rgb(154, 255, 92) | |
| CMYK | cmyk(40%, 0%, 64%, 0%) | — | |
| HSV | hsv(97, 64%, 100%) | — | |
| HWB | hwb(97 36% 0%) | color: hwb(97 36% 0%) | |
| OKLCH | oklch(0.9061 0.2184 135.62) | color: oklch(0.9061 0.2184 135.62) | |
| Lab | lab(91.31 -56.18 66.4) | color: lab(91.31 -56.18 66.4) | |
| LCH | lch(91.31 86.98 130.23) | color: lch(91.31 86.98 130.23) |
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)
#C6C783 — rgb(198, 199, 131)
Deuteranopia (Green-blind)
#C0B88D — rgb(192, 184, 141)
Tritanopia (Blue-blind)
#9FA3A9 — rgb(159, 163, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 100%, 68%);
text
color: hsl(97, 100%, 68%);
border
border: 2px solid hsl(97, 100%, 68%);
gradient light
background: linear-gradient(to right, hsl(97, 100%, 88%), hsl(97, 100%, 68%));
gradient dark
background: linear-gradient(to right, hsl(97, 100%, 68%), hsl(97, 100%, 48%))
hex
background-color: #9AFF5C;
tailwind
bg-[hsl(97,100%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 100%, 68%, 0.4);
css variable
--color-primary: hsl(97, 100%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 100%, 68%)?
HEX: #9AFF5C | RGB: rgb(154, 255, 92) | CMYK: 40%, 0%, 64%, 0% | HSV: 97°, 64%, 100%. Copy any format from the conversion table above.
What colors go well with #9AFF5C?
The complementary color is HSL(277, 100%, 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, 100%, 68%) in CSS?
As HSL: color: hsl(97, 100%, 68%); — As HEX: color: #9AFF5C; — As RGB: color: rgb(154, 255, 92); — Tailwind CSS: bg-[hsl(97,100%,68%)] — CSS variable: --color-primary: hsl(97, 100%, 68%);