Shades of Islamic Green #07A020
Tints of Islamic Green #07A020
RGB
CMYK
RGB Variations
Color information
#07A020 (or 0x07A020) is known color: Islamic Green. HEX triplet: 07, A0 and 20. RGB value is (7,160,32). Sum of RGB (Red+Green+Blue) = 7+160+32=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 160 (62.89% from 255 or 80.40% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 160 - color contains mainly: green. Hex color #07A020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A020 is #F85FDF. Grayscale: #646464. Windows color (decimal): -16277472 or 2138119. OLE color: 2138119.
HSL color Cylindrical-coordinate representation of color #07A020: hue angle of 129.8º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A020 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 32 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.37 |
| HSL | 129.8º | 0.92% | 0.33% | - |
| HSV(B) | 129.8º | 0.96% | 0.63% | - |
| XYZ | 12.92 | 25.29 | 5.57 | - |
| YUV | 99.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 32 | 0.96 | 0 | 0.80 | 0.37 | 129.8 | 0.92 | 0.33 |
| Hex | 7 | A0 | 20 | 60 | 0 | 50 | 25 | 82 | 5C | 21 |
| Octal | 7 | 240 | 40 | 140 | 0 | 120 | 45 | 202 | 134 | 41 |
| Binary | 111 | 10100000 | 100000 | 1100000 | 0 | 1010000 | 100101 | 10000010 | 1011100 | 100001 |
Color Harmonies of #07A020
Complementary color
Monochromatic Colors of #07A020
Black with #07A020
Text Example
Text Example
White with #07A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A020; }
p { color: rgb(7,160,32); }
H1.HeaderClassName
{
color: #07A020;
}
.AnyTagClassName
{
color: #07A020;
}
</style>
background-color css
<style>
a { background-color: #07A020; }
a { background-color: rgb(7,160,32); }
div.DivClassName
{
background-color: #07A020;
}
.BgClassName
{
background-color: #07A020;
}
</style>
border-color css
<style>
span { border-color: #07A020; }
span { border-color: rgb(7,160,32); }
td.TdClassName
{
border-color: #07A020;
}
.TagClassName
{
border-color: #07A020;
}
</style>