HSL(122, 25%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,25%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 25%, 65%) | color: hsl(122, 25%, 65%) | |
| HEX | #8FBC91 | color: #8FBC91 | |
| RGB | rgb(143, 188, 145) | color: rgb(143, 188, 145) | |
| CMYK | cmyk(24%, 0%, 23%, 26%) | — | |
| HSV | hsv(123, 24%, 74%) | — | |
| HWB | hwb(123 56% 26%) | color: hwb(123 56% 26%) | |
| OKLCH | oklch(0.7513 0.0775 145.87) | color: oklch(0.7513 0.0775 145.87) | |
| Lab | lab(72.13 -23.47 17.02) | color: lab(72.13 -23.47 17.02) | |
| LCH | lch(72.13 28.99 144.05) | color: lch(72.13 28.99 144.05) |
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)
#A2A39B — rgb(162, 163, 155)
Deuteranopia (Green-blind)
#A09D9E — rgb(160, 157, 158)
Tritanopia (Blue-blind)
#91A4A5 — rgb(145, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 25%, 65%);
text
color: hsl(122, 25%, 65%);
border
border: 2px solid hsl(122, 25%, 65%);
gradient light
background: linear-gradient(to right, hsl(122, 25%, 85%), hsl(122, 25%, 65%));
gradient dark
background: linear-gradient(to right, hsl(122, 25%, 65%), hsl(122, 25%, 45%))
hex
background-color: #8FBC91;
tailwind
bg-[hsl(122,25%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 25%, 65%, 0.4);
css variable
--color-primary: hsl(122, 25%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 25%, 65%)?
HEX: #8FBC91 | RGB: rgb(143, 188, 145) | CMYK: 24%, 0%, 23%, 26% | HSV: 123°, 24%, 74%. Copy any format from the conversion table above.
What colors go well with #8FBC91?
The complementary color is HSL(302, 25%, 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, 25%, 65%) in CSS?
As HSL: color: hsl(122, 25%, 65%); — As HEX: color: #8FBC91; — As RGB: color: rgb(143, 188, 145); — Tailwind CSS: bg-[hsl(122,25%,65%)] — CSS variable: --color-primary: hsl(122, 25%, 65%);