HSL(122, 40%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 40%, 65%) | color: hsl(122, 40%, 65%) | |
| HEX | #82C984 | color: #82C984 | |
| RGB | rgb(130, 201, 132) | color: rgb(130, 201, 132) | |
| CMYK | cmyk(35%, 0%, 34%, 21%) | — | |
| HSV | hsv(122, 35%, 79%) | — | |
| HWB | hwb(122 51% 21%) | color: hwb(122 51% 21%) | |
| OKLCH | oklch(0.7713 0.1204 144.93) | color: oklch(0.7713 0.1204 144.93) | |
| Lab | lab(74.94 -36.16 27.64) | color: lab(74.94 -36.16 27.64) | |
| LCH | lch(74.94 45.51 142.61) | color: lch(74.94 45.51 142.61) |
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)
#A1A195 — rgb(161, 161, 149)
Deuteranopia (Green-blind)
#9D9799 — rgb(157, 151, 153)
Tritanopia (Blue-blind)
#86A2A5 — rgb(134, 162, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 40%, 65%);
text
color: hsl(122, 40%, 65%);
border
border: 2px solid hsl(122, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(122, 40%, 85%), hsl(122, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(122, 40%, 65%), hsl(122, 40%, 45%))
hex
background-color: #82C984;
tailwind
bg-[hsl(122,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 40%, 65%, 0.4);
css variable
--color-primary: hsl(122, 40%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 40%, 65%)?
HEX: #82C984 | RGB: rgb(130, 201, 132) | CMYK: 35%, 0%, 34%, 21% | HSV: 122°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #82C984?
The complementary color is HSL(302, 40%, 65%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 40%, 65%) in CSS?
As HSL: color: hsl(122, 40%, 65%); — As HEX: color: #82C984; — As RGB: color: rgb(130, 201, 132); — Tailwind CSS: bg-[hsl(122,40%,65%)] — CSS variable: --color-primary: hsl(122, 40%, 65%);