Shades of Islamic Green #11C000
Tints of Islamic Green #11C000
RGB
CMYK
RGB Variations
Color information
#11C000 (or 0x11C000) is known color: Islamic Green. HEX triplet: 11, C0 and 00. RGB value is (17,192,0). Sum of RGB (Red+Green+Blue) = 17+192+0=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 192 (75.39% from 255 or 91.87% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 192 - color contains mainly: green. Hex color #11C000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C000 is #EE3FFF. Grayscale: #767676. Windows color (decimal): -15613952 or 49169. OLE color: 49169.
HSL color Cylindrical-coordinate representation of color #11C000: hue angle of 114.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11C000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.25 |
| HSL | 114.69º | 1% | 0.38% | - |
| HSV(B) | 114.69º | 1% | 0.75% | - |
| XYZ | 19.08 | 37.82 | 6.29 | - |
| YUV | 117.79 | 61.52 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 0 | 0.91 | 0 | 1 | 0.25 | 114.69 | 1 | 0.38 |
| Hex | 11 | C0 | 0 | 5B | 0 | 64 | 19 | 73 | 64 | 26 |
| Octal | 21 | 300 | 0 | 133 | 0 | 144 | 31 | 163 | 144 | 46 |
| Binary | 10001 | 11000000 | 0 | 1011011 | 0 | 1100100 | 11001 | 1110011 | 1100100 | 100110 |
Color Harmonies of #11C000
Complementary color
Monochromatic Colors of #11C000
Black with #11C000
Text Example
Text Example
White with #11C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C000; }
p { color: rgb(17,192,0); }
H1.HeaderClassName
{
color: #11C000;
}
.AnyTagClassName
{
color: #11C000;
}
</style>
background-color css
<style>
a { background-color: #11C000; }
a { background-color: rgb(17,192,0); }
div.DivClassName
{
background-color: #11C000;
}
.BgClassName
{
background-color: #11C000;
}
</style>
border-color css
<style>
span { border-color: #11C000; }
span { border-color: rgb(17,192,0); }
td.TdClassName
{
border-color: #11C000;
}
.TagClassName
{
border-color: #11C000;
}
</style>