Shades of Islamic Green #10AF16
Tints of Islamic Green #10AF16
RGB
CMYK
RGB Variations
Color information
#10AF16 (or 0x10AF16) is known color: Islamic Green. HEX triplet: 10, AF and 16. RGB value is (16,175,22). Sum of RGB (Red+Green+Blue) = 16+175+22=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF16 is #EF50E9. Grayscale: #6E6E6E. Windows color (decimal): -15683818 or 1486608. OLE color: 1486608.
HSL color Cylindrical-coordinate representation of color #10AF16: hue angle of 122.26º 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 #10AF16 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 22 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.31 |
| HSL | 122.26º | 0.83% | 0.37% | - |
| HSV(B) | 122.26º | 0.91% | 0.69% | - |
| XYZ | 15.69 | 30.83 | 5.88 | - |
| YUV | 110.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 22 | 0.91 | 0 | 0.87 | 0.31 | 122.26 | 0.83 | 0.37 |
| Hex | 10 | AF | 16 | 5B | 0 | 57 | 1F | 7A | 53 | 25 |
| Octal | 20 | 257 | 26 | 133 | 0 | 127 | 37 | 172 | 123 | 45 |
| Binary | 10000 | 10101111 | 10110 | 1011011 | 0 | 1010111 | 11111 | 1111010 | 1010011 | 100101 |
Color Harmonies of #10AF16
Complementary color
Monochromatic Colors of #10AF16
Black with #10AF16
Text Example
Text Example
White with #10AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF16; }
p { color: rgb(16,175,22); }
H1.HeaderClassName
{
color: #10AF16;
}
.AnyTagClassName
{
color: #10AF16;
}
</style>
background-color css
<style>
a { background-color: #10AF16; }
a { background-color: rgb(16,175,22); }
div.DivClassName
{
background-color: #10AF16;
}
.BgClassName
{
background-color: #10AF16;
}
</style>
border-color css
<style>
span { border-color: #10AF16; }
span { border-color: rgb(16,175,22); }
td.TdClassName
{
border-color: #10AF16;
}
.TagClassName
{
border-color: #10AF16;
}
</style>