Shades of Islamic Green #07C70E
Tints of Islamic Green #07C70E
RGB
CMYK
RGB Variations
Color information
#07C70E (or 0x07C70E) is known color: Islamic Green. HEX triplet: 07, C7 and 0E. RGB value is (7,199,14). Sum of RGB (Red+Green+Blue) = 7+199+14=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 199 (78.12% from 255 or 90.45% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 199 - color contains mainly: green. Hex color #07C70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C70E is #F838F1. Grayscale: #797979. Windows color (decimal): -16267506 or 968455. OLE color: 968455.
HSL color Cylindrical-coordinate representation of color #07C70E: hue angle of 122.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C70E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 14 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.22 |
| HSL | 122.19º | 0.93% | 0.4% | - |
| HSV(B) | 122.19º | 0.96% | 0.78% | - |
| XYZ | 20.59 | 40.92 | 7.23 | - |
| YUV | 120.5 | 67.89 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 14 | 0.96 | 0 | 0.93 | 0.22 | 122.19 | 0.93 | 0.4 |
| Hex | 7 | C7 | E | 60 | 0 | 5D | 16 | 7A | 5D | 28 |
| Octal | 7 | 307 | 16 | 140 | 0 | 135 | 26 | 172 | 135 | 50 |
| Binary | 111 | 11000111 | 1110 | 1100000 | 0 | 1011101 | 10110 | 1111010 | 1011101 | 101000 |
Color Harmonies of #07C70E
Complementary color
Monochromatic Colors of #07C70E
Black with #07C70E
Text Example
Text Example
White with #07C70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C70E; }
p { color: rgb(7,199,14); }
H1.HeaderClassName
{
color: #07C70E;
}
.AnyTagClassName
{
color: #07C70E;
}
</style>
background-color css
<style>
a { background-color: #07C70E; }
a { background-color: rgb(7,199,14); }
div.DivClassName
{
background-color: #07C70E;
}
.BgClassName
{
background-color: #07C70E;
}
</style>
border-color css
<style>
span { border-color: #07C70E; }
span { border-color: rgb(7,199,14); }
td.TdClassName
{
border-color: #07C70E;
}
.TagClassName
{
border-color: #07C70E;
}
</style>