Shades of Islamic Green #10AF13
Tints of Islamic Green #10AF13
RGB
CMYK
RGB Variations
Color information
#10AF13 (or 0x10AF13) is known color: Islamic Green. HEX triplet: 10, AF and 13. RGB value is (16,175,19). Sum of RGB (Red+Green+Blue) = 16+175+19=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF13 is #EF50EC. Grayscale: #6E6E6E. Windows color (decimal): -15683821 or 1290000. OLE color: 1290000.
HSL color Cylindrical-coordinate representation of color #10AF13: hue angle of 121.13º 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 #10AF13 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 19 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.31 |
| HSL | 121.13º | 0.83% | 0.37% | - |
| HSV(B) | 121.13º | 0.91% | 0.69% | - |
| XYZ | 15.66 | 30.82 | 5.74 | - |
| YUV | 109.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 19 | 0.91 | 0 | 0.89 | 0.31 | 121.13 | 0.83 | 0.37 |
| Hex | 10 | AF | 13 | 5B | 0 | 59 | 1F | 79 | 53 | 25 |
| Octal | 20 | 257 | 23 | 133 | 0 | 131 | 37 | 171 | 123 | 45 |
| Binary | 10000 | 10101111 | 10011 | 1011011 | 0 | 1011001 | 11111 | 1111001 | 1010011 | 100101 |
Color Harmonies of #10AF13
Complementary color
Monochromatic Colors of #10AF13
Black with #10AF13
Text Example
Text Example
White with #10AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF13; }
p { color: rgb(16,175,19); }
H1.HeaderClassName
{
color: #10AF13;
}
.AnyTagClassName
{
color: #10AF13;
}
</style>
background-color css
<style>
a { background-color: #10AF13; }
a { background-color: rgb(16,175,19); }
div.DivClassName
{
background-color: #10AF13;
}
.BgClassName
{
background-color: #10AF13;
}
</style>
border-color css
<style>
span { border-color: #10AF13; }
span { border-color: rgb(16,175,19); }
td.TdClassName
{
border-color: #10AF13;
}
.TagClassName
{
border-color: #10AF13;
}
</style>