Shades of Islamic Green #01AA16
Tints of Islamic Green #01AA16
RGB
CMYK
RGB Variations
Color information
#01AA16 (or 0x01AA16) is known color: Islamic Green. HEX triplet: 01, AA and 16. RGB value is (1,170,22). Sum of RGB (Red+Green+Blue) = 1+170+22=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 170 (66.80% from 255 or 88.08% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA16 is #FE55E9. Grayscale: #676767. Windows color (decimal): -16668138 or 1485313. OLE color: 1485313.
HSL color Cylindrical-coordinate representation of color #01AA16: hue angle of 127.46º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA16 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 22 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.33 |
| HSL | 127.46º | 0.99% | 0.34% | - |
| HSV(B) | 127.46º | 0.99% | 0.67% | - |
| XYZ | 14.53 | 28.81 | 5.55 | - |
| YUV | 102.6 | 82.51 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 22 | 0.99 | 0 | 0.87 | 0.33 | 127.46 | 0.99 | 0.34 |
| Hex | 1 | AA | 16 | 63 | 0 | 57 | 21 | 7F | 63 | 22 |
| Octal | 1 | 252 | 26 | 143 | 0 | 127 | 41 | 177 | 143 | 42 |
| Binary | 1 | 10101010 | 10110 | 1100011 | 0 | 1010111 | 100001 | 1111111 | 1100011 | 100010 |
Color Harmonies of #01AA16
Complementary color
Monochromatic Colors of #01AA16
Black with #01AA16
Text Example
Text Example
White with #01AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA16; }
p { color: rgb(1,170,22); }
H1.HeaderClassName
{
color: #01AA16;
}
.AnyTagClassName
{
color: #01AA16;
}
</style>
background-color css
<style>
a { background-color: #01AA16; }
a { background-color: rgb(1,170,22); }
div.DivClassName
{
background-color: #01AA16;
}
.BgClassName
{
background-color: #01AA16;
}
</style>
border-color css
<style>
span { border-color: #01AA16; }
span { border-color: rgb(1,170,22); }
td.TdClassName
{
border-color: #01AA16;
}
.TagClassName
{
border-color: #01AA16;
}
</style>