What is the HEX code for hospital green?
The CSS color hospital green in HEX format is #9be5aa. 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: #9be5aa;
- Background: background-color: #9be5aa;
- Border: border-color: #9be5aa;
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 HEX?
Select hospital green from the color name list in our color converter. The HEX value — #9be5aa — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.