Shades of Islamic Green #01AA06
Tints of Islamic Green #01AA06
RGB
CMYK
RGB Variations
Color information
#01AA06 (or 0x01AA06) is known color: Islamic Green. HEX triplet: 01, AA and 06. RGB value is (1,170,6). Sum of RGB (Red+Green+Blue) = 1+170+6=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 170 (66.80% from 255 or 96.05% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA06 is #FE55F9. Grayscale: #656565. Windows color (decimal): -16668154 or 436737. OLE color: 436737.
HSL color Cylindrical-coordinate representation of color #01AA06: hue angle of 121.78º 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 #01AA06 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 6 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.33 |
| HSL | 121.78º | 0.99% | 0.34% | - |
| HSV(B) | 121.78º | 0.99% | 0.67% | - |
| XYZ | 14.42 | 28.77 | 4.97 | - |
| YUV | 100.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 6 | 0.99 | 0 | 0.96 | 0.33 | 121.78 | 0.99 | 0.34 |
| Hex | 1 | AA | 6 | 63 | 0 | 60 | 21 | 7A | 63 | 22 |
| Octal | 1 | 252 | 6 | 143 | 0 | 140 | 41 | 172 | 143 | 42 |
| Binary | 1 | 10101010 | 110 | 1100011 | 0 | 1100000 | 100001 | 1111010 | 1100011 | 100010 |
Color Harmonies of #01AA06
Complementary color
Monochromatic Colors of #01AA06
Black with #01AA06
Text Example
Text Example
White with #01AA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA06; }
p { color: rgb(1,170,6); }
H1.HeaderClassName
{
color: #01AA06;
}
.AnyTagClassName
{
color: #01AA06;
}
</style>
background-color css
<style>
a { background-color: #01AA06; }
a { background-color: rgb(1,170,6); }
div.DivClassName
{
background-color: #01AA06;
}
.BgClassName
{
background-color: #01AA06;
}
</style>
border-color css
<style>
span { border-color: #01AA06; }
span { border-color: rgb(1,170,6); }
td.TdClassName
{
border-color: #01AA06;
}
.TagClassName
{
border-color: #01AA06;
}
</style>