Shades of Pigment Green #02AB53
Tints of Pigment Green #02AB53
RGB
CMYK
RGB Variations
Color information
#02AB53 (or 0x02AB53) is known color: Pigment Green. HEX triplet: 02, AB and 53. RGB value is (2,171,83). Sum of RGB (Red+Green+Blue) = 2+171+83=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB53 is #FD54AC. Grayscale: #6E6E6E. Windows color (decimal): -16602285 or 5483266. OLE color: 5483266.
HSL color Cylindrical-coordinate representation of color #02AB53: hue angle of 148.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AB53 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 83 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.33 |
| HSL | 148.76º | 0.98% | 0.34% | - |
| HSV(B) | 148.76º | 0.99% | 0.67% | - |
| XYZ | 16.15 | 29.76 | 13.08 | - |
| YUV | 110.44 | 112.51 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 83 | 0.99 | 0 | 0.51 | 0.33 | 148.76 | 0.98 | 0.34 |
| Hex | 2 | AB | 53 | 63 | 0 | 33 | 21 | 95 | 62 | 22 |
| Octal | 2 | 253 | 123 | 143 | 0 | 63 | 41 | 225 | 142 | 42 |
| Binary | 10 | 10101011 | 1010011 | 1100011 | 0 | 110011 | 100001 | 10010101 | 1100010 | 100010 |
Color Harmonies of #02AB53
Complementary color
Monochromatic Colors of #02AB53
Black with #02AB53
Text Example
Text Example
White with #02AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB53; }
p { color: rgb(2,171,83); }
H1.HeaderClassName
{
color: #02AB53;
}
.AnyTagClassName
{
color: #02AB53;
}
</style>
background-color css
<style>
a { background-color: #02AB53; }
a { background-color: rgb(2,171,83); }
div.DivClassName
{
background-color: #02AB53;
}
.BgClassName
{
background-color: #02AB53;
}
</style>
border-color css
<style>
span { border-color: #02AB53; }
span { border-color: rgb(2,171,83); }
td.TdClassName
{
border-color: #02AB53;
}
.TagClassName
{
border-color: #02AB53;
}
</style>