HSL(141, 97%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,97%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 97%, 81%) | color: hsl(141, 97%, 81%) | |
| HEX | #A0FEC0 | color: #A0FEC0 | |
| RGB | rgb(160, 254, 192) | color: rgb(160, 254, 192) | |
| CMYK | cmyk(37%, 0%, 24%, 0%) | — | |
| HSV | hsv(140, 37%, 100%) | — | |
| HWB | hwb(140 63% 0%) | color: hwb(140 63% 0%) | |
| OKLCH | oklch(0.9222 0.1241 154.35) | color: oklch(0.9222 0.1241 154.35) | |
| Lab | lab(92.65 -40.7 21.03) | color: lab(92.65 -40.7 21.03) | |
| LCH | lch(92.65 45.81 152.67) | color: lch(92.65 45.81 152.67) |
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)
#C9CACF — rgb(201, 202, 207)
Deuteranopia (Green-blind)
#C3BCD3 — rgb(195, 188, 211)
Tritanopia (Blue-blind)
#A5DBDD — rgb(165, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 97%, 81%);
text
color: hsl(141, 97%, 81%);
border
border: 2px solid hsl(141, 97%, 81%);
gradient light
background: linear-gradient(to right, hsl(141, 97%, 100%), hsl(141, 97%, 81%));
gradient dark
background: linear-gradient(to right, hsl(141, 97%, 81%), hsl(141, 97%, 61%))
hex
background-color: #A0FEC0;
tailwind
bg-[hsl(141,97%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 97%, 81%, 0.4);
css variable
--color-primary: hsl(141, 97%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 97%, 81%)?
HEX: #A0FEC0 | RGB: rgb(160, 254, 192) | CMYK: 37%, 0%, 24%, 0% | HSV: 140°, 37%, 100%. Copy any format from the conversion table above.
What colors go well with #A0FEC0?
The complementary color is HSL(321, 97%, 81%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 97%, 81%) in CSS?
As HSL: color: hsl(141, 97%, 81%); — As HEX: color: #A0FEC0; — As RGB: color: rgb(160, 254, 192); — Tailwind CSS: bg-[hsl(141,97%,81%)] — CSS variable: --color-primary: hsl(141, 97%, 81%);