Shades of Islamic Green #00AA05
Tints of Islamic Green #00AA05
RGB
CMYK
RGB Variations
Color information
#00AA05 (or 0x00AA05) is known color: Islamic Green. HEX triplet: 00, AA and 05. RGB value is (0,170,5). Sum of RGB (Red+Green+Blue) = 0+170+5=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 170 (66.80% from 255 or 97.14% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AA05 is #FF55FA. Grayscale: #646464. Windows color (decimal): -16733691 or 371200. OLE color: 371200.
HSL color Cylindrical-coordinate representation of color #00AA05: hue angle of 121.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 #00AA05 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 5 | - |
| CMYK | 1 | 0 | 0.97 | 0.33 |
| HSL | 121.76º | 1% | 0.33% | - |
| HSV(B) | 121.76º | 1% | 0.67% | - |
| XYZ | 14.4 | 28.76 | 4.94 | - |
| YUV | 100.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 5 | 1 | 0 | 0.97 | 0.33 | 121.76 | 1 | 0.33 |
| Hex | 0 | AA | 5 | 64 | 0 | 61 | 21 | 7A | 64 | 21 |
| Octal | 0 | 252 | 5 | 144 | 0 | 141 | 41 | 172 | 144 | 41 |
| Binary | 0 | 10101010 | 101 | 1100100 | 0 | 1100001 | 100001 | 1111010 | 1100100 | 100001 |
Color Harmonies of #00AA05
Complementary color
Monochromatic Colors of #00AA05
Black with #00AA05
Text Example
Text Example
White with #00AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA05; }
p { color: rgb(0,170,5); }
H1.HeaderClassName
{
color: #00AA05;
}
.AnyTagClassName
{
color: #00AA05;
}
</style>
background-color css
<style>
a { background-color: #00AA05; }
a { background-color: rgb(0,170,5); }
div.DivClassName
{
background-color: #00AA05;
}
.BgClassName
{
background-color: #00AA05;
}
</style>
border-color css
<style>
span { border-color: #00AA05; }
span { border-color: rgb(0,170,5); }
td.TdClassName
{
border-color: #00AA05;
}
.TagClassName
{
border-color: #00AA05;
}
</style>