Shades of Islamic Green #11A20E
Tints of Islamic Green #11A20E
RGB
CMYK
RGB Variations
Color information
#11A20E (or 0x11A20E) is known color: Islamic Green. HEX triplet: 11, A2 and 0E. RGB value is (17,162,14). Sum of RGB (Red+Green+Blue) = 17+162+14=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 162 (63.67% from 255 or 83.94% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 162 - color contains mainly: green. Hex color #11A20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A20E is #EE5DF1. Grayscale: #666666. Windows color (decimal): -15621618 or 958993. OLE color: 958993.
HSL color Cylindrical-coordinate representation of color #11A20E: hue angle of 118.78º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A20E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 14 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.36 |
| HSL | 118.78º | 0.84% | 0.35% | - |
| HSV(B) | 118.78º | 0.91% | 0.64% | - |
| XYZ | 13.23 | 25.99 | 4.74 | - |
| YUV | 101.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 14 | 0.90 | 0 | 0.91 | 0.36 | 118.78 | 0.84 | 0.35 |
| Hex | 11 | A2 | E | 5A | 0 | 5B | 24 | 77 | 54 | 23 |
| Octal | 21 | 242 | 16 | 132 | 0 | 133 | 44 | 167 | 124 | 43 |
| Binary | 10001 | 10100010 | 1110 | 1011010 | 0 | 1011011 | 100100 | 1110111 | 1010100 | 100011 |
Color Harmonies of #11A20E
Complementary color
Monochromatic Colors of #11A20E
Black with #11A20E
Text Example
Text Example
White with #11A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A20E; }
p { color: rgb(17,162,14); }
H1.HeaderClassName
{
color: #11A20E;
}
.AnyTagClassName
{
color: #11A20E;
}
</style>
background-color css
<style>
a { background-color: #11A20E; }
a { background-color: rgb(17,162,14); }
div.DivClassName
{
background-color: #11A20E;
}
.BgClassName
{
background-color: #11A20E;
}
</style>
border-color css
<style>
span { border-color: #11A20E; }
span { border-color: rgb(17,162,14); }
td.TdClassName
{
border-color: #11A20E;
}
.TagClassName
{
border-color: #11A20E;
}
</style>