HSL(122, 22%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,22%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 22%, 49%) | color: hsl(122, 22%, 49%) | |
| HEX | #619863 | color: #619863 | |
| RGB | rgb(97, 152, 99) | color: rgb(97, 152, 99) | |
| CMYK | cmyk(36%, 0%, 35%, 40%) | — | |
| HSV | hsv(122, 36%, 60%) | — | |
| HWB | hwb(122 38% 40%) | color: hwb(122 38% 40%) | |
| OKLCH | oklch(0.6271 0.0977 145.12) | color: oklch(0.6271 0.0977 145.12) | |
| Lab | lab(57.94 -29.41 22.32) | color: lab(57.94 -29.41 22.32) | |
| LCH | lch(57.94 36.92 142.8) | color: lch(57.94 36.92 142.8) |
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)
#797970 — rgb(121, 121, 112)
Deuteranopia (Green-blind)
#767273 — rgb(118, 114, 115)
Tritanopia (Blue-blind)
#647A7C — rgb(100, 122, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 22%, 49%);
text
color: hsl(122, 22%, 49%);
border
border: 2px solid hsl(122, 22%, 49%);
gradient light
background: linear-gradient(to right, hsl(122, 22%, 69%), hsl(122, 22%, 49%));
gradient dark
background: linear-gradient(to right, hsl(122, 22%, 49%), hsl(122, 22%, 29%))
hex
background-color: #619863;
tailwind
bg-[hsl(122,22%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 22%, 49%, 0.4);
css variable
--color-primary: hsl(122, 22%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 22%, 49%)?
HEX: #619863 | RGB: rgb(97, 152, 99) | CMYK: 36%, 0%, 35%, 40% | HSV: 122°, 36%, 60%. Copy any format from the conversion table above.
What colors go well with #619863?
The complementary color is HSL(302, 22%, 49%). 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, 22%, 49%) in CSS?
As HSL: color: hsl(122, 22%, 49%); — As HEX: color: #619863; — As RGB: color: rgb(97, 152, 99); — Tailwind CSS: bg-[hsl(122,22%,49%)] — CSS variable: --color-primary: hsl(122, 22%, 49%);