Shades of Islamic Green #01AA05
Tints of Islamic Green #01AA05
RGB
CMYK
RGB Variations
Color information
#01AA05 (or 0x01AA05) is known color: Islamic Green. HEX triplet: 01, AA and 05. RGB value is (1,170,5). Sum of RGB (Red+Green+Blue) = 1+170+5=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 170 (66.80% from 255 or 96.59% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA05 is #FE55FA. Grayscale: #656565. Windows color (decimal): -16668155 or 371201. OLE color: 371201.
HSL color Cylindrical-coordinate representation of color #01AA05: hue angle of 121.42º 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 #01AA05 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 5 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.33 |
| HSL | 121.42º | 0.99% | 0.34% | - |
| HSV(B) | 121.42º | 0.99% | 0.67% | - |
| XYZ | 14.41 | 28.77 | 4.94 | - |
| YUV | 100.66 | 74.01 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 5 | 0.99 | 0 | 0.97 | 0.33 | 121.42 | 0.99 | 0.34 |
| Hex | 1 | AA | 5 | 63 | 0 | 61 | 21 | 79 | 63 | 22 |
| Octal | 1 | 252 | 5 | 143 | 0 | 141 | 41 | 171 | 143 | 42 |
| Binary | 1 | 10101010 | 101 | 1100011 | 0 | 1100001 | 100001 | 1111001 | 1100011 | 100010 |
Color Harmonies of #01AA05
Complementary color
Monochromatic Colors of #01AA05
Black with #01AA05
Text Example
Text Example
White with #01AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA05; }
p { color: rgb(1,170,5); }
H1.HeaderClassName
{
color: #01AA05;
}
.AnyTagClassName
{
color: #01AA05;
}
</style>
background-color css
<style>
a { background-color: #01AA05; }
a { background-color: rgb(1,170,5); }
div.DivClassName
{
background-color: #01AA05;
}
.BgClassName
{
background-color: #01AA05;
}
</style>
border-color css
<style>
span { border-color: #01AA05; }
span { border-color: rgb(1,170,5); }
td.TdClassName
{
border-color: #01AA05;
}
.TagClassName
{
border-color: #01AA05;
}
</style>