Emerald to RGB — Color Code

RGB

rgb(1, 160, 73)

Format Value
HEX #01a049
RGB rgb(1, 160, 73)
HSL hsl(147.2, 98.8%, 31.6%)
CMYK cmyk(99.4%, 0%, 54.4%, 37.3%)

What is the RGB code for emerald?

The CSS color emerald in RGB format is rgb(1, 160, 73). Use this value directly in CSS, SVG, and most design tools.

How do I use emerald in CSS?

To apply emerald in CSS:

  • Text color: color: rgb(1, 160, 73);
  • Background: background-color: rgb(1, 160, 73);
  • Border: border-color: rgb(1, 160, 73);

What are all the color format values for emerald?

FormatValue
HEX#01a049
RGBrgb(1, 160, 73)
HSLhsl(147.2, 98.8%, 31.6%)
CMYKcmyk(99.4%, 0%, 54.4%, 37.3%)

How do I convert emerald to RGB?

Select emerald from the color name list in our color converter. The RGB value — rgb(1, 160, 73) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does emerald belong to?

emerald belongs to the green color family. It is a medium, vivid color with HSL values: hue 147.2°, saturation 98.8%, lightness 31.6%.

How do I create lighter and darker shades of emerald?

Lighter variant (lightness 46.6%): #01ec6c. Darker variant (lightness 16.6%): #015426. 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.