Shades of Islamic Green #11AF09
Tints of Islamic Green #11AF09
RGB
CMYK
RGB Variations
Color information
#11AF09 (or 0x11AF09) is known color: Islamic Green. HEX triplet: 11, AF and 09. RGB value is (17,175,9). Sum of RGB (Red+Green+Blue) = 17+175+9=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 175 (68.75% from 255 or 87.06% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF09 is #EE50F6. Grayscale: #6D6D6D. Windows color (decimal): -15618295 or 634641. OLE color: 634641.
HSL color Cylindrical-coordinate representation of color #11AF09: hue angle of 117.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11AF09 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 9 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.31 |
| HSL | 117.11º | 0.9% | 0.36% | - |
| HSV(B) | 117.11º | 0.95% | 0.69% | - |
| XYZ | 15.61 | 30.8 | 5.38 | - |
| YUV | 108.83 | 71.65 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 9 | 0.90 | 0 | 0.95 | 0.31 | 117.11 | 0.9 | 0.36 |
| Hex | 11 | AF | 9 | 5A | 0 | 5F | 1F | 75 | 5A | 24 |
| Octal | 21 | 257 | 11 | 132 | 0 | 137 | 37 | 165 | 132 | 44 |
| Binary | 10001 | 10101111 | 1001 | 1011010 | 0 | 1011111 | 11111 | 1110101 | 1011010 | 100100 |
Color Harmonies of #11AF09
Complementary color
Monochromatic Colors of #11AF09
Black with #11AF09
Text Example
Text Example
White with #11AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF09; }
p { color: rgb(17,175,9); }
H1.HeaderClassName
{
color: #11AF09;
}
.AnyTagClassName
{
color: #11AF09;
}
</style>
background-color css
<style>
a { background-color: #11AF09; }
a { background-color: rgb(17,175,9); }
div.DivClassName
{
background-color: #11AF09;
}
.BgClassName
{
background-color: #11AF09;
}
</style>
border-color css
<style>
span { border-color: #11AF09; }
span { border-color: rgb(17,175,9); }
td.TdClassName
{
border-color: #11AF09;
}
.TagClassName
{
border-color: #11AF09;
}
</style>