Shades of Islamic Green #07AA04
Tints of Islamic Green #07AA04
RGB
CMYK
RGB Variations
Color information
#07AA04 (or 0x07AA04) is known color: Islamic Green. HEX triplet: 07, AA and 04. RGB value is (7,170,4). Sum of RGB (Red+Green+Blue) = 7+170+4=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 170 (66.80% from 255 or 93.92% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AA04 is #F855FB. Grayscale: #666666. Windows color (decimal): -16274940 or 305671. OLE color: 305671.
HSL color Cylindrical-coordinate representation of color #07AA04: hue angle of 118.92º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07AA04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.33 |
| HSL | 118.92º | 0.95% | 0.34% | - |
| HSV(B) | 118.92º | 0.98% | 0.67% | - |
| XYZ | 14.48 | 28.8 | 4.91 | - |
| YUV | 102.34 | 72.5 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 4 | 0.96 | 0 | 0.98 | 0.33 | 118.92 | 0.95 | 0.34 |
| Hex | 7 | AA | 4 | 60 | 0 | 62 | 21 | 77 | 5F | 22 |
| Octal | 7 | 252 | 4 | 140 | 0 | 142 | 41 | 167 | 137 | 42 |
| Binary | 111 | 10101010 | 100 | 1100000 | 0 | 1100010 | 100001 | 1110111 | 1011111 | 100010 |
Color Harmonies of #07AA04
Complementary color
Monochromatic Colors of #07AA04
Black with #07AA04
Text Example
Text Example
White with #07AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA04; }
p { color: rgb(7,170,4); }
H1.HeaderClassName
{
color: #07AA04;
}
.AnyTagClassName
{
color: #07AA04;
}
</style>
background-color css
<style>
a { background-color: #07AA04; }
a { background-color: rgb(7,170,4); }
div.DivClassName
{
background-color: #07AA04;
}
.BgClassName
{
background-color: #07AA04;
}
</style>
border-color css
<style>
span { border-color: #07AA04; }
span { border-color: rgb(7,170,4); }
td.TdClassName
{
border-color: #07AA04;
}
.TagClassName
{
border-color: #07AA04;
}
</style>