Shades of Islamic Green #11AF10
Tints of Islamic Green #11AF10
RGB
CMYK
RGB Variations
Color information
#11AF10 (or 0x11AF10) is known color: Islamic Green. HEX triplet: 11, AF and 10. RGB value is (17,175,16). Sum of RGB (Red+Green+Blue) = 17+175+16=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF10 is #EE50EF. Grayscale: #6E6E6E. Windows color (decimal): -15618288 or 1093393. OLE color: 1093393.
HSL color Cylindrical-coordinate representation of color #11AF10: hue angle of 119.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AF10 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 16 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.31 |
| HSL | 119.62º | 0.83% | 0.37% | - |
| HSV(B) | 119.62º | 0.91% | 0.69% | - |
| XYZ | 15.65 | 30.82 | 5.61 | - |
| YUV | 109.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 16 | 0.90 | 0 | 0.91 | 0.31 | 119.62 | 0.83 | 0.37 |
| Hex | 11 | AF | 10 | 5A | 0 | 5B | 1F | 78 | 53 | 25 |
| Octal | 21 | 257 | 20 | 132 | 0 | 133 | 37 | 170 | 123 | 45 |
| Binary | 10001 | 10101111 | 10000 | 1011010 | 0 | 1011011 | 11111 | 1111000 | 1010011 | 100101 |
Color Harmonies of #11AF10
Complementary color
Monochromatic Colors of #11AF10
Black with #11AF10
Text Example
Text Example
White with #11AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF10; }
p { color: rgb(17,175,16); }
H1.HeaderClassName
{
color: #11AF10;
}
.AnyTagClassName
{
color: #11AF10;
}
</style>
background-color css
<style>
a { background-color: #11AF10; }
a { background-color: rgb(17,175,16); }
div.DivClassName
{
background-color: #11AF10;
}
.BgClassName
{
background-color: #11AF10;
}
</style>
border-color css
<style>
span { border-color: #11AF10; }
span { border-color: rgb(17,175,16); }
td.TdClassName
{
border-color: #11AF10;
}
.TagClassName
{
border-color: #11AF10;
}
</style>