Shades of Islamic Green #11A700
Tints of Islamic Green #11A700
RGB
CMYK
RGB Variations
Color information
#11A700 (or 0x11A700) is known color: Islamic Green. HEX triplet: 11, A7 and 00. RGB value is (17,167,0). Sum of RGB (Red+Green+Blue) = 17+167+0=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 167 (65.62% from 255 or 90.76% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 167 - color contains mainly: green. Hex color #11A700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A700 is #EE58FF. Grayscale: #676767. Windows color (decimal): -15620352 or 42769. OLE color: 42769.
HSL color Cylindrical-coordinate representation of color #11A700: hue angle of 113.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11A700 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 167 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.35 |
| HSL | 113.89º | 1% | 0.33% | - |
| HSV(B) | 113.89º | 1% | 0.65% | - |
| XYZ | 14.05 | 27.76 | 4.62 | - |
| YUV | 103.11 | 69.81 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 0 | 0.90 | 0 | 1 | 0.35 | 113.89 | 1 | 0.33 |
| Hex | 11 | A7 | 0 | 5A | 0 | 64 | 23 | 72 | 64 | 21 |
| Octal | 21 | 247 | 0 | 132 | 0 | 144 | 43 | 162 | 144 | 41 |
| Binary | 10001 | 10100111 | 0 | 1011010 | 0 | 1100100 | 100011 | 1110010 | 1100100 | 100001 |
Color Harmonies of #11A700
Complementary color
Monochromatic Colors of #11A700
Black with #11A700
Text Example
Text Example
White with #11A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A700; }
p { color: rgb(17,167,0); }
H1.HeaderClassName
{
color: #11A700;
}
.AnyTagClassName
{
color: #11A700;
}
</style>
background-color css
<style>
a { background-color: #11A700; }
a { background-color: rgb(17,167,0); }
div.DivClassName
{
background-color: #11A700;
}
.BgClassName
{
background-color: #11A700;
}
</style>
border-color css
<style>
span { border-color: #11A700; }
span { border-color: rgb(17,167,0); }
td.TdClassName
{
border-color: #11A700;
}
.TagClassName
{
border-color: #11A700;
}
</style>