Shades of Islamic Green #16AF0A
Tints of Islamic Green #16AF0A
RGB
CMYK
RGB Variations
Color information
#16AF0A (or 0x16AF0A) is known color: Islamic Green. HEX triplet: 16, AF and 0A. RGB value is (22,175,10). Sum of RGB (Red+Green+Blue) = 22+175+10=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 175 (68.75% from 255 or 84.54% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AF0A is #E950F5. Grayscale: #6E6E6E. Windows color (decimal): -15290614 or 700182. OLE color: 700182.
HSL color Cylindrical-coordinate representation of color #16AF0A: hue angle of 115.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16AF0A is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 10 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.31 |
| HSL | 115.64º | 0.89% | 0.36% | - |
| HSV(B) | 115.64º | 0.94% | 0.69% | - |
| XYZ | 15.72 | 30.85 | 5.41 | - |
| YUV | 110.44 | 71.31 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 10 | 0.87 | 0 | 0.94 | 0.31 | 115.64 | 0.89 | 0.36 |
| Hex | 16 | AF | A | 57 | 0 | 5E | 1F | 74 | 59 | 24 |
| Octal | 26 | 257 | 12 | 127 | 0 | 136 | 37 | 164 | 131 | 44 |
| Binary | 10110 | 10101111 | 1010 | 1010111 | 0 | 1011110 | 11111 | 1110100 | 1011001 | 100100 |
Color Harmonies of #16AF0A
Complementary color
Monochromatic Colors of #16AF0A
Black with #16AF0A
Text Example
Text Example
White with #16AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF0A; }
p { color: rgb(22,175,10); }
H1.HeaderClassName
{
color: #16AF0A;
}
.AnyTagClassName
{
color: #16AF0A;
}
</style>
background-color css
<style>
a { background-color: #16AF0A; }
a { background-color: rgb(22,175,10); }
div.DivClassName
{
background-color: #16AF0A;
}
.BgClassName
{
background-color: #16AF0A;
}
</style>
border-color css
<style>
span { border-color: #16AF0A; }
span { border-color: rgb(22,175,10); }
td.TdClassName
{
border-color: #16AF0A;
}
.TagClassName
{
border-color: #16AF0A;
}
</style>