Hospital green to RGB — Color Code

RGB

rgb(155, 229, 170)

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%)

What is the RGB code for hospital green?

The CSS color hospital green in RGB format is rgb(155, 229, 170). 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: rgb(155, 229, 170);
  • Background: background-color: rgb(155, 229, 170);
  • Border: border-color: rgb(155, 229, 170);

What are all the color format values for hospital green?

FormatValue
HEX#9be5aa
RGBrgb(155, 229, 170)
HSLhsl(132.2, 58.7%, 75.3%)
CMYKcmyk(32.3%, 0%, 25.8%, 10.2%)

How do I convert hospital green to RGB?

Select hospital green from the color name list in our color converter. The RGB value — rgb(155, 229, 170) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.