HSL(121, 61%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,61%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 61%, 73%) | color: hsl(121, 61%, 73%) | |
| HEX | #90E492 | color: #90E492 | |
| RGB | rgb(144, 228, 146) | color: rgb(144, 228, 146) | |
| CMYK | cmyk(37%, 0%, 36%, 11%) | — | |
| HSV | hsv(121, 37%, 89%) | — | |
| HWB | hwb(121 56% 11%) | color: hwb(121 56% 11%) | |
| OKLCH | oklch(0.845 0.1391 144.75) | color: oklch(0.845 0.1391 144.75) | |
| Lab | lab(83.7 -41.69 32.2) | color: lab(83.7 -41.69 32.2) | |
| LCH | lch(83.7 52.68 142.32) | color: lch(83.7 52.68 142.32) |
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)
#B4B5A6 — rgb(180, 181, 166)
Deuteranopia (Green-blind)
#B0A9AB — rgb(176, 169, 171)
Tritanopia (Blue-blind)
#94B6B9 — rgb(148, 182, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 61%, 73%);
text
color: hsl(121, 61%, 73%);
border
border: 2px solid hsl(121, 61%, 73%);
gradient light
background: linear-gradient(to right, hsl(121, 61%, 93%), hsl(121, 61%, 73%));
gradient dark
background: linear-gradient(to right, hsl(121, 61%, 73%), hsl(121, 61%, 53%))
hex
background-color: #90E492;
tailwind
bg-[hsl(121,61%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 61%, 73%, 0.4);
css variable
--color-primary: hsl(121, 61%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 61%, 73%)?
HEX: #90E492 | RGB: rgb(144, 228, 146) | CMYK: 37%, 0%, 36%, 11% | HSV: 121°, 37%, 89%. Copy any format from the conversion table above.
What colors go well with #90E492?
The complementary color is HSL(301, 61%, 73%). 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, 61%, 73%) in CSS?
As HSL: color: hsl(121, 61%, 73%); — As HEX: color: #90E492; — As RGB: color: rgb(144, 228, 146); — Tailwind CSS: bg-[hsl(121,61%,73%)] — CSS variable: --color-primary: hsl(121, 61%, 73%);