Shades of Islamic Green #00AA16
Tints of Islamic Green #00AA16
RGB
CMYK
RGB Variations
Color information
#00AA16 (or 0x00AA16) is known color: Islamic Green. HEX triplet: 00, AA and 16. RGB value is (0,170,22). Sum of RGB (Red+Green+Blue) = 0+170+22=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 170 (66.80% from 255 or 88.54% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AA16 is #FF55E9. Grayscale: #666666. Windows color (decimal): -16733674 or 1485312. OLE color: 1485312.
HSL color Cylindrical-coordinate representation of color #00AA16: hue angle of 127.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA16 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 22 | - |
| CMYK | 1 | 0 | 0.87 | 0.33 |
| HSL | 127.76º | 1% | 0.33% | - |
| HSV(B) | 127.76º | 1% | 0.67% | - |
| XYZ | 14.52 | 28.81 | 5.55 | - |
| YUV | 102.3 | 82.68 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 22 | 1 | 0 | 0.87 | 0.33 | 127.76 | 1 | 0.33 |
| Hex | 0 | AA | 16 | 64 | 0 | 57 | 21 | 80 | 64 | 21 |
| Octal | 0 | 252 | 26 | 144 | 0 | 127 | 41 | 200 | 144 | 41 |
| Binary | 0 | 10101010 | 10110 | 1100100 | 0 | 1010111 | 100001 | 10000000 | 1100100 | 100001 |
Color Harmonies of #00AA16
Complementary color
Monochromatic Colors of #00AA16
Black with #00AA16
Text Example
Text Example
White with #00AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA16; }
p { color: rgb(0,170,22); }
H1.HeaderClassName
{
color: #00AA16;
}
.AnyTagClassName
{
color: #00AA16;
}
</style>
background-color css
<style>
a { background-color: #00AA16; }
a { background-color: rgb(0,170,22); }
div.DivClassName
{
background-color: #00AA16;
}
.BgClassName
{
background-color: #00AA16;
}
</style>
border-color css
<style>
span { border-color: #00AA16; }
span { border-color: rgb(0,170,22); }
td.TdClassName
{
border-color: #00AA16;
}
.TagClassName
{
border-color: #00AA16;
}
</style>