Shades of Islamic Green #0EC704
Tints of Islamic Green #0EC704
RGB
CMYK
RGB Variations
Color information
#0EC704 (or 0x0EC704) is known color: Islamic Green. HEX triplet: 0E, C7 and 04. RGB value is (14,199,4). Sum of RGB (Red+Green+Blue) = 14+199+4=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 199 (78.12% from 255 or 91.71% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC704 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC704 is #F138FB. Grayscale: #7A7A7A. Windows color (decimal): -15808764 or 313102. OLE color: 313102.
HSL color Cylindrical-coordinate representation of color #0EC704: hue angle of 116.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EC704 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.22 |
| HSL | 116.92º | 0.96% | 0.4% | - |
| HSV(B) | 116.92º | 0.98% | 0.78% | - |
| XYZ | 20.63 | 40.95 | 6.93 | - |
| YUV | 121.46 | 61.71 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 4 | 0.93 | 0 | 0.98 | 0.22 | 116.92 | 0.96 | 0.4 |
| Hex | E | C7 | 4 | 5D | 0 | 62 | 16 | 75 | 60 | 28 |
| Octal | 16 | 307 | 4 | 135 | 0 | 142 | 26 | 165 | 140 | 50 |
| Binary | 1110 | 11000111 | 100 | 1011101 | 0 | 1100010 | 10110 | 1110101 | 1100000 | 101000 |
Color Harmonies of #0EC704
Complementary color
Monochromatic Colors of #0EC704
Black with #0EC704
Text Example
Text Example
White with #0EC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC704; }
p { color: rgb(14,199,4); }
H1.HeaderClassName
{
color: #0EC704;
}
.AnyTagClassName
{
color: #0EC704;
}
</style>
background-color css
<style>
a { background-color: #0EC704; }
a { background-color: rgb(14,199,4); }
div.DivClassName
{
background-color: #0EC704;
}
.BgClassName
{
background-color: #0EC704;
}
</style>
border-color css
<style>
span { border-color: #0EC704; }
span { border-color: rgb(14,199,4); }
td.TdClassName
{
border-color: #0EC704;
}
.TagClassName
{
border-color: #0EC704;
}
</style>