Shades of Islamic Green #11A808
Tints of Islamic Green #11A808
RGB
CMYK
RGB Variations
Color information
#11A808 (or 0x11A808) is known color: Islamic Green. HEX triplet: 11, A8 and 08. RGB value is (17,168,8). Sum of RGB (Red+Green+Blue) = 17+168+8=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 168 (66.02% from 255 or 87.05% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 168 - color contains mainly: green. Hex color #11A808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A808 is #EE57F7. Grayscale: #696969. Windows color (decimal): -15620088 or 567313. OLE color: 567313.
HSL color Cylindrical-coordinate representation of color #11A808: hue angle of 116.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11A808 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 168 | 8 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.34 |
| HSL | 116.63º | 0.91% | 0.35% | - |
| HSV(B) | 116.63º | 0.95% | 0.66% | - |
| XYZ | 14.28 | 28.14 | 4.91 | - |
| YUV | 104.61 | 73.47 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 8 | 0.90 | 0 | 0.95 | 0.34 | 116.63 | 0.91 | 0.35 |
| Hex | 11 | A8 | 8 | 5A | 0 | 5F | 22 | 75 | 5B | 23 |
| Octal | 21 | 250 | 10 | 132 | 0 | 137 | 42 | 165 | 133 | 43 |
| Binary | 10001 | 10101000 | 1000 | 1011010 | 0 | 1011111 | 100010 | 1110101 | 1011011 | 100011 |
Color Harmonies of #11A808
Complementary color
Monochromatic Colors of #11A808
Black with #11A808
Text Example
Text Example
White with #11A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A808; }
p { color: rgb(17,168,8); }
H1.HeaderClassName
{
color: #11A808;
}
.AnyTagClassName
{
color: #11A808;
}
</style>
background-color css
<style>
a { background-color: #11A808; }
a { background-color: rgb(17,168,8); }
div.DivClassName
{
background-color: #11A808;
}
.BgClassName
{
background-color: #11A808;
}
</style>
border-color css
<style>
span { border-color: #11A808; }
span { border-color: rgb(17,168,8); }
td.TdClassName
{
border-color: #11A808;
}
.TagClassName
{
border-color: #11A808;
}
</style>