Shades of Islamic Green #07A420
Tints of Islamic Green #07A420
RGB
CMYK
RGB Variations
Color information
#07A420 (or 0x07A420) is known color: Islamic Green. HEX triplet: 07, A4 and 20. RGB value is (7,164,32). Sum of RGB (Red+Green+Blue) = 7+164+32=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 164 (64.45% from 255 or 80.79% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 164 - color contains mainly: green. Hex color #07A420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A420 is #F85BDF. Grayscale: #666666. Windows color (decimal): -16276448 or 2139143. OLE color: 2139143.
HSL color Cylindrical-coordinate representation of color #07A420: hue angle of 129.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A420 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 164 | 32 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.36 |
| HSL | 129.55º | 0.92% | 0.34% | - |
| HSV(B) | 129.55º | 0.96% | 0.64% | - |
| XYZ | 13.62 | 26.7 | 5.8 | - |
| YUV | 102.01 | 88.49 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 32 | 0.96 | 0 | 0.80 | 0.36 | 129.55 | 0.92 | 0.34 |
| Hex | 7 | A4 | 20 | 60 | 0 | 50 | 24 | 82 | 5C | 22 |
| Octal | 7 | 244 | 40 | 140 | 0 | 120 | 44 | 202 | 134 | 42 |
| Binary | 111 | 10100100 | 100000 | 1100000 | 0 | 1010000 | 100100 | 10000010 | 1011100 | 100010 |
Color Harmonies of #07A420
Complementary color
Monochromatic Colors of #07A420
Black with #07A420
Text Example
Text Example
White with #07A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A420; }
p { color: rgb(7,164,32); }
H1.HeaderClassName
{
color: #07A420;
}
.AnyTagClassName
{
color: #07A420;
}
</style>
background-color css
<style>
a { background-color: #07A420; }
a { background-color: rgb(7,164,32); }
div.DivClassName
{
background-color: #07A420;
}
.BgClassName
{
background-color: #07A420;
}
</style>
border-color css
<style>
span { border-color: #07A420; }
span { border-color: rgb(7,164,32); }
td.TdClassName
{
border-color: #07A420;
}
.TagClassName
{
border-color: #07A420;
}
</style>