Shades of Islamic Green #11AD16
Tints of Islamic Green #11AD16
RGB
CMYK
RGB Variations
Color information
#11AD16 (or 0x11AD16) is known color: Islamic Green. HEX triplet: 11, AD and 16. RGB value is (17,173,22). Sum of RGB (Red+Green+Blue) = 17+173+22=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 173 (67.97% from 255 or 81.60% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AD16 is #EE52E9. Grayscale: #6D6D6D. Windows color (decimal): -15618794 or 1486097. OLE color: 1486097.
HSL color Cylindrical-coordinate representation of color #11AD16: hue angle of 121.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD16 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 22 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.32 |
| HSL | 121.92º | 0.82% | 0.37% | - |
| HSV(B) | 121.92º | 0.9% | 0.68% | - |
| XYZ | 15.32 | 30.06 | 5.75 | - |
| YUV | 109.14 | 78.82 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 22 | 0.90 | 0 | 0.87 | 0.32 | 121.92 | 0.82 | 0.37 |
| Hex | 11 | AD | 16 | 5A | 0 | 57 | 20 | 7A | 52 | 25 |
| Octal | 21 | 255 | 26 | 132 | 0 | 127 | 40 | 172 | 122 | 45 |
| Binary | 10001 | 10101101 | 10110 | 1011010 | 0 | 1010111 | 100000 | 1111010 | 1010010 | 100101 |
Color Harmonies of #11AD16
Complementary color
Monochromatic Colors of #11AD16
Black with #11AD16
Text Example
Text Example
White with #11AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD16; }
p { color: rgb(17,173,22); }
H1.HeaderClassName
{
color: #11AD16;
}
.AnyTagClassName
{
color: #11AD16;
}
</style>
background-color css
<style>
a { background-color: #11AD16; }
a { background-color: rgb(17,173,22); }
div.DivClassName
{
background-color: #11AD16;
}
.BgClassName
{
background-color: #11AD16;
}
</style>
border-color css
<style>
span { border-color: #11AD16; }
span { border-color: rgb(17,173,22); }
td.TdClassName
{
border-color: #11AD16;
}
.TagClassName
{
border-color: #11AD16;
}
</style>