Shades of Pigment Green #02AB52
Tints of Pigment Green #02AB52
RGB
CMYK
RGB Variations
Color information
#02AB52 (or 0x02AB52) is known color: Pigment Green. HEX triplet: 02, AB and 52. RGB value is (2,171,82). Sum of RGB (Red+Green+Blue) = 2+171+82=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB52 is #FD54AD. Grayscale: #6E6E6E. Windows color (decimal): -16602286 or 5417730. OLE color: 5417730.
HSL color Cylindrical-coordinate representation of color #02AB52: hue angle of 148.4º 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 #02AB52 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 82 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.33 |
| HSL | 148.4º | 0.98% | 0.34% | - |
| HSV(B) | 148.4º | 0.99% | 0.67% | - |
| XYZ | 16.11 | 29.75 | 12.88 | - |
| YUV | 110.32 | 112.01 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 82 | 0.99 | 0 | 0.52 | 0.33 | 148.4 | 0.98 | 0.34 |
| Hex | 2 | AB | 52 | 63 | 0 | 34 | 21 | 94 | 62 | 22 |
| Octal | 2 | 253 | 122 | 143 | 0 | 64 | 41 | 224 | 142 | 42 |
| Binary | 10 | 10101011 | 1010010 | 1100011 | 0 | 110100 | 100001 | 10010100 | 1100010 | 100010 |
Color Harmonies of #02AB52
Complementary color
Monochromatic Colors of #02AB52
Black with #02AB52
Text Example
Text Example
White with #02AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB52; }
p { color: rgb(2,171,82); }
H1.HeaderClassName
{
color: #02AB52;
}
.AnyTagClassName
{
color: #02AB52;
}
</style>
background-color css
<style>
a { background-color: #02AB52; }
a { background-color: rgb(2,171,82); }
div.DivClassName
{
background-color: #02AB52;
}
.BgClassName
{
background-color: #02AB52;
}
</style>
border-color css
<style>
span { border-color: #02AB52; }
span { border-color: rgb(2,171,82); }
td.TdClassName
{
border-color: #02AB52;
}
.TagClassName
{
border-color: #02AB52;
}
</style>