Shades of Islamic Green #11C201
Tints of Islamic Green #11C201
RGB
CMYK
RGB Variations
Color information
#11C201 (or 0x11C201) is known color: Islamic Green. HEX triplet: 11, C2 and 01. RGB value is (17,194,1). Sum of RGB (Red+Green+Blue) = 17+194+1=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 194 (76.17% from 255 or 91.51% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 194 - color contains mainly: green. Hex color #11C201 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C201 is #EE3DFE. Grayscale: #777777. Windows color (decimal): -15613439 or 115217. OLE color: 115217.
HSL color Cylindrical-coordinate representation of color #11C201: hue angle of 115.03º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11C201 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.24 |
| HSL | 115.03º | 0.99% | 0.38% | - |
| HSV(B) | 115.03º | 0.99% | 0.76% | - |
| XYZ | 19.53 | 38.7 | 6.47 | - |
| YUV | 119.08 | 61.36 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 1 | 0.91 | 0 | 0.99 | 0.24 | 115.03 | 0.99 | 0.38 |
| Hex | 11 | C2 | 1 | 5B | 0 | 63 | 18 | 73 | 63 | 26 |
| Octal | 21 | 302 | 1 | 133 | 0 | 143 | 30 | 163 | 143 | 46 |
| Binary | 10001 | 11000010 | 1 | 1011011 | 0 | 1100011 | 11000 | 1110011 | 1100011 | 100110 |
Color Harmonies of #11C201
Complementary color
Monochromatic Colors of #11C201
Black with #11C201
Text Example
Text Example
White with #11C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C201; }
p { color: rgb(17,194,1); }
H1.HeaderClassName
{
color: #11C201;
}
.AnyTagClassName
{
color: #11C201;
}
</style>
background-color css
<style>
a { background-color: #11C201; }
a { background-color: rgb(17,194,1); }
div.DivClassName
{
background-color: #11C201;
}
.BgClassName
{
background-color: #11C201;
}
</style>
border-color css
<style>
span { border-color: #11C201; }
span { border-color: rgb(17,194,1); }
td.TdClassName
{
border-color: #11C201;
}
.TagClassName
{
border-color: #11C201;
}
</style>