HSL(122, 69%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,69%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 69%, 39%) | color: hsl(122, 69%, 39%) | |
| HEX | #1FA823 | color: #1FA823 | |
| RGB | rgb(31, 168, 35) | color: rgb(31, 168, 35) | |
| CMYK | cmyk(82%, 0%, 79%, 34%) | — | |
| HSV | hsv(122, 82%, 66%) | — | |
| HWB | hwb(122 12% 34%) | color: hwb(122 12% 34%) | |
| OKLCH | oklch(0.6381 0.2013 143.02) | color: oklch(0.6381 0.2013 143.02) | |
| Lab | lab(60.26 -59.3 54.17) | color: lab(60.26 -59.3 54.17) | |
| LCH | lch(60.26 80.32 137.59) | color: lch(60.26 80.32 137.59) |
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)
#5A5C43 — rgb(90, 92, 67)
Deuteranopia (Green-blind)
#52484B — rgb(82, 72, 75)
Tritanopia (Blue-blind)
#265D62 — rgb(38, 93, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 69%, 39%);
text
color: hsl(122, 69%, 39%);
border
border: 2px solid hsl(122, 69%, 39%);
gradient light
background: linear-gradient(to right, hsl(122, 69%, 59%), hsl(122, 69%, 39%));
gradient dark
background: linear-gradient(to right, hsl(122, 69%, 39%), hsl(122, 69%, 19%))
hex
background-color: #1FA823;
tailwind
bg-[hsl(122,69%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 69%, 39%, 0.4);
css variable
--color-primary: hsl(122, 69%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 69%, 39%)?
HEX: #1FA823 | RGB: rgb(31, 168, 35) | CMYK: 82%, 0%, 79%, 34% | HSV: 122°, 82%, 66%. Copy any format from the conversion table above.
What colors go well with #1FA823?
The complementary color is HSL(302, 69%, 39%). 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, 69%, 39%) in CSS?
As HSL: color: hsl(122, 69%, 39%); — As HEX: color: #1FA823; — As RGB: color: rgb(31, 168, 35); — Tailwind CSS: bg-[hsl(122,69%,39%)] — CSS variable: --color-primary: hsl(122, 69%, 39%);