Shades of Islamic Green #10AF15
Tints of Islamic Green #10AF15
RGB
CMYK
RGB Variations
Color information
#10AF15 (or 0x10AF15) is known color: Islamic Green. HEX triplet: 10, AF and 15. RGB value is (16,175,21). Sum of RGB (Red+Green+Blue) = 16+175+21=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 175 (68.75% from 255 or 82.55% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF15 is #EF50EA. Grayscale: #6E6E6E. Windows color (decimal): -15683819 or 1421072. OLE color: 1421072.
HSL color Cylindrical-coordinate representation of color #10AF15: hue angle of 121.89º 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 #10AF15 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 21 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.31 |
| HSL | 121.89º | 0.83% | 0.37% | - |
| HSV(B) | 121.89º | 0.91% | 0.69% | - |
| XYZ | 15.68 | 30.82 | 5.83 | - |
| YUV | 109.9 | 77.82 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 21 | 0.91 | 0 | 0.88 | 0.31 | 121.89 | 0.83 | 0.37 |
| Hex | 10 | AF | 15 | 5B | 0 | 58 | 1F | 7A | 53 | 25 |
| Octal | 20 | 257 | 25 | 133 | 0 | 130 | 37 | 172 | 123 | 45 |
| Binary | 10000 | 10101111 | 10101 | 1011011 | 0 | 1011000 | 11111 | 1111010 | 1010011 | 100101 |
Color Harmonies of #10AF15
Complementary color
Monochromatic Colors of #10AF15
Black with #10AF15
Text Example
Text Example
White with #10AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF15; }
p { color: rgb(16,175,21); }
H1.HeaderClassName
{
color: #10AF15;
}
.AnyTagClassName
{
color: #10AF15;
}
</style>
background-color css
<style>
a { background-color: #10AF15; }
a { background-color: rgb(16,175,21); }
div.DivClassName
{
background-color: #10AF15;
}
.BgClassName
{
background-color: #10AF15;
}
</style>
border-color css
<style>
span { border-color: #10AF15; }
span { border-color: rgb(16,175,21); }
td.TdClassName
{
border-color: #10AF15;
}
.TagClassName
{
border-color: #10AF15;
}
</style>