Shades of Islamic Green #0EC70E
Tints of Islamic Green #0EC70E
RGB
CMYK
RGB Variations
Color information
#0EC70E (or 0x0EC70E) is known color: Islamic Green. HEX triplet: 0E, C7 and 0E. RGB value is (14,199,14). Sum of RGB (Red+Green+Blue) = 14+199+14=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 199 (78.12% from 255 or 87.67% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC70E is #F138F1. Grayscale: #7B7B7B. Windows color (decimal): -15808754 or 968462. OLE color: 968462.
HSL color Cylindrical-coordinate representation of color #0EC70E: hue angle of 120º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC70E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.22 |
| HSL | 120º | 0.87% | 0.42% | - |
| HSV(B) | 120º | 0.93% | 0.78% | - |
| XYZ | 20.68 | 40.97 | 7.23 | - |
| YUV | 122.6 | 66.71 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 14 | 0.93 | 0 | 0.93 | 0.22 | 120 | 0.87 | 0.42 |
| Hex | E | C7 | E | 5D | 0 | 5D | 16 | 78 | 57 | 2A |
| Octal | 16 | 307 | 16 | 135 | 0 | 135 | 26 | 170 | 127 | 52 |
| Binary | 1110 | 11000111 | 1110 | 1011101 | 0 | 1011101 | 10110 | 1111000 | 1010111 | 101010 |
Color Harmonies of #0EC70E
Complementary color
Monochromatic Colors of #0EC70E
Black with #0EC70E
Text Example
Text Example
White with #0EC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC70E; }
p { color: rgb(14,199,14); }
H1.HeaderClassName
{
color: #0EC70E;
}
.AnyTagClassName
{
color: #0EC70E;
}
</style>
background-color css
<style>
a { background-color: #0EC70E; }
a { background-color: rgb(14,199,14); }
div.DivClassName
{
background-color: #0EC70E;
}
.BgClassName
{
background-color: #0EC70E;
}
</style>
border-color css
<style>
span { border-color: #0EC70E; }
span { border-color: rgb(14,199,14); }
td.TdClassName
{
border-color: #0EC70E;
}
.TagClassName
{
border-color: #0EC70E;
}
</style>