Shades of Islamic Green #11BC02
Tints of Islamic Green #11BC02
RGB
CMYK
RGB Variations
Color information
#11BC02 (or 0x11BC02) is known color: Islamic Green. HEX triplet: 11, BC and 02. RGB value is (17,188,2). Sum of RGB (Red+Green+Blue) = 17+188+2=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC02 is #EE43FD. Grayscale: #747474. Windows color (decimal): -15614974 or 179217. OLE color: 179217.
HSL color Cylindrical-coordinate representation of color #11BC02: hue angle of 115.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11BC02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.26 |
| HSL | 115.16º | 0.98% | 0.37% | - |
| HSV(B) | 115.16º | 0.99% | 0.74% | - |
| XYZ | 18.23 | 36.09 | 6.06 | - |
| YUV | 115.67 | 63.85 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 2 | 0.91 | 0 | 0.99 | 0.26 | 115.16 | 0.98 | 0.37 |
| Hex | 11 | BC | 2 | 5B | 0 | 63 | 1A | 73 | 62 | 25 |
| Octal | 21 | 274 | 2 | 133 | 0 | 143 | 32 | 163 | 142 | 45 |
| Binary | 10001 | 10111100 | 10 | 1011011 | 0 | 1100011 | 11010 | 1110011 | 1100010 | 100101 |
Color Harmonies of #11BC02
Complementary color
Monochromatic Colors of #11BC02
Black with #11BC02
Text Example
Text Example
White with #11BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC02; }
p { color: rgb(17,188,2); }
H1.HeaderClassName
{
color: #11BC02;
}
.AnyTagClassName
{
color: #11BC02;
}
</style>
background-color css
<style>
a { background-color: #11BC02; }
a { background-color: rgb(17,188,2); }
div.DivClassName
{
background-color: #11BC02;
}
.BgClassName
{
background-color: #11BC02;
}
</style>
border-color css
<style>
span { border-color: #11BC02; }
span { border-color: rgb(17,188,2); }
td.TdClassName
{
border-color: #11BC02;
}
.TagClassName
{
border-color: #11BC02;
}
</style>