Shades of Islamic Green #07AA00
Tints of Islamic Green #07AA00
RGB
CMYK
RGB Variations
Color information
#07AA00 (or 0x07AA00) is known color: Islamic Green. HEX triplet: 07, AA and 00. RGB value is (7,170,0). Sum of RGB (Red+Green+Blue) = 7+170+0=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 170 (66.80% from 255 or 96.05% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AA00 is #F855FF. Grayscale: #666666. Windows color (decimal): -16274944 or 43527. OLE color: 43527.
HSL color Cylindrical-coordinate representation of color #07AA00: hue angle of 117.53º 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 #07AA00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.33 |
| HSL | 117.53º | 1% | 0.33% | - |
| HSV(B) | 117.53º | 1% | 0.67% | - |
| XYZ | 14.46 | 28.79 | 4.8 | - |
| YUV | 101.88 | 70.5 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 0 | 0.96 | 0 | 1 | 0.33 | 117.53 | 1 | 0.33 |
| Hex | 7 | AA | 0 | 60 | 0 | 64 | 21 | 76 | 64 | 21 |
| Octal | 7 | 252 | 0 | 140 | 0 | 144 | 41 | 166 | 144 | 41 |
| Binary | 111 | 10101010 | 0 | 1100000 | 0 | 1100100 | 100001 | 1110110 | 1100100 | 100001 |
Color Harmonies of #07AA00
Complementary color
Monochromatic Colors of #07AA00
Black with #07AA00
Text Example
Text Example
White with #07AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA00; }
p { color: rgb(7,170,0); }
H1.HeaderClassName
{
color: #07AA00;
}
.AnyTagClassName
{
color: #07AA00;
}
</style>
background-color css
<style>
a { background-color: #07AA00; }
a { background-color: rgb(7,170,0); }
div.DivClassName
{
background-color: #07AA00;
}
.BgClassName
{
background-color: #07AA00;
}
</style>
border-color css
<style>
span { border-color: #07AA00; }
span { border-color: rgb(7,170,0); }
td.TdClassName
{
border-color: #07AA00;
}
.TagClassName
{
border-color: #07AA00;
}
</style>