Shades of Islamic Green #11C102
Tints of Islamic Green #11C102
RGB
CMYK
RGB Variations
Color information
#11C102 (or 0x11C102) is known color: Islamic Green. HEX triplet: 11, C1 and 02. RGB value is (17,193,2). Sum of RGB (Red+Green+Blue) = 17+193+2=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 193 (75.78% from 255 or 91.04% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 193 - color contains mainly: green. Hex color #11C102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C102 is #EE3EFD. Grayscale: #777777. Windows color (decimal): -15613694 or 180497. OLE color: 180497.
HSL color Cylindrical-coordinate representation of color #11C102: hue angle of 115.29º degrees, saturation: 0.98, 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 #11C102 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.24 |
| HSL | 115.29º | 0.98% | 0.38% | - |
| HSV(B) | 115.29º | 0.99% | 0.76% | - |
| XYZ | 19.31 | 38.26 | 6.43 | - |
| YUV | 118.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 2 | 0.91 | 0 | 0.99 | 0.24 | 115.29 | 0.98 | 0.38 |
| Hex | 11 | C1 | 2 | 5B | 0 | 63 | 18 | 73 | 62 | 26 |
| Octal | 21 | 301 | 2 | 133 | 0 | 143 | 30 | 163 | 142 | 46 |
| Binary | 10001 | 11000001 | 10 | 1011011 | 0 | 1100011 | 11000 | 1110011 | 1100010 | 100110 |
Color Harmonies of #11C102
Complementary color
Monochromatic Colors of #11C102
Black with #11C102
Text Example
Text Example
White with #11C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C102; }
p { color: rgb(17,193,2); }
H1.HeaderClassName
{
color: #11C102;
}
.AnyTagClassName
{
color: #11C102;
}
</style>
background-color css
<style>
a { background-color: #11C102; }
a { background-color: rgb(17,193,2); }
div.DivClassName
{
background-color: #11C102;
}
.BgClassName
{
background-color: #11C102;
}
</style>
border-color css
<style>
span { border-color: #11C102; }
span { border-color: rgb(17,193,2); }
td.TdClassName
{
border-color: #11C102;
}
.TagClassName
{
border-color: #11C102;
}
</style>