Shades of Islamic Green #11AF0B
Tints of Islamic Green #11AF0B
RGB
CMYK
RGB Variations
Color information
#11AF0B (or 0x11AF0B) is known color: Islamic Green. HEX triplet: 11, AF and 0B. RGB value is (17,175,11). Sum of RGB (Red+Green+Blue) = 17+175+11=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 175 (68.75% from 255 or 86.21% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF0B is #EE50F4. Grayscale: #6D6D6D. Windows color (decimal): -15618293 or 765713. OLE color: 765713.
HSL color Cylindrical-coordinate representation of color #11AF0B: hue angle of 117.8º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11AF0B is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 11 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.31 |
| HSL | 117.8º | 0.88% | 0.36% | - |
| HSV(B) | 117.8º | 0.94% | 0.69% | - |
| XYZ | 15.62 | 30.8 | 5.44 | - |
| YUV | 109.06 | 72.65 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 11 | 0.90 | 0 | 0.94 | 0.31 | 117.8 | 0.88 | 0.36 |
| Hex | 11 | AF | B | 5A | 0 | 5E | 1F | 76 | 58 | 24 |
| Octal | 21 | 257 | 13 | 132 | 0 | 136 | 37 | 166 | 130 | 44 |
| Binary | 10001 | 10101111 | 1011 | 1011010 | 0 | 1011110 | 11111 | 1110110 | 1011000 | 100100 |
Color Harmonies of #11AF0B
Complementary color
Monochromatic Colors of #11AF0B
Black with #11AF0B
Text Example
Text Example
White with #11AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF0B; }
p { color: rgb(17,175,11); }
H1.HeaderClassName
{
color: #11AF0B;
}
.AnyTagClassName
{
color: #11AF0B;
}
</style>
background-color css
<style>
a { background-color: #11AF0B; }
a { background-color: rgb(17,175,11); }
div.DivClassName
{
background-color: #11AF0B;
}
.BgClassName
{
background-color: #11AF0B;
}
</style>
border-color css
<style>
span { border-color: #11AF0B; }
span { border-color: rgb(17,175,11); }
td.TdClassName
{
border-color: #11AF0B;
}
.TagClassName
{
border-color: #11AF0B;
}
</style>