Shades of Islamic Green #11C502
Tints of Islamic Green #11C502
RGB
CMYK
RGB Variations
Color information
#11C502 (or 0x11C502) is known color: Islamic Green. HEX triplet: 11, C5 and 02. RGB value is (17,197,2). Sum of RGB (Red+Green+Blue) = 17+197+2=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 197 (77.34% from 255 or 91.20% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 197 - color contains mainly: green. Hex color #11C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C502 is #EE3AFD. Grayscale: #797979. Windows color (decimal): -15612670 or 181521. OLE color: 181521.
HSL color Cylindrical-coordinate representation of color #11C502: hue angle of 115.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11C502 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.23 |
| HSL | 115.38º | 0.98% | 0.39% | - |
| HSV(B) | 115.38º | 0.99% | 0.77% | - |
| XYZ | 20.21 | 40.06 | 6.72 | - |
| YUV | 120.95 | 60.87 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 2 | 0.91 | 0 | 0.99 | 0.23 | 115.38 | 0.98 | 0.39 |
| Hex | 11 | C5 | 2 | 5B | 0 | 63 | 17 | 73 | 62 | 27 |
| Octal | 21 | 305 | 2 | 133 | 0 | 143 | 27 | 163 | 142 | 47 |
| Binary | 10001 | 11000101 | 10 | 1011011 | 0 | 1100011 | 10111 | 1110011 | 1100010 | 100111 |
Color Harmonies of #11C502
Complementary color
Monochromatic Colors of #11C502
Black with #11C502
Text Example
Text Example
White with #11C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C502; }
p { color: rgb(17,197,2); }
H1.HeaderClassName
{
color: #11C502;
}
.AnyTagClassName
{
color: #11C502;
}
</style>
background-color css
<style>
a { background-color: #11C502; }
a { background-color: rgb(17,197,2); }
div.DivClassName
{
background-color: #11C502;
}
.BgClassName
{
background-color: #11C502;
}
</style>
border-color css
<style>
span { border-color: #11C502; }
span { border-color: rgb(17,197,2); }
td.TdClassName
{
border-color: #11C502;
}
.TagClassName
{
border-color: #11C502;
}
</style>