Shades of Pigment Green #02A155
Tints of Pigment Green #02A155
RGB
CMYK
RGB Variations
Color information
#02A155 (or 0x02A155) is known color: Pigment Green. HEX triplet: 02, A1 and 55. RGB value is (2,161,85). Sum of RGB (Red+Green+Blue) = 2+161+85=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 161 (63.28% from 255 or 64.92% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 161 - color contains mainly: green. Hex color #02A155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A155 is #FD5EAA. Grayscale: #686868. Windows color (decimal): -16604843 or 5611778. OLE color: 5611778.
HSL color Cylindrical-coordinate representation of color #02A155: hue angle of 151.32º 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 #02A155 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 85 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.37 |
| HSL | 151.32º | 0.98% | 0.32% | - |
| HSV(B) | 151.32º | 0.99% | 0.63% | - |
| XYZ | 14.41 | 26.16 | 12.88 | - |
| YUV | 104.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 85 | 0.99 | 0 | 0.47 | 0.37 | 151.32 | 0.98 | 0.32 |
| Hex | 2 | A1 | 55 | 63 | 0 | 2F | 25 | 97 | 62 | 20 |
| Octal | 2 | 241 | 125 | 143 | 0 | 57 | 45 | 227 | 142 | 40 |
| Binary | 10 | 10100001 | 1010101 | 1100011 | 0 | 101111 | 100101 | 10010111 | 1100010 | 100000 |
Color Harmonies of #02A155
Complementary color
Monochromatic Colors of #02A155
Black with #02A155
Text Example
Text Example
White with #02A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A155; }
p { color: rgb(2,161,85); }
H1.HeaderClassName
{
color: #02A155;
}
.AnyTagClassName
{
color: #02A155;
}
</style>
background-color css
<style>
a { background-color: #02A155; }
a { background-color: rgb(2,161,85); }
div.DivClassName
{
background-color: #02A155;
}
.BgClassName
{
background-color: #02A155;
}
</style>
border-color css
<style>
span { border-color: #02A155; }
span { border-color: rgb(2,161,85); }
td.TdClassName
{
border-color: #02A155;
}
.TagClassName
{
border-color: #02A155;
}
</style>