HSL(96, 71%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,71%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 71%, 68%) | color: hsl(96, 71%, 68%) | |
| HEX | #A2E773 | color: #A2E773 | |
| RGB | rgb(162, 231, 115) | color: rgb(162, 231, 115) | |
| CMYK | cmyk(30%, 0%, 50%, 9%) | — | |
| HSV | hsv(96, 50%, 91%) | — | |
| HWB | hwb(96 46% 9%) | color: hwb(96 46% 9%) | |
| OKLCH | oklch(0.8568 0.1641 134.06) | color: oklch(0.8568 0.1641 134.06) | |
| Lab | lab(85.03 -41.3 49.3) | color: lab(85.03 -41.3 49.3) | |
| LCH | lch(85.03 64.31 129.95) | color: lch(85.03 64.31 129.95) |
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)
#C0C08F — rgb(192, 192, 143)
Deuteranopia (Green-blind)
#BCB796 — rgb(188, 183, 150)
Tritanopia (Blue-blind)
#A5A5AA — rgb(165, 165, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 71%, 68%);
text
color: hsl(96, 71%, 68%);
border
border: 2px solid hsl(96, 71%, 68%);
gradient light
background: linear-gradient(to right, hsl(96, 71%, 88%), hsl(96, 71%, 68%));
gradient dark
background: linear-gradient(to right, hsl(96, 71%, 68%), hsl(96, 71%, 48%))
hex
background-color: #A2E773;
tailwind
bg-[hsl(96,71%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 71%, 68%, 0.4);
css variable
--color-primary: hsl(96, 71%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 71%, 68%)?
HEX: #A2E773 | RGB: rgb(162, 231, 115) | CMYK: 30%, 0%, 50%, 9% | HSV: 96°, 50%, 91%. Copy any format from the conversion table above.
What colors go well with #A2E773?
The complementary color is HSL(276, 71%, 68%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 71%, 68%) in CSS?
As HSL: color: hsl(96, 71%, 68%); — As HEX: color: #A2E773; — As RGB: color: rgb(162, 231, 115); — Tailwind CSS: bg-[hsl(96,71%,68%)] — CSS variable: --color-primary: hsl(96, 71%, 68%);