HSL(91, 45%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,45%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 45%, 66%) | color: hsl(91, 45%, 66%) | |
| HEX | #A7CF81 | color: #A7CF81 | |
| RGB | rgb(167, 207, 129) | color: rgb(167, 207, 129) | |
| CMYK | cmyk(19%, 0%, 38%, 19%) | — | |
| HSV | hsv(91, 38%, 81%) | — | |
| HWB | hwb(91 50% 19%) | color: hwb(91 50% 19%) | |
| OKLCH | oklch(0.8071 0.1124 130.65) | color: oklch(0.8071 0.1124 130.65) | |
| Lab | lab(78.71 -26.75 34.54) | color: lab(78.71 -26.75 34.54) | |
| LCH | lch(78.71 43.69 127.76) | color: lch(78.71 43.69 127.76) |
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)
#B8B994 — rgb(184, 185, 148)
Deuteranopia (Green-blind)
#B6B398 — rgb(182, 179, 152)
Tritanopia (Blue-blind)
#A9A3A6 — rgb(169, 163, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 45%, 66%);
text
color: hsl(91, 45%, 66%);
border
border: 2px solid hsl(91, 45%, 66%);
gradient light
background: linear-gradient(to right, hsl(91, 45%, 86%), hsl(91, 45%, 66%));
gradient dark
background: linear-gradient(to right, hsl(91, 45%, 66%), hsl(91, 45%, 46%))
hex
background-color: #A7CF81;
tailwind
bg-[hsl(91,45%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 45%, 66%, 0.4);
css variable
--color-primary: hsl(91, 45%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 45%, 66%)?
HEX: #A7CF81 | RGB: rgb(167, 207, 129) | CMYK: 19%, 0%, 38%, 19% | HSV: 91°, 38%, 81%. Copy any format from the conversion table above.
What colors go well with #A7CF81?
The complementary color is HSL(271, 45%, 66%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 45%, 66%) in CSS?
As HSL: color: hsl(91, 45%, 66%); — As HEX: color: #A7CF81; — As RGB: color: rgb(167, 207, 129); — Tailwind CSS: bg-[hsl(91,45%,66%)] — CSS variable: --color-primary: hsl(91, 45%, 66%);