Shades of Islamic Green #11C10D
Tints of Islamic Green #11C10D
RGB
CMYK
RGB Variations
Color information
#11C10D (or 0x11C10D) is known color: Islamic Green. HEX triplet: 11, C1 and 0D. RGB value is (17,193,13). Sum of RGB (Red+Green+Blue) = 17+193+13=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 193 (75.78% from 255 or 86.55% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 193 - color contains mainly: green. Hex color #11C10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C10D is #EE3EF2. Grayscale: #787878. Windows color (decimal): -15613683 or 901393. OLE color: 901393.
HSL color Cylindrical-coordinate representation of color #11C10D: hue angle of 118.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C10D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 13 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.24 |
| HSL | 118.67º | 0.87% | 0.4% | - |
| HSV(B) | 118.67º | 0.93% | 0.76% | - |
| XYZ | 19.37 | 38.29 | 6.75 | - |
| YUV | 119.86 | 67.69 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 13 | 0.91 | 0 | 0.93 | 0.24 | 118.67 | 0.87 | 0.4 |
| Hex | 11 | C1 | D | 5B | 0 | 5D | 18 | 77 | 57 | 28 |
| Octal | 21 | 301 | 15 | 133 | 0 | 135 | 30 | 167 | 127 | 50 |
| Binary | 10001 | 11000001 | 1101 | 1011011 | 0 | 1011101 | 11000 | 1110111 | 1010111 | 101000 |
Color Harmonies of #11C10D
Complementary color
Monochromatic Colors of #11C10D
Black with #11C10D
Text Example
Text Example
White with #11C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C10D; }
p { color: rgb(17,193,13); }
H1.HeaderClassName
{
color: #11C10D;
}
.AnyTagClassName
{
color: #11C10D;
}
</style>
background-color css
<style>
a { background-color: #11C10D; }
a { background-color: rgb(17,193,13); }
div.DivClassName
{
background-color: #11C10D;
}
.BgClassName
{
background-color: #11C10D;
}
</style>
border-color css
<style>
span { border-color: #11C10D; }
span { border-color: rgb(17,193,13); }
td.TdClassName
{
border-color: #11C10D;
}
.TagClassName
{
border-color: #11C10D;
}
</style>