Shades of Islamic Green #16AF02
Tints of Islamic Green #16AF02
RGB
CMYK
RGB Variations
Color information
#16AF02 (or 0x16AF02) is known color: Islamic Green. HEX triplet: 16, AF and 02. RGB value is (22,175,2). Sum of RGB (Red+Green+Blue) = 22+175+2=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AF02 is #E950FD. Grayscale: #6E6E6E. Windows color (decimal): -15290622 or 175894. OLE color: 175894.
HSL color Cylindrical-coordinate representation of color #16AF02: hue angle of 113.06º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16AF02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.31 |
| HSL | 113.06º | 0.98% | 0.35% | - |
| HSV(B) | 113.06º | 0.99% | 0.69% | - |
| XYZ | 15.67 | 30.83 | 5.18 | - |
| YUV | 109.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 2 | 0.87 | 0 | 0.99 | 0.31 | 113.06 | 0.98 | 0.35 |
| Hex | 16 | AF | 2 | 57 | 0 | 63 | 1F | 71 | 62 | 23 |
| Octal | 26 | 257 | 2 | 127 | 0 | 143 | 37 | 161 | 142 | 43 |
| Binary | 10110 | 10101111 | 10 | 1010111 | 0 | 1100011 | 11111 | 1110001 | 1100010 | 100011 |
Color Harmonies of #16AF02
Complementary color
Monochromatic Colors of #16AF02
Black with #16AF02
Text Example
Text Example
White with #16AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF02; }
p { color: rgb(22,175,2); }
H1.HeaderClassName
{
color: #16AF02;
}
.AnyTagClassName
{
color: #16AF02;
}
</style>
background-color css
<style>
a { background-color: #16AF02; }
a { background-color: rgb(22,175,2); }
div.DivClassName
{
background-color: #16AF02;
}
.BgClassName
{
background-color: #16AF02;
}
</style>
border-color css
<style>
span { border-color: #16AF02; }
span { border-color: rgb(22,175,2); }
td.TdClassName
{
border-color: #16AF02;
}
.TagClassName
{
border-color: #16AF02;
}
</style>