What is the HSL code for hospital green?
The CSS color hospital green in HSL format is hsl(132.2, 58.7%, 75.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use hospital green in CSS?
To apply hospital green in CSS:
- Text color: color: hsl(132.2, 58.7%, 75.3%);
- Background: background-color: hsl(132.2, 58.7%, 75.3%);
- Border: border-color: hsl(132.2, 58.7%, 75.3%);
What are all the color format values for hospital green?
| Format | Value |
|---|---|
| HEX | #9be5aa |
| RGB | rgb(155, 229, 170) |
| HSL | hsl(132.2, 58.7%, 75.3%) |
| CMYK | cmyk(32.3%, 0%, 25.8%, 10.2%) |
How do I convert hospital green to HSL?
Select hospital green from the color name list in our color converter. The HSL value — hsl(132.2, 58.7%, 75.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does hospital green belong to?
hospital green belongs to the green color family. It is a light, moderately saturated color with HSL values: hue 132.2°, saturation 58.7%, lightness 75.3%.
How do I create lighter and darker shades of hospital green?
Lighter variant (lightness 90.3%): #d8f5de. Darker variant (lightness 60.3%): #5ed577. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.