HSL(123, 73%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,73%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 73%, 75%) | color: hsl(123, 73%, 75%) | |
| HEX | #91EE95 | color: #91EE95 | |
| RGB | rgb(145, 238, 149) | color: rgb(145, 238, 149) | |
| CMYK | cmyk(39%, 0%, 37%, 7%) | — | |
| HSV | hsv(123, 39%, 93%) | — | |
| HWB | hwb(123 57% 7%) | color: hwb(123 57% 7%) | |
| OKLCH | oklch(0.8694 0.1504 145.09) | color: oklch(0.8694 0.1504 145.09) | |
| Lab | lab(86.67 -45.27 34.62) | color: lab(86.67 -45.27 34.62) | |
| LCH | lch(86.67 56.99 142.59) | color: lch(86.67 56.99 142.59) |
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)
#B9BAAB — rgb(185, 186, 171)
Deuteranopia (Green-blind)
#B4ADB0 — rgb(180, 173, 176)
Tritanopia (Blue-blind)
#96BCBF — rgb(150, 188, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 73%, 75%);
text
color: hsl(123, 73%, 75%);
border
border: 2px solid hsl(123, 73%, 75%);
gradient light
background: linear-gradient(to right, hsl(123, 73%, 95%), hsl(123, 73%, 75%));
gradient dark
background: linear-gradient(to right, hsl(123, 73%, 75%), hsl(123, 73%, 55%))
hex
background-color: #91EE95;
tailwind
bg-[hsl(123,73%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 73%, 75%, 0.4);
css variable
--color-primary: hsl(123, 73%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 73%, 75%)?
HEX: #91EE95 | RGB: rgb(145, 238, 149) | CMYK: 39%, 0%, 37%, 7% | HSV: 123°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #91EE95?
The complementary color is HSL(303, 73%, 75%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 73%, 75%) in CSS?
As HSL: color: hsl(123, 73%, 75%); — As HEX: color: #91EE95; — As RGB: color: rgb(145, 238, 149); — Tailwind CSS: bg-[hsl(123,73%,75%)] — CSS variable: --color-primary: hsl(123, 73%, 75%);