Shades of Islamic Green #13AD16
Tints of Islamic Green #13AD16
RGB
CMYK
RGB Variations
Color information
#13AD16 (or 0x13AD16) is known color: Islamic Green. HEX triplet: 13, AD and 16. RGB value is (19,173,22). Sum of RGB (Red+Green+Blue) = 19+173+22=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AD16 is #EC52E9. Grayscale: #6E6E6E. Windows color (decimal): -15487722 or 1486099. OLE color: 1486099.
HSL color Cylindrical-coordinate representation of color #13AD16: hue angle of 121.17º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD16 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 22 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.32 |
| HSL | 121.17º | 0.8% | 0.38% | - |
| HSV(B) | 121.17º | 0.89% | 0.68% | - |
| XYZ | 15.36 | 30.08 | 5.76 | - |
| YUV | 109.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 22 | 0.89 | 0 | 0.87 | 0.32 | 121.17 | 0.8 | 0.38 |
| Hex | 13 | AD | 16 | 59 | 0 | 57 | 20 | 79 | 50 | 26 |
| Octal | 23 | 255 | 26 | 131 | 0 | 127 | 40 | 171 | 120 | 46 |
| Binary | 10011 | 10101101 | 10110 | 1011001 | 0 | 1010111 | 100000 | 1111001 | 1010000 | 100110 |
Color Harmonies of #13AD16
Complementary color
Monochromatic Colors of #13AD16
Black with #13AD16
Text Example
Text Example
White with #13AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD16; }
p { color: rgb(19,173,22); }
H1.HeaderClassName
{
color: #13AD16;
}
.AnyTagClassName
{
color: #13AD16;
}
</style>
background-color css
<style>
a { background-color: #13AD16; }
a { background-color: rgb(19,173,22); }
div.DivClassName
{
background-color: #13AD16;
}
.BgClassName
{
background-color: #13AD16;
}
</style>
border-color css
<style>
span { border-color: #13AD16; }
span { border-color: rgb(19,173,22); }
td.TdClassName
{
border-color: #13AD16;
}
.TagClassName
{
border-color: #13AD16;
}
</style>