Shades of Pigment Green #02A04F
Tints of Pigment Green #02A04F
RGB
CMYK
RGB Variations
Color information
#02A04F (or 0x02A04F) is known color: Pigment Green. HEX triplet: 02, A0 and 4F. RGB value is (2,160,79). Sum of RGB (Red+Green+Blue) = 2+160+79=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #02A04F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A04F is #FD5FB0. Grayscale: #676767. Windows color (decimal): -16605105 or 5218306. OLE color: 5218306.
HSL color Cylindrical-coordinate representation of color #02A04F: hue angle of 149.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A04F is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 79 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.37 |
| HSL | 149.24º | 0.98% | 0.32% | - |
| HSV(B) | 149.24º | 0.99% | 0.63% | - |
| XYZ | 14.01 | 25.72 | 11.62 | - |
| YUV | 103.52 | 114.15 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 79 | 0.99 | 0 | 0.51 | 0.37 | 149.24 | 0.98 | 0.32 |
| Hex | 2 | A0 | 4F | 63 | 0 | 33 | 25 | 95 | 62 | 20 |
| Octal | 2 | 240 | 117 | 143 | 0 | 63 | 45 | 225 | 142 | 40 |
| Binary | 10 | 10100000 | 1001111 | 1100011 | 0 | 110011 | 100101 | 10010101 | 1100010 | 100000 |
Color Harmonies of #02A04F
Complementary color
Monochromatic Colors of #02A04F
Black with #02A04F
Text Example
Text Example
White with #02A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A04F; }
p { color: rgb(2,160,79); }
H1.HeaderClassName
{
color: #02A04F;
}
.AnyTagClassName
{
color: #02A04F;
}
</style>
background-color css
<style>
a { background-color: #02A04F; }
a { background-color: rgb(2,160,79); }
div.DivClassName
{
background-color: #02A04F;
}
.BgClassName
{
background-color: #02A04F;
}
</style>
border-color css
<style>
span { border-color: #02A04F; }
span { border-color: rgb(2,160,79); }
td.TdClassName
{
border-color: #02A04F;
}
.TagClassName
{
border-color: #02A04F;
}
</style>