Shades of Islamic Green #11C60D
Tints of Islamic Green #11C60D
RGB
CMYK
RGB Variations
Color information
#11C60D (or 0x11C60D) is known color: Islamic Green. HEX triplet: 11, C6 and 0D. RGB value is (17,198,13). Sum of RGB (Red+Green+Blue) = 17+198+13=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #11C60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C60D is #EE39F2. Grayscale: #7B7B7B. Windows color (decimal): -15612403 or 902673. OLE color: 902673.
HSL color Cylindrical-coordinate representation of color #11C60D: hue angle of 118.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C60D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 198 | 13 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.22 |
| HSL | 118.7º | 0.88% | 0.41% | - |
| HSV(B) | 118.7º | 0.93% | 0.78% | - |
| XYZ | 20.5 | 40.54 | 7.12 | - |
| YUV | 122.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 13 | 0.91 | 0 | 0.93 | 0.22 | 118.7 | 0.88 | 0.41 |
| Hex | 11 | C6 | D | 5B | 0 | 5D | 16 | 77 | 58 | 29 |
| Octal | 21 | 306 | 15 | 133 | 0 | 135 | 26 | 167 | 130 | 51 |
| Binary | 10001 | 11000110 | 1101 | 1011011 | 0 | 1011101 | 10110 | 1110111 | 1011000 | 101001 |
Color Harmonies of #11C60D
Complementary color
Monochromatic Colors of #11C60D
Black with #11C60D
Text Example
Text Example
White with #11C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C60D; }
p { color: rgb(17,198,13); }
H1.HeaderClassName
{
color: #11C60D;
}
.AnyTagClassName
{
color: #11C60D;
}
</style>
background-color css
<style>
a { background-color: #11C60D; }
a { background-color: rgb(17,198,13); }
div.DivClassName
{
background-color: #11C60D;
}
.BgClassName
{
background-color: #11C60D;
}
</style>
border-color css
<style>
span { border-color: #11C60D; }
span { border-color: rgb(17,198,13); }
td.TdClassName
{
border-color: #11C60D;
}
.TagClassName
{
border-color: #11C60D;
}
</style>