Shades of Islamic Green #07AA05
Tints of Islamic Green #07AA05
RGB
CMYK
RGB Variations
Color information
#07AA05 (or 0x07AA05) is known color: Islamic Green. HEX triplet: 07, AA and 05. RGB value is (7,170,5). Sum of RGB (Red+Green+Blue) = 7+170+5=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 170 (66.80% from 255 or 93.41% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AA05 is #F855FA. Grayscale: #666666. Windows color (decimal): -16274939 or 371207. OLE color: 371207.
HSL color Cylindrical-coordinate representation of color #07AA05: hue angle of 119.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AA05 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.33 |
| HSL | 119.27º | 0.94% | 0.34% | - |
| HSV(B) | 119.27º | 0.97% | 0.67% | - |
| XYZ | 14.49 | 28.81 | 4.94 | - |
| YUV | 102.45 | 73 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 5 | 0.96 | 0 | 0.97 | 0.33 | 119.27 | 0.94 | 0.34 |
| Hex | 7 | AA | 5 | 60 | 0 | 61 | 21 | 77 | 5E | 22 |
| Octal | 7 | 252 | 5 | 140 | 0 | 141 | 41 | 167 | 136 | 42 |
| Binary | 111 | 10101010 | 101 | 1100000 | 0 | 1100001 | 100001 | 1110111 | 1011110 | 100010 |
Color Harmonies of #07AA05
Complementary color
Monochromatic Colors of #07AA05
Black with #07AA05
Text Example
Text Example
White with #07AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA05; }
p { color: rgb(7,170,5); }
H1.HeaderClassName
{
color: #07AA05;
}
.AnyTagClassName
{
color: #07AA05;
}
</style>
background-color css
<style>
a { background-color: #07AA05; }
a { background-color: rgb(7,170,5); }
div.DivClassName
{
background-color: #07AA05;
}
.BgClassName
{
background-color: #07AA05;
}
</style>
border-color css
<style>
span { border-color: #07AA05; }
span { border-color: rgb(7,170,5); }
td.TdClassName
{
border-color: #07AA05;
}
.TagClassName
{
border-color: #07AA05;
}
</style>