HSL(121, 34%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,34%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 34%, 70%) | color: hsl(121, 34%, 70%) | |
| HEX | #98CD99 | color: #98CD99 | |
| RGB | rgb(152, 205, 153) | color: rgb(152, 205, 153) | |
| CMYK | cmyk(26%, 0%, 25%, 20%) | — | |
| HSV | hsv(121, 26%, 80%) | — | |
| HWB | hwb(121 59% 20%) | color: hwb(121 59% 20%) | |
| OKLCH | oklch(0.7977 0.0912 145.12) | color: oklch(0.7977 0.0912 145.12) | |
| Lab | lab(77.66 -27.37 20.48) | color: lab(77.66 -27.37 20.48) | |
| LCH | lch(77.66 34.18 143.19) | color: lch(77.66 34.18 143.19) |
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)
#AFAFA6 — rgb(175, 175, 166)
Deuteranopia (Green-blind)
#ACA8A9 — rgb(172, 168, 169)
Tritanopia (Blue-blind)
#9BB0B2 — rgb(155, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 34%, 70%);
text
color: hsl(121, 34%, 70%);
border
border: 2px solid hsl(121, 34%, 70%);
gradient light
background: linear-gradient(to right, hsl(121, 34%, 90%), hsl(121, 34%, 70%));
gradient dark
background: linear-gradient(to right, hsl(121, 34%, 70%), hsl(121, 34%, 50%))
hex
background-color: #98CD99;
tailwind
bg-[hsl(121,34%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 34%, 70%, 0.4);
css variable
--color-primary: hsl(121, 34%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 34%, 70%)?
HEX: #98CD99 | RGB: rgb(152, 205, 153) | CMYK: 26%, 0%, 25%, 20% | HSV: 121°, 26%, 80%. Copy any format from the conversion table above.
What colors go well with #98CD99?
The complementary color is HSL(301, 34%, 70%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 34%, 70%) in CSS?
As HSL: color: hsl(121, 34%, 70%); — As HEX: color: #98CD99; — As RGB: color: rgb(152, 205, 153); — Tailwind CSS: bg-[hsl(121,34%,70%)] — CSS variable: --color-primary: hsl(121, 34%, 70%);