Shades of Islamic Green #11AB0D
Tints of Islamic Green #11AB0D
RGB
CMYK
RGB Variations
Color information
#11AB0D (or 0x11AB0D) is known color: Islamic Green. HEX triplet: 11, AB and 0D. RGB value is (17,171,13). Sum of RGB (Red+Green+Blue) = 17+171+13=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 171 (67.19% from 255 or 85.07% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AB0D is #EE54F2. Grayscale: #6B6B6B. Windows color (decimal): -15619315 or 895761. OLE color: 895761.
HSL color Cylindrical-coordinate representation of color #11AB0D: hue angle of 118.48º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AB0D is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 13 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.33 |
| HSL | 118.48º | 0.86% | 0.36% | - |
| HSV(B) | 118.48º | 0.92% | 0.67% | - |
| XYZ | 14.87 | 29.27 | 5.25 | - |
| YUV | 106.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 13 | 0.90 | 0 | 0.92 | 0.33 | 118.48 | 0.86 | 0.36 |
| Hex | 11 | AB | D | 5A | 0 | 5C | 21 | 76 | 56 | 24 |
| Octal | 21 | 253 | 15 | 132 | 0 | 134 | 41 | 166 | 126 | 44 |
| Binary | 10001 | 10101011 | 1101 | 1011010 | 0 | 1011100 | 100001 | 1110110 | 1010110 | 100100 |
Color Harmonies of #11AB0D
Complementary color
Monochromatic Colors of #11AB0D
Black with #11AB0D
Text Example
Text Example
White with #11AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB0D; }
p { color: rgb(17,171,13); }
H1.HeaderClassName
{
color: #11AB0D;
}
.AnyTagClassName
{
color: #11AB0D;
}
</style>
background-color css
<style>
a { background-color: #11AB0D; }
a { background-color: rgb(17,171,13); }
div.DivClassName
{
background-color: #11AB0D;
}
.BgClassName
{
background-color: #11AB0D;
}
</style>
border-color css
<style>
span { border-color: #11AB0D; }
span { border-color: rgb(17,171,13); }
td.TdClassName
{
border-color: #11AB0D;
}
.TagClassName
{
border-color: #11AB0D;
}
</style>