Shades of Islamic Green #11A10E
Tints of Islamic Green #11A10E
RGB
CMYK
RGB Variations
Color information
#11A10E (or 0x11A10E) is known color: Islamic Green. HEX triplet: 11, A1 and 0E. RGB value is (17,161,14). Sum of RGB (Red+Green+Blue) = 17+161+14=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 161 (63.28% from 255 or 83.85% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 161 - color contains mainly: green. Hex color #11A10E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A10E is #EE5EF1. Grayscale: #656565. Windows color (decimal): -15621874 or 958737. OLE color: 958737.
HSL color Cylindrical-coordinate representation of color #11A10E: hue angle of 118.78º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A10E is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 14 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.37 |
| HSL | 118.78º | 0.84% | 0.34% | - |
| HSV(B) | 118.78º | 0.91% | 0.63% | - |
| XYZ | 13.06 | 25.64 | 4.68 | - |
| YUV | 101.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 14 | 0.89 | 0 | 0.91 | 0.37 | 118.78 | 0.84 | 0.34 |
| Hex | 11 | A1 | E | 59 | 0 | 5B | 25 | 77 | 54 | 22 |
| Octal | 21 | 241 | 16 | 131 | 0 | 133 | 45 | 167 | 124 | 42 |
| Binary | 10001 | 10100001 | 1110 | 1011001 | 0 | 1011011 | 100101 | 1110111 | 1010100 | 100010 |
Color Harmonies of #11A10E
Complementary color
Monochromatic Colors of #11A10E
Black with #11A10E
Text Example
Text Example
White with #11A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A10E; }
p { color: rgb(17,161,14); }
H1.HeaderClassName
{
color: #11A10E;
}
.AnyTagClassName
{
color: #11A10E;
}
</style>
background-color css
<style>
a { background-color: #11A10E; }
a { background-color: rgb(17,161,14); }
div.DivClassName
{
background-color: #11A10E;
}
.BgClassName
{
background-color: #11A10E;
}
</style>
border-color css
<style>
span { border-color: #11A10E; }
span { border-color: rgb(17,161,14); }
td.TdClassName
{
border-color: #11A10E;
}
.TagClassName
{
border-color: #11A10E;
}
</style>