Shades of Islamic Green #01AA00
Tints of Islamic Green #01AA00
RGB
CMYK
RGB Variations
Color information
#01AA00 (or 0x01AA00) is known color: Islamic Green. HEX triplet: 01, AA and 00. RGB value is (1,170,0). Sum of RGB (Red+Green+Blue) = 1+170+0=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 170 (66.80% from 255 or 99.42% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA00 is #FE55FF. Grayscale: #646464. Windows color (decimal): -16668160 or 43521. OLE color: 43521.
HSL color Cylindrical-coordinate representation of color #01AA00: hue angle of 119.65º 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 #01AA00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.33 |
| HSL | 119.65º | 1% | 0.33% | - |
| HSV(B) | 119.65º | 1% | 0.67% | - |
| XYZ | 14.39 | 28.76 | 4.79 | - |
| YUV | 100.09 | 71.51 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 0 | 0.99 | 0 | 1 | 0.33 | 119.65 | 1 | 0.33 |
| Hex | 1 | AA | 0 | 63 | 0 | 64 | 21 | 78 | 64 | 21 |
| Octal | 1 | 252 | 0 | 143 | 0 | 144 | 41 | 170 | 144 | 41 |
| Binary | 1 | 10101010 | 0 | 1100011 | 0 | 1100100 | 100001 | 1111000 | 1100100 | 100001 |
Color Harmonies of #01AA00
Complementary color
Monochromatic Colors of #01AA00
Black with #01AA00
Text Example
Text Example
White with #01AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA00; }
p { color: rgb(1,170,0); }
H1.HeaderClassName
{
color: #01AA00;
}
.AnyTagClassName
{
color: #01AA00;
}
</style>
background-color css
<style>
a { background-color: #01AA00; }
a { background-color: rgb(1,170,0); }
div.DivClassName
{
background-color: #01AA00;
}
.BgClassName
{
background-color: #01AA00;
}
</style>
border-color css
<style>
span { border-color: #01AA00; }
span { border-color: rgb(1,170,0); }
td.TdClassName
{
border-color: #01AA00;
}
.TagClassName
{
border-color: #01AA00;
}
</style>