Shades of Islamic Green #11AD08
Tints of Islamic Green #11AD08
RGB
CMYK
RGB Variations
Color information
#11AD08 (or 0x11AD08) is known color: Islamic Green. HEX triplet: 11, AD and 08. RGB value is (17,173,8). Sum of RGB (Red+Green+Blue) = 17+173+8=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 173 (67.97% from 255 or 87.37% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AD08 is #EE52F7. Grayscale: #6C6C6C. Windows color (decimal): -15618808 or 568593. OLE color: 568593.
HSL color Cylindrical-coordinate representation of color #11AD08: hue angle of 116.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11AD08 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 8 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.32 |
| HSL | 116.73º | 0.91% | 0.35% | - |
| HSV(B) | 116.73º | 0.95% | 0.68% | - |
| XYZ | 15.22 | 30.02 | 5.22 | - |
| YUV | 107.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 8 | 0.90 | 0 | 0.95 | 0.32 | 116.73 | 0.91 | 0.35 |
| Hex | 11 | AD | 8 | 5A | 0 | 5F | 20 | 75 | 5B | 23 |
| Octal | 21 | 255 | 10 | 132 | 0 | 137 | 40 | 165 | 133 | 43 |
| Binary | 10001 | 10101101 | 1000 | 1011010 | 0 | 1011111 | 100000 | 1110101 | 1011011 | 100011 |
Color Harmonies of #11AD08
Complementary color
Monochromatic Colors of #11AD08
Black with #11AD08
Text Example
Text Example
White with #11AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD08; }
p { color: rgb(17,173,8); }
H1.HeaderClassName
{
color: #11AD08;
}
.AnyTagClassName
{
color: #11AD08;
}
</style>
background-color css
<style>
a { background-color: #11AD08; }
a { background-color: rgb(17,173,8); }
div.DivClassName
{
background-color: #11AD08;
}
.BgClassName
{
background-color: #11AD08;
}
</style>
border-color css
<style>
span { border-color: #11AD08; }
span { border-color: rgb(17,173,8); }
td.TdClassName
{
border-color: #11AD08;
}
.TagClassName
{
border-color: #11AD08;
}
</style>