Shades of Islamic Green #07A20F
Tints of Islamic Green #07A20F
RGB
CMYK
RGB Variations
Color information
#07A20F (or 0x07A20F) is known color: Islamic Green. HEX triplet: 07, A2 and 0F. RGB value is (7,162,15). Sum of RGB (Red+Green+Blue) = 7+162+15=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 162 (63.67% from 255 or 88.04% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 162 - color contains mainly: green. Hex color #07A20F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A20F is #F85DF0. Grayscale: #636363. Windows color (decimal): -16276977 or 1024519. OLE color: 1024519.
HSL color Cylindrical-coordinate representation of color #07A20F: hue angle of 123.1º 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 #07A20F is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 15 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.36 |
| HSL | 123.1º | 0.92% | 0.33% | - |
| HSV(B) | 123.1º | 0.96% | 0.64% | - |
| XYZ | 13.09 | 25.92 | 4.76 | - |
| YUV | 98.9 | 80.65 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 15 | 0.96 | 0 | 0.91 | 0.36 | 123.1 | 0.92 | 0.33 |
| Hex | 7 | A2 | F | 60 | 0 | 5B | 24 | 7B | 5C | 21 |
| Octal | 7 | 242 | 17 | 140 | 0 | 133 | 44 | 173 | 134 | 41 |
| Binary | 111 | 10100010 | 1111 | 1100000 | 0 | 1011011 | 100100 | 1111011 | 1011100 | 100001 |
Color Harmonies of #07A20F
Complementary color
Monochromatic Colors of #07A20F
Black with #07A20F
Text Example
Text Example
White with #07A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A20F; }
p { color: rgb(7,162,15); }
H1.HeaderClassName
{
color: #07A20F;
}
.AnyTagClassName
{
color: #07A20F;
}
</style>
background-color css
<style>
a { background-color: #07A20F; }
a { background-color: rgb(7,162,15); }
div.DivClassName
{
background-color: #07A20F;
}
.BgClassName
{
background-color: #07A20F;
}
</style>
border-color css
<style>
span { border-color: #07A20F; }
span { border-color: rgb(7,162,15); }
td.TdClassName
{
border-color: #07A20F;
}
.TagClassName
{
border-color: #07A20F;
}
</style>