Shades of Pigment Green #02AD54
Tints of Pigment Green #02AD54
RGB
CMYK
RGB Variations
Color information
#02AD54 (or 0x02AD54) is known color: Pigment Green. HEX triplet: 02, AD and 54. RGB value is (2,173,84). Sum of RGB (Red+Green+Blue) = 2+173+84=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD54 is #FD52AB. Grayscale: #6F6F6F. Windows color (decimal): -16601772 or 5549314. OLE color: 5549314.
HSL color Cylindrical-coordinate representation of color #02AD54: hue angle of 148.77º 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 #02AD54 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 84 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.32 |
| HSL | 148.77º | 0.98% | 0.34% | - |
| HSV(B) | 148.77º | 0.99% | 0.68% | - |
| XYZ | 16.57 | 30.54 | 13.41 | - |
| YUV | 111.73 | 112.35 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 84 | 0.99 | 0 | 0.51 | 0.32 | 148.77 | 0.98 | 0.34 |
| Hex | 2 | AD | 54 | 63 | 0 | 33 | 20 | 95 | 62 | 22 |
| Octal | 2 | 255 | 124 | 143 | 0 | 63 | 40 | 225 | 142 | 42 |
| Binary | 10 | 10101101 | 1010100 | 1100011 | 0 | 110011 | 100000 | 10010101 | 1100010 | 100010 |
Color Harmonies of #02AD54
Complementary color
Monochromatic Colors of #02AD54
Black with #02AD54
Text Example
Text Example
White with #02AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD54; }
p { color: rgb(2,173,84); }
H1.HeaderClassName
{
color: #02AD54;
}
.AnyTagClassName
{
color: #02AD54;
}
</style>
background-color css
<style>
a { background-color: #02AD54; }
a { background-color: rgb(2,173,84); }
div.DivClassName
{
background-color: #02AD54;
}
.BgClassName
{
background-color: #02AD54;
}
</style>
border-color css
<style>
span { border-color: #02AD54; }
span { border-color: rgb(2,173,84); }
td.TdClassName
{
border-color: #02AD54;
}
.TagClassName
{
border-color: #02AD54;
}
</style>