Shades of Islamic Green #00AD16
Tints of Islamic Green #00AD16
RGB
CMYK
RGB Variations
Color information
#00AD16 (or 0x00AD16) is known color: Islamic Green. HEX triplet: 00, AD and 16. RGB value is (0,173,22). Sum of RGB (Red+Green+Blue) = 0+173+22=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 173 (67.97% from 255 or 88.72% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AD16 is #FF52E9. Grayscale: #686868. Windows color (decimal): -16732906 or 1486080. OLE color: 1486080.
HSL color Cylindrical-coordinate representation of color #00AD16: hue angle of 127.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD16 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 22 | - |
| CMYK | 1 | 0 | 0.87 | 0.32 |
| HSL | 127.63º | 1% | 0.34% | - |
| HSV(B) | 127.63º | 1% | 0.68% | - |
| XYZ | 15.09 | 29.95 | 5.74 | - |
| YUV | 104.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 22 | 1 | 0 | 0.87 | 0.32 | 127.63 | 1 | 0.34 |
| Hex | 0 | AD | 16 | 64 | 0 | 57 | 20 | 80 | 64 | 22 |
| Octal | 0 | 255 | 26 | 144 | 0 | 127 | 40 | 200 | 144 | 42 |
| Binary | 0 | 10101101 | 10110 | 1100100 | 0 | 1010111 | 100000 | 10000000 | 1100100 | 100010 |
Color Harmonies of #00AD16
Complementary color
Monochromatic Colors of #00AD16
Black with #00AD16
Text Example
Text Example
White with #00AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD16; }
p { color: rgb(0,173,22); }
H1.HeaderClassName
{
color: #00AD16;
}
.AnyTagClassName
{
color: #00AD16;
}
</style>
background-color css
<style>
a { background-color: #00AD16; }
a { background-color: rgb(0,173,22); }
div.DivClassName
{
background-color: #00AD16;
}
.BgClassName
{
background-color: #00AD16;
}
</style>
border-color css
<style>
span { border-color: #00AD16; }
span { border-color: rgb(0,173,22); }
td.TdClassName
{
border-color: #00AD16;
}
.TagClassName
{
border-color: #00AD16;
}
</style>