HSL(101, 45%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,45%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 45%, 64%) | color: hsl(101, 45%, 64%) | |
| HEX | #94CD7A | color: #94CD7A | |
| RGB | rgb(148, 205, 122) | color: rgb(148, 205, 122) | |
| CMYK | cmyk(28%, 0%, 40%, 20%) | — | |
| HSV | hsv(101, 40%, 80%) | — | |
| HWB | hwb(101 48% 20%) | color: hwb(101 48% 20%) | |
| OKLCH | oklch(0.7892 0.1267 136.4) | color: oklch(0.7892 0.1267 136.4) | |
| Lab | lab(76.9 -33.52 35.54) | color: lab(76.9 -33.52 35.54) | |
| LCH | lch(76.9 48.85 133.32) | color: lch(76.9 48.85 133.32) |
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)
#ADAD8E — rgb(173, 173, 142)
Deuteranopia (Green-blind)
#A9A593 — rgb(169, 165, 147)
Tritanopia (Blue-blind)
#979EA1 — rgb(151, 158, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 45%, 64%);
text
color: hsl(101, 45%, 64%);
border
border: 2px solid hsl(101, 45%, 64%);
gradient light
background: linear-gradient(to right, hsl(101, 45%, 84%), hsl(101, 45%, 64%));
gradient dark
background: linear-gradient(to right, hsl(101, 45%, 64%), hsl(101, 45%, 44%))
hex
background-color: #94CD7A;
tailwind
bg-[hsl(101,45%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 45%, 64%, 0.4);
css variable
--color-primary: hsl(101, 45%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 45%, 64%)?
HEX: #94CD7A | RGB: rgb(148, 205, 122) | CMYK: 28%, 0%, 40%, 20% | HSV: 101°, 40%, 80%. Copy any format from the conversion table above.
What colors go well with #94CD7A?
The complementary color is HSL(281, 45%, 64%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 45%, 64%) in CSS?
As HSL: color: hsl(101, 45%, 64%); — As HEX: color: #94CD7A; — As RGB: color: rgb(148, 205, 122); — Tailwind CSS: bg-[hsl(101,45%,64%)] — CSS variable: --color-primary: hsl(101, 45%, 64%);