HSL(90, 61%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,61%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 61%, 45%) | color: hsl(90, 61%, 45%) | |
| HEX | #73B92D | color: #73B92D | |
| RGB | rgb(115, 185, 45) | color: rgb(115, 185, 45) | |
| CMYK | cmyk(38%, 0%, 76%, 27%) | — | |
| HSV | hsv(90, 76%, 73%) | — | |
| HWB | hwb(90 18% 27%) | color: hwb(90 18% 27%) | |
| OKLCH | oklch(0.7129 0.1817 132.93) | color: oklch(0.7129 0.1817 132.93) | |
| Lab | lab(68.41 -43.94 59.7) | color: lab(68.41 -43.94 59.7) | |
| LCH | lch(68.41 74.13 126.35) | color: lch(68.41 74.13 126.35) |
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)
#91924F — rgb(145, 146, 79)
Deuteranopia (Green-blind)
#8D8857 — rgb(141, 136, 87)
Tritanopia (Blue-blind)
#776A70 — rgb(119, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 61%, 45%);
text
color: hsl(90, 61%, 45%);
border
border: 2px solid hsl(90, 61%, 45%);
gradient light
background: linear-gradient(to right, hsl(90, 61%, 65%), hsl(90, 61%, 45%));
gradient dark
background: linear-gradient(to right, hsl(90, 61%, 45%), hsl(90, 61%, 25%))
hex
background-color: #73B92D;
tailwind
bg-[hsl(90,61%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 61%, 45%, 0.4);
css variable
--color-primary: hsl(90, 61%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 61%, 45%)?
HEX: #73B92D | RGB: rgb(115, 185, 45) | CMYK: 38%, 0%, 76%, 27% | HSV: 90°, 76%, 73%. Copy any format from the conversion table above.
What colors go well with #73B92D?
The complementary color is HSL(270, 61%, 45%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 61%, 45%) in CSS?
As HSL: color: hsl(90, 61%, 45%); — As HEX: color: #73B92D; — As RGB: color: rgb(115, 185, 45); — Tailwind CSS: bg-[hsl(90,61%,45%)] — CSS variable: --color-primary: hsl(90, 61%, 45%);