Shades of Pigment Green #02AB4C
Tints of Pigment Green #02AB4C
RGB
CMYK
RGB Variations
Color information
#02AB4C (or 0x02AB4C) is known color: Pigment Green. HEX triplet: 02, AB and 4C. RGB value is (2,171,76). Sum of RGB (Red+Green+Blue) = 2+171+76=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB4C is #FD54B3. Grayscale: #6D6D6D. Windows color (decimal): -16602292 or 5024514. OLE color: 5024514.
HSL color Cylindrical-coordinate representation of color #02AB4C: hue angle of 146.27º 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 #02AB4C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 76 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.33 |
| HSL | 146.27º | 0.98% | 0.34% | - |
| HSV(B) | 146.27º | 0.99% | 0.67% | - |
| XYZ | 15.89 | 29.66 | 11.72 | - |
| YUV | 109.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 76 | 0.99 | 0 | 0.56 | 0.33 | 146.27 | 0.98 | 0.34 |
| Hex | 2 | AB | 4C | 63 | 0 | 38 | 21 | 92 | 62 | 22 |
| Octal | 2 | 253 | 114 | 143 | 0 | 70 | 41 | 222 | 142 | 42 |
| Binary | 10 | 10101011 | 1001100 | 1100011 | 0 | 111000 | 100001 | 10010010 | 1100010 | 100010 |
Color Harmonies of #02AB4C
Complementary color
Monochromatic Colors of #02AB4C
Black with #02AB4C
Text Example
Text Example
White with #02AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB4C; }
p { color: rgb(2,171,76); }
H1.HeaderClassName
{
color: #02AB4C;
}
.AnyTagClassName
{
color: #02AB4C;
}
</style>
background-color css
<style>
a { background-color: #02AB4C; }
a { background-color: rgb(2,171,76); }
div.DivClassName
{
background-color: #02AB4C;
}
.BgClassName
{
background-color: #02AB4C;
}
</style>
border-color css
<style>
span { border-color: #02AB4C; }
span { border-color: rgb(2,171,76); }
td.TdClassName
{
border-color: #02AB4C;
}
.TagClassName
{
border-color: #02AB4C;
}
</style>