HSL(122, 25%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,25%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 25%, 51%) | color: hsl(122, 25%, 51%) | |
| HEX | #63A165 | color: #63A165 | |
| RGB | rgb(99, 161, 101) | color: rgb(99, 161, 101) | |
| CMYK | cmyk(39%, 0%, 37%, 37%) | — | |
| HSV | hsv(122, 39%, 63%) | — | |
| HWB | hwb(122 38% 37%) | color: hwb(122 38% 37%) | |
| OKLCH | oklch(0.6511 0.1088 144.91) | color: oklch(0.6511 0.1088 144.91) | |
| Lab | lab(60.85 -32.69 25.12) | color: lab(60.85 -32.69 25.12) | |
| LCH | lch(60.85 41.23 142.46) | color: lch(60.85 41.23 142.46) |
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)
#7E7E74 — rgb(126, 126, 116)
Deuteranopia (Green-blind)
#7A7677 — rgb(122, 118, 119)
Tritanopia (Blue-blind)
#667F82 — rgb(102, 127, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 25%, 51%);
text
color: hsl(122, 25%, 51%);
border
border: 2px solid hsl(122, 25%, 51%);
gradient light
background: linear-gradient(to right, hsl(122, 25%, 71%), hsl(122, 25%, 51%));
gradient dark
background: linear-gradient(to right, hsl(122, 25%, 51%), hsl(122, 25%, 31%))
hex
background-color: #63A165;
tailwind
bg-[hsl(122,25%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 25%, 51%, 0.4);
css variable
--color-primary: hsl(122, 25%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 25%, 51%)?
HEX: #63A165 | RGB: rgb(99, 161, 101) | CMYK: 39%, 0%, 37%, 37% | HSV: 122°, 39%, 63%. Copy any format from the conversion table above.
What colors go well with #63A165?
The complementary color is HSL(302, 25%, 51%). 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, 25%, 51%) in CSS?
As HSL: color: hsl(122, 25%, 51%); — As HEX: color: #63A165; — As RGB: color: rgb(99, 161, 101); — Tailwind CSS: bg-[hsl(122,25%,51%)] — CSS variable: --color-primary: hsl(122, 25%, 51%);