Shades of Pigment Green #02AD43
Tints of Pigment Green #02AD43
RGB
CMYK
RGB Variations
Color information
#02AD43 (or 0x02AD43) is known color: Pigment Green. HEX triplet: 02, AD and 43. RGB value is (2,173,67). Sum of RGB (Red+Green+Blue) = 2+173+67=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD43 is #FD52BC. Grayscale: #6E6E6E. Windows color (decimal): -16601789 or 4435202. OLE color: 4435202.
HSL color Cylindrical-coordinate representation of color #02AD43: hue angle of 142.81º 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 #02AD43 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 67 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.32 |
| HSL | 142.81º | 0.98% | 0.34% | - |
| HSV(B) | 142.81º | 0.99% | 0.68% | - |
| XYZ | 15.98 | 30.31 | 10.32 | - |
| YUV | 109.79 | 103.85 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 67 | 0.99 | 0 | 0.61 | 0.32 | 142.81 | 0.98 | 0.34 |
| Hex | 2 | AD | 43 | 63 | 0 | 3D | 20 | 8F | 62 | 22 |
| Octal | 2 | 255 | 103 | 143 | 0 | 75 | 40 | 217 | 142 | 42 |
| Binary | 10 | 10101101 | 1000011 | 1100011 | 0 | 111101 | 100000 | 10001111 | 1100010 | 100010 |
Color Harmonies of #02AD43
Complementary color
Monochromatic Colors of #02AD43
Black with #02AD43
Text Example
Text Example
White with #02AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD43; }
p { color: rgb(2,173,67); }
H1.HeaderClassName
{
color: #02AD43;
}
.AnyTagClassName
{
color: #02AD43;
}
</style>
background-color css
<style>
a { background-color: #02AD43; }
a { background-color: rgb(2,173,67); }
div.DivClassName
{
background-color: #02AD43;
}
.BgClassName
{
background-color: #02AD43;
}
</style>
border-color css
<style>
span { border-color: #02AD43; }
span { border-color: rgb(2,173,67); }
td.TdClassName
{
border-color: #02AD43;
}
.TagClassName
{
border-color: #02AD43;
}
</style>