Shades of Islamic Green #16AD03
Tints of Islamic Green #16AD03
RGB
CMYK
RGB Variations
Color information
#16AD03 (or 0x16AD03) is known color: Islamic Green. HEX triplet: 16, AD and 03. RGB value is (22,173,3). Sum of RGB (Red+Green+Blue) = 22+173+3=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 173 (67.97% from 255 or 87.37% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AD03 is #E952FC. Grayscale: #6C6C6C. Windows color (decimal): -15291133 or 240918. OLE color: 240918.
HSL color Cylindrical-coordinate representation of color #16AD03: hue angle of 113.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16AD03 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 173 | 3 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.32 |
| HSL | 113.29º | 0.97% | 0.35% | - |
| HSV(B) | 113.29º | 0.98% | 0.68% | - |
| XYZ | 15.29 | 30.06 | 5.08 | - |
| YUV | 108.47 | 68.47 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 3 | 0.87 | 0 | 0.98 | 0.32 | 113.29 | 0.97 | 0.35 |
| Hex | 16 | AD | 3 | 57 | 0 | 62 | 20 | 71 | 61 | 23 |
| Octal | 26 | 255 | 3 | 127 | 0 | 142 | 40 | 161 | 141 | 43 |
| Binary | 10110 | 10101101 | 11 | 1010111 | 0 | 1100010 | 100000 | 1110001 | 1100001 | 100011 |
Color Harmonies of #16AD03
Complementary color
Monochromatic Colors of #16AD03
Black with #16AD03
Text Example
Text Example
White with #16AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AD03; }
p { color: rgb(22,173,3); }
H1.HeaderClassName
{
color: #16AD03;
}
.AnyTagClassName
{
color: #16AD03;
}
</style>
background-color css
<style>
a { background-color: #16AD03; }
a { background-color: rgb(22,173,3); }
div.DivClassName
{
background-color: #16AD03;
}
.BgClassName
{
background-color: #16AD03;
}
</style>
border-color css
<style>
span { border-color: #16AD03; }
span { border-color: rgb(22,173,3); }
td.TdClassName
{
border-color: #16AD03;
}
.TagClassName
{
border-color: #16AD03;
}
</style>