Shades of Pigment Green #02AD4C
Tints of Pigment Green #02AD4C
RGB
CMYK
RGB Variations
Color information
#02AD4C (or 0x02AD4C) is known color: Pigment Green. HEX triplet: 02, AD and 4C. RGB value is (2,173,76). Sum of RGB (Red+Green+Blue) = 2+173+76=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD4C is #FD52B3. Grayscale: #6F6F6F. Windows color (decimal): -16601780 or 5025026. OLE color: 5025026.
HSL color Cylindrical-coordinate representation of color #02AD4C: hue angle of 145.96º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD4C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 76 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.32 |
| HSL | 145.96º | 0.98% | 0.34% | - |
| HSV(B) | 145.96º | 0.99% | 0.68% | - |
| XYZ | 16.27 | 30.42 | 11.85 | - |
| YUV | 110.81 | 108.35 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 76 | 0.99 | 0 | 0.56 | 0.32 | 145.96 | 0.98 | 0.34 |
| Hex | 2 | AD | 4C | 63 | 0 | 38 | 20 | 92 | 62 | 22 |
| Octal | 2 | 255 | 114 | 143 | 0 | 70 | 40 | 222 | 142 | 42 |
| Binary | 10 | 10101101 | 1001100 | 1100011 | 0 | 111000 | 100000 | 10010010 | 1100010 | 100010 |
Color Harmonies of #02AD4C
Complementary color
Monochromatic Colors of #02AD4C
Black with #02AD4C
Text Example
Text Example
White with #02AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD4C; }
p { color: rgb(2,173,76); }
H1.HeaderClassName
{
color: #02AD4C;
}
.AnyTagClassName
{
color: #02AD4C;
}
</style>
background-color css
<style>
a { background-color: #02AD4C; }
a { background-color: rgb(2,173,76); }
div.DivClassName
{
background-color: #02AD4C;
}
.BgClassName
{
background-color: #02AD4C;
}
</style>
border-color css
<style>
span { border-color: #02AD4C; }
span { border-color: rgb(2,173,76); }
td.TdClassName
{
border-color: #02AD4C;
}
.TagClassName
{
border-color: #02AD4C;
}
</style>