Shades of Islamic Green #11BC00
Tints of Islamic Green #11BC00
RGB
CMYK
RGB Variations
Color information
#11BC00 (or 0x11BC00) is known color: Islamic Green. HEX triplet: 11, BC and 00. RGB value is (17,188,0). Sum of RGB (Red+Green+Blue) = 17+188+0=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 188 (73.83% from 255 or 91.71% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC00 is #EE43FF. Grayscale: #747474. Windows color (decimal): -15614976 or 48145. OLE color: 48145.
HSL color Cylindrical-coordinate representation of color #11BC00: hue angle of 114.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11BC00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.26 |
| HSL | 114.57º | 1% | 0.37% | - |
| HSV(B) | 114.57º | 1% | 0.74% | - |
| XYZ | 18.21 | 36.09 | 6.01 | - |
| YUV | 115.44 | 62.85 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 0 | 0.91 | 0 | 1 | 0.26 | 114.57 | 1 | 0.37 |
| Hex | 11 | BC | 0 | 5B | 0 | 64 | 1A | 73 | 64 | 25 |
| Octal | 21 | 274 | 0 | 133 | 0 | 144 | 32 | 163 | 144 | 45 |
| Binary | 10001 | 10111100 | 0 | 1011011 | 0 | 1100100 | 11010 | 1110011 | 1100100 | 100101 |
Color Harmonies of #11BC00
Complementary color
Monochromatic Colors of #11BC00
Black with #11BC00
Text Example
Text Example
White with #11BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC00; }
p { color: rgb(17,188,0); }
H1.HeaderClassName
{
color: #11BC00;
}
.AnyTagClassName
{
color: #11BC00;
}
</style>
background-color css
<style>
a { background-color: #11BC00; }
a { background-color: rgb(17,188,0); }
div.DivClassName
{
background-color: #11BC00;
}
.BgClassName
{
background-color: #11BC00;
}
</style>
border-color css
<style>
span { border-color: #11BC00; }
span { border-color: rgb(17,188,0); }
td.TdClassName
{
border-color: #11BC00;
}
.TagClassName
{
border-color: #11BC00;
}
</style>