Shades of Islamic Green #11BC05
Tints of Islamic Green #11BC05
RGB
CMYK
RGB Variations
Color information
#11BC05 (or 0x11BC05) is known color: Islamic Green. HEX triplet: 11, BC and 05. RGB value is (17,188,5). Sum of RGB (Red+Green+Blue) = 17+188+5=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 188 (73.83% from 255 or 89.52% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC05 is #EE43FA. Grayscale: #747474. Windows color (decimal): -15614971 or 375825. OLE color: 375825.
HSL color Cylindrical-coordinate representation of color #11BC05: hue angle of 116.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11BC05 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.26 |
| HSL | 116.07º | 0.95% | 0.38% | - |
| HSV(B) | 116.07º | 0.97% | 0.74% | - |
| XYZ | 18.24 | 36.1 | 6.15 | - |
| YUV | 116.01 | 65.35 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 5 | 0.91 | 0 | 0.97 | 0.26 | 116.07 | 0.95 | 0.38 |
| Hex | 11 | BC | 5 | 5B | 0 | 61 | 1A | 74 | 5F | 26 |
| Octal | 21 | 274 | 5 | 133 | 0 | 141 | 32 | 164 | 137 | 46 |
| Binary | 10001 | 10111100 | 101 | 1011011 | 0 | 1100001 | 11010 | 1110100 | 1011111 | 100110 |
Color Harmonies of #11BC05
Complementary color
Monochromatic Colors of #11BC05
Black with #11BC05
Text Example
Text Example
White with #11BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC05; }
p { color: rgb(17,188,5); }
H1.HeaderClassName
{
color: #11BC05;
}
.AnyTagClassName
{
color: #11BC05;
}
</style>
background-color css
<style>
a { background-color: #11BC05; }
a { background-color: rgb(17,188,5); }
div.DivClassName
{
background-color: #11BC05;
}
.BgClassName
{
background-color: #11BC05;
}
</style>
border-color css
<style>
span { border-color: #11BC05; }
span { border-color: rgb(17,188,5); }
td.TdClassName
{
border-color: #11BC05;
}
.TagClassName
{
border-color: #11BC05;
}
</style>