HSL(113, 41%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,41%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 41%, 65%) | color: hsl(113, 41%, 65%) | |
| HEX | #8ACA81 | color: #8ACA81 | |
| RGB | rgb(138, 202, 129) | color: rgb(138, 202, 129) | |
| CMYK | cmyk(32%, 0%, 36%, 21%) | — | |
| HSV | hsv(113, 36%, 79%) | — | |
| HWB | hwb(113 51% 21%) | color: hwb(113 51% 21%) | |
| OKLCH | oklch(0.7775 0.1204 141.43) | color: oklch(0.7775 0.1204 141.43) | |
| Lab | lab(75.59 -34.5 30.14) | color: lab(75.59 -34.5 30.14) | |
| LCH | lch(75.59 45.81 138.86) | color: lch(75.59 45.81 138.86) |
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)
#A6A693 — rgb(166, 166, 147)
Deuteranopia (Green-blind)
#A29D97 — rgb(162, 157, 151)
Tritanopia (Blue-blind)
#8DA1A4 — rgb(141, 161, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 41%, 65%);
text
color: hsl(113, 41%, 65%);
border
border: 2px solid hsl(113, 41%, 65%);
gradient light
background: linear-gradient(to right, hsl(113, 41%, 85%), hsl(113, 41%, 65%));
gradient dark
background: linear-gradient(to right, hsl(113, 41%, 65%), hsl(113, 41%, 45%))
hex
background-color: #8ACA81;
tailwind
bg-[hsl(113,41%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 41%, 65%, 0.4);
css variable
--color-primary: hsl(113, 41%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 41%, 65%)?
HEX: #8ACA81 | RGB: rgb(138, 202, 129) | CMYK: 32%, 0%, 36%, 21% | HSV: 113°, 36%, 79%. Copy any format from the conversion table above.
What colors go well with #8ACA81?
The complementary color is HSL(293, 41%, 65%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 41%, 65%) in CSS?
As HSL: color: hsl(113, 41%, 65%); — As HEX: color: #8ACA81; — As RGB: color: rgb(138, 202, 129); — Tailwind CSS: bg-[hsl(113,41%,65%)] — CSS variable: --color-primary: hsl(113, 41%, 65%);