Shades of Islamic Green #07AD05
Tints of Islamic Green #07AD05
RGB
CMYK
RGB Variations
Color information
#07AD05 (or 0x07AD05) is known color: Islamic Green. HEX triplet: 07, AD and 05. RGB value is (7,173,5). Sum of RGB (Red+Green+Blue) = 7+173+5=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 173 (67.97% from 255 or 93.51% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AD05 is #F852FA. Grayscale: #686868. Windows color (decimal): -16274171 or 371975. OLE color: 371975.
HSL color Cylindrical-coordinate representation of color #07AD05: hue angle of 119.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AD05 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.32 |
| HSL | 119.29º | 0.94% | 0.35% | - |
| HSV(B) | 119.29º | 0.97% | 0.68% | - |
| XYZ | 15.06 | 29.94 | 5.13 | - |
| YUV | 104.21 | 72 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 5 | 0.96 | 0 | 0.97 | 0.32 | 119.29 | 0.94 | 0.35 |
| Hex | 7 | AD | 5 | 60 | 0 | 61 | 20 | 77 | 5E | 23 |
| Octal | 7 | 255 | 5 | 140 | 0 | 141 | 40 | 167 | 136 | 43 |
| Binary | 111 | 10101101 | 101 | 1100000 | 0 | 1100001 | 100000 | 1110111 | 1011110 | 100011 |
Color Harmonies of #07AD05
Complementary color
Monochromatic Colors of #07AD05
Black with #07AD05
Text Example
Text Example
White with #07AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD05; }
p { color: rgb(7,173,5); }
H1.HeaderClassName
{
color: #07AD05;
}
.AnyTagClassName
{
color: #07AD05;
}
</style>
background-color css
<style>
a { background-color: #07AD05; }
a { background-color: rgb(7,173,5); }
div.DivClassName
{
background-color: #07AD05;
}
.BgClassName
{
background-color: #07AD05;
}
</style>
border-color css
<style>
span { border-color: #07AD05; }
span { border-color: rgb(7,173,5); }
td.TdClassName
{
border-color: #07AD05;
}
.TagClassName
{
border-color: #07AD05;
}
</style>