Shades of Islamic Green #11A10D
Tints of Islamic Green #11A10D
RGB
CMYK
RGB Variations
Color information
#11A10D (or 0x11A10D) is known color: Islamic Green. HEX triplet: 11, A1 and 0D. RGB value is (17,161,13). Sum of RGB (Red+Green+Blue) = 17+161+13=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 161 (63.28% from 255 or 84.29% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 161 - color contains mainly: green. Hex color #11A10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A10D is #EE5EF2. Grayscale: #656565. Windows color (decimal): -15621875 or 893201. OLE color: 893201.
HSL color Cylindrical-coordinate representation of color #11A10D: hue angle of 118.38º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A10D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.37 |
| HSL | 118.38º | 0.85% | 0.34% | - |
| HSV(B) | 118.38º | 0.92% | 0.63% | - |
| XYZ | 13.05 | 25.64 | 4.64 | - |
| YUV | 101.07 | 78.29 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 13 | 0.89 | 0 | 0.92 | 0.37 | 118.38 | 0.85 | 0.34 |
| Hex | 11 | A1 | D | 59 | 0 | 5C | 25 | 76 | 55 | 22 |
| Octal | 21 | 241 | 15 | 131 | 0 | 134 | 45 | 166 | 125 | 42 |
| Binary | 10001 | 10100001 | 1101 | 1011001 | 0 | 1011100 | 100101 | 1110110 | 1010101 | 100010 |
Color Harmonies of #11A10D
Complementary color
Monochromatic Colors of #11A10D
Black with #11A10D
Text Example
Text Example
White with #11A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A10D; }
p { color: rgb(17,161,13); }
H1.HeaderClassName
{
color: #11A10D;
}
.AnyTagClassName
{
color: #11A10D;
}
</style>
background-color css
<style>
a { background-color: #11A10D; }
a { background-color: rgb(17,161,13); }
div.DivClassName
{
background-color: #11A10D;
}
.BgClassName
{
background-color: #11A10D;
}
</style>
border-color css
<style>
span { border-color: #11A10D; }
span { border-color: rgb(17,161,13); }
td.TdClassName
{
border-color: #11A10D;
}
.TagClassName
{
border-color: #11A10D;
}
</style>