HEX
#
RGB
HSL

#00FA9A CSS / HTML Preview

Text with hexadecimal color #00FA9A

This text has a font color of #00FA9A.

<span style="color:#00FA9A;">Your text here</span>
#00FA9A border color

This element has a border color of #00FA9A.

<div style="border:2px solid #00FA9A;">Content here</div>
#00FA9A background color

This paragraph has a background color of #00FA9A.

<p style="background-color:#00FA9A;">Content here</p>
CSS codes
.text {color:#00FA9A;}
.background {background-color:#00FA9A;}
.border {border:1px solid #00FA9A;}