Shades of Islamic Green #07A20E
Tints of Islamic Green #07A20E
RGB
CMYK
RGB Variations
Color information
#07A20E (or 0x07A20E) is known color: Islamic Green. HEX triplet: 07, A2 and 0E. RGB value is (7,162,14). Sum of RGB (Red+Green+Blue) = 7+162+14=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 162 (63.67% from 255 or 88.52% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 162 - color contains mainly: green. Hex color #07A20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A20E is #F85DF1. Grayscale: #636363. Windows color (decimal): -16276978 or 958983. OLE color: 958983.
HSL color Cylindrical-coordinate representation of color #07A20E: hue angle of 122.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A20E is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 14 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.36 |
| HSL | 122.71º | 0.92% | 0.33% | - |
| HSV(B) | 122.71º | 0.96% | 0.64% | - |
| XYZ | 13.09 | 25.92 | 4.73 | - |
| YUV | 98.78 | 80.15 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 14 | 0.96 | 0 | 0.91 | 0.36 | 122.71 | 0.92 | 0.33 |
| Hex | 7 | A2 | E | 60 | 0 | 5B | 24 | 7B | 5C | 21 |
| Octal | 7 | 242 | 16 | 140 | 0 | 133 | 44 | 173 | 134 | 41 |
| Binary | 111 | 10100010 | 1110 | 1100000 | 0 | 1011011 | 100100 | 1111011 | 1011100 | 100001 |
Color Harmonies of #07A20E
Complementary color
Monochromatic Colors of #07A20E
Black with #07A20E
Text Example
Text Example
White with #07A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A20E; }
p { color: rgb(7,162,14); }
H1.HeaderClassName
{
color: #07A20E;
}
.AnyTagClassName
{
color: #07A20E;
}
</style>
background-color css
<style>
a { background-color: #07A20E; }
a { background-color: rgb(7,162,14); }
div.DivClassName
{
background-color: #07A20E;
}
.BgClassName
{
background-color: #07A20E;
}
</style>
border-color css
<style>
span { border-color: #07A20E; }
span { border-color: rgb(7,162,14); }
td.TdClassName
{
border-color: #07A20E;
}
.TagClassName
{
border-color: #07A20E;
}
</style>