Shades of Islamic Green #11C500
Tints of Islamic Green #11C500
RGB
CMYK
RGB Variations
Color information
#11C500 (or 0x11C500) is known color: Islamic Green. HEX triplet: 11, C5 and 00. RGB value is (17,197,0). Sum of RGB (Red+Green+Blue) = 17+197+0=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 197 (77.34% from 255 or 92.06% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 197 - color contains mainly: green. Hex color #11C500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C500 is #EE3AFF. Grayscale: #797979. Windows color (decimal): -15612672 or 50449. OLE color: 50449.
HSL color Cylindrical-coordinate representation of color #11C500: hue angle of 114.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11C500 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.23 |
| HSL | 114.82º | 1% | 0.39% | - |
| HSV(B) | 114.82º | 1% | 0.77% | - |
| XYZ | 20.2 | 40.05 | 6.67 | - |
| YUV | 120.72 | 59.87 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 0 | 0.91 | 0 | 1 | 0.23 | 114.82 | 1 | 0.39 |
| Hex | 11 | C5 | 0 | 5B | 0 | 64 | 17 | 73 | 64 | 27 |
| Octal | 21 | 305 | 0 | 133 | 0 | 144 | 27 | 163 | 144 | 47 |
| Binary | 10001 | 11000101 | 0 | 1011011 | 0 | 1100100 | 10111 | 1110011 | 1100100 | 100111 |
Color Harmonies of #11C500
Complementary color
Monochromatic Colors of #11C500
Black with #11C500
Text Example
Text Example
White with #11C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C500; }
p { color: rgb(17,197,0); }
H1.HeaderClassName
{
color: #11C500;
}
.AnyTagClassName
{
color: #11C500;
}
</style>
background-color css
<style>
a { background-color: #11C500; }
a { background-color: rgb(17,197,0); }
div.DivClassName
{
background-color: #11C500;
}
.BgClassName
{
background-color: #11C500;
}
</style>
border-color css
<style>
span { border-color: #11C500; }
span { border-color: rgb(17,197,0); }
td.TdClassName
{
border-color: #11C500;
}
.TagClassName
{
border-color: #11C500;
}
</style>