Shades of Pigment Green #02AB40
Tints of Pigment Green #02AB40
RGB
CMYK
RGB Variations
Color information
#02AB40 (or 0x02AB40) is known color: Pigment Green. HEX triplet: 02, AB and 40. RGB value is (2,171,64). Sum of RGB (Red+Green+Blue) = 2+171+64=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB40 is #FD54BF. Grayscale: #6C6C6C. Windows color (decimal): -16602304 or 4238082. OLE color: 4238082.
HSL color Cylindrical-coordinate representation of color #02AB40: hue angle of 142.01º 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 #02AB40 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 64 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.33 |
| HSL | 142.01º | 0.98% | 0.34% | - |
| HSV(B) | 142.01º | 0.99% | 0.67% | - |
| XYZ | 15.51 | 29.51 | 9.73 | - |
| YUV | 108.27 | 103.01 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 64 | 0.99 | 0 | 0.63 | 0.33 | 142.01 | 0.98 | 0.34 |
| Hex | 2 | AB | 40 | 63 | 0 | 3F | 21 | 8E | 62 | 22 |
| Octal | 2 | 253 | 100 | 143 | 0 | 77 | 41 | 216 | 142 | 42 |
| Binary | 10 | 10101011 | 1000000 | 1100011 | 0 | 111111 | 100001 | 10001110 | 1100010 | 100010 |
Color Harmonies of #02AB40
Complementary color
Monochromatic Colors of #02AB40
Black with #02AB40
Text Example
Text Example
White with #02AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB40; }
p { color: rgb(2,171,64); }
H1.HeaderClassName
{
color: #02AB40;
}
.AnyTagClassName
{
color: #02AB40;
}
</style>
background-color css
<style>
a { background-color: #02AB40; }
a { background-color: rgb(2,171,64); }
div.DivClassName
{
background-color: #02AB40;
}
.BgClassName
{
background-color: #02AB40;
}
</style>
border-color css
<style>
span { border-color: #02AB40; }
span { border-color: rgb(2,171,64); }
td.TdClassName
{
border-color: #02AB40;
}
.TagClassName
{
border-color: #02AB40;
}
</style>