Shades of Islamic Green #11BC17
Tints of Islamic Green #11BC17
RGB
CMYK
RGB Variations
Color information
#11BC17 (or 0x11BC17) is known color: Islamic Green. HEX triplet: 11, BC and 17. RGB value is (17,188,23). Sum of RGB (Red+Green+Blue) = 17+188+23=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC17 is #EE43E8. Grayscale: #767676. Windows color (decimal): -15614953 or 1555473. OLE color: 1555473.
HSL color Cylindrical-coordinate representation of color #11BC17: hue angle of 122.11º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC17 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 23 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.26 |
| HSL | 122.11º | 0.83% | 0.4% | - |
| HSV(B) | 122.11º | 0.91% | 0.74% | - |
| XYZ | 18.37 | 36.15 | 6.82 | - |
| YUV | 118.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 23 | 0.91 | 0 | 0.88 | 0.26 | 122.11 | 0.83 | 0.4 |
| Hex | 11 | BC | 17 | 5B | 0 | 58 | 1A | 7A | 53 | 28 |
| Octal | 21 | 274 | 27 | 133 | 0 | 130 | 32 | 172 | 123 | 50 |
| Binary | 10001 | 10111100 | 10111 | 1011011 | 0 | 1011000 | 11010 | 1111010 | 1010011 | 101000 |
Color Harmonies of #11BC17
Complementary color
Monochromatic Colors of #11BC17
Black with #11BC17
Text Example
Text Example
White with #11BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC17; }
p { color: rgb(17,188,23); }
H1.HeaderClassName
{
color: #11BC17;
}
.AnyTagClassName
{
color: #11BC17;
}
</style>
background-color css
<style>
a { background-color: #11BC17; }
a { background-color: rgb(17,188,23); }
div.DivClassName
{
background-color: #11BC17;
}
.BgClassName
{
background-color: #11BC17;
}
</style>
border-color css
<style>
span { border-color: #11BC17; }
span { border-color: rgb(17,188,23); }
td.TdClassName
{
border-color: #11BC17;
}
.TagClassName
{
border-color: #11BC17;
}
</style>