Muted green to HEX — Color Code

HEX

#5fa052

Format Value
HEX #5fa052
RGB rgb(95, 160, 82)
HSL hsl(110, 32.2%, 47.5%)
CMYK cmyk(40.6%, 0%, 48.8%, 37.3%)

What is the HEX code for muted green?

The CSS color muted green in HEX format is #5fa052. Use this value directly in CSS, SVG, and most design tools.

How do I use muted green in CSS?

To apply muted green in CSS:

  • Text color: color: #5fa052;
  • Background: background-color: #5fa052;
  • Border: border-color: #5fa052;

What are all the color format values for muted green?

FormatValue
HEX#5fa052
RGBrgb(95, 160, 82)
HSLhsl(110, 32.2%, 47.5%)
CMYKcmyk(40.6%, 0%, 48.8%, 37.3%)

How do I convert muted green to HEX?

Select muted green from the color name list in our color converter. The HEX value — #5fa052 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does muted green belong to?

muted green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 110°, saturation 32.2%, lightness 47.5%.

How do I create lighter and darker shades of muted green?

Lighter variant (lightness 62.5%): #8bbe81. Darker variant (lightness 32.5%): #416e38. 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.