HSL(81, 76%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,76%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 76%, 45%) | color: hsl(81, 76%, 45%) | |
| HEX | #8DCA1C | color: #8DCA1C | |
| RGB | rgb(141, 202, 28) | color: rgb(141, 202, 28) | |
| CMYK | cmyk(30%, 0%, 86%, 21%) | — | |
| HSV | hsv(81, 86%, 79%) | — | |
| HWB | hwb(81 11% 21%) | color: hwb(81 11% 21%) | |
| OKLCH | oklch(0.7686 0.1959 128.67) | color: oklch(0.7686 0.1959 128.67) | |
| Lab | lab(74.82 -42.48 70.58) | color: lab(74.82 -42.48 70.58) | |
| LCH | lch(74.82 82.38 121.04) | color: lch(74.82 82.38 121.04) |
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)
#A7A846 — rgb(167, 168, 70)
Deuteranopia (Green-blind)
#A49F50 — rgb(164, 159, 80)
Tritanopia (Blue-blind)
#90676F — rgb(144, 103, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 76%, 45%);
text
color: hsl(81, 76%, 45%);
border
border: 2px solid hsl(81, 76%, 45%);
gradient light
background: linear-gradient(to right, hsl(81, 76%, 65%), hsl(81, 76%, 45%));
gradient dark
background: linear-gradient(to right, hsl(81, 76%, 45%), hsl(81, 76%, 25%))
hex
background-color: #8DCA1C;
tailwind
bg-[hsl(81,76%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 76%, 45%, 0.4);
css variable
--color-primary: hsl(81, 76%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 76%, 45%)?
HEX: #8DCA1C | RGB: rgb(141, 202, 28) | CMYK: 30%, 0%, 86%, 21% | HSV: 81°, 86%, 79%. Copy any format from the conversion table above.
What colors go well with #8DCA1C?
The complementary color is HSL(261, 76%, 45%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 76%, 45%) in CSS?
As HSL: color: hsl(81, 76%, 45%); — As HEX: color: #8DCA1C; — As RGB: color: rgb(141, 202, 28); — Tailwind CSS: bg-[hsl(81,76%,45%)] — CSS variable: --color-primary: hsl(81, 76%, 45%);