Color set the foreground color of HTML Elements.

Following are the ways to specify colors for HTML Elements.

Use color nameGreen, Blue, Red etc
RGB valueRGB(255,255,0);
Hexadecimal Value#ffff00
RGBA ColorsRed, Green, Blue colors with an alpha channel for opacity of color.
HSL Colors Is an acronym for Hue, Saturation and Lightness.
HSLA ColorsIs an acronym for Hue, Saturation, Lightness and Alpha.