Shades of Islamic Green #02AD16
Tints of Islamic Green #02AD16
RGB
CMYK
RGB Variations
Color information
#02AD16 (or 0x02AD16) is known color: Islamic Green. HEX triplet: 02, AD and 16. RGB value is (2,173,22). Sum of RGB (Red+Green+Blue) = 2+173+22=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 173 (67.97% from 255 or 87.82% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AD16 is #FD52E9. Grayscale: #696969. Windows color (decimal): -16601834 or 1486082. OLE color: 1486082.
HSL color Cylindrical-coordinate representation of color #02AD16: hue angle of 127.02º 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 #02AD16 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 22 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.32 |
| HSL | 127.02º | 0.98% | 0.34% | - |
| HSV(B) | 127.02º | 0.99% | 0.68% | - |
| XYZ | 15.11 | 29.96 | 5.74 | - |
| YUV | 104.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 22 | 0.99 | 0 | 0.87 | 0.32 | 127.02 | 0.98 | 0.34 |
| Hex | 2 | AD | 16 | 63 | 0 | 57 | 20 | 7F | 62 | 22 |
| Octal | 2 | 255 | 26 | 143 | 0 | 127 | 40 | 177 | 142 | 42 |
| Binary | 10 | 10101101 | 10110 | 1100011 | 0 | 1010111 | 100000 | 1111111 | 1100010 | 100010 |
Color Harmonies of #02AD16
Complementary color
Monochromatic Colors of #02AD16
Black with #02AD16
Text Example
Text Example
White with #02AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD16; }
p { color: rgb(2,173,22); }
H1.HeaderClassName
{
color: #02AD16;
}
.AnyTagClassName
{
color: #02AD16;
}
</style>
background-color css
<style>
a { background-color: #02AD16; }
a { background-color: rgb(2,173,22); }
div.DivClassName
{
background-color: #02AD16;
}
.BgClassName
{
background-color: #02AD16;
}
</style>
border-color css
<style>
span { border-color: #02AD16; }
span { border-color: rgb(2,173,22); }
td.TdClassName
{
border-color: #02AD16;
}
.TagClassName
{
border-color: #02AD16;
}
</style>