Shades of Islamic Green #0EC40F
Tints of Islamic Green #0EC40F
RGB
CMYK
RGB Variations
Color information
#0EC40F (or 0x0EC40F) is known color: Islamic Green. HEX triplet: 0E, C4 and 0F. RGB value is (14,196,15). Sum of RGB (Red+Green+Blue) = 14+196+15=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 196 (76.95% from 255 or 87.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC40F is #F13BF0. Grayscale: #797979. Windows color (decimal): -15809521 or 1033230. OLE color: 1033230.
HSL color Cylindrical-coordinate representation of color #0EC40F: hue angle of 120.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC40F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 15 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.23 |
| HSL | 120.33º | 0.87% | 0.41% | - |
| HSV(B) | 120.33º | 0.93% | 0.77% | - |
| XYZ | 20.01 | 39.61 | 7.04 | - |
| YUV | 120.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 15 | 0.93 | 0 | 0.92 | 0.23 | 120.33 | 0.87 | 0.41 |
| Hex | E | C4 | F | 5D | 0 | 5C | 17 | 78 | 57 | 29 |
| Octal | 16 | 304 | 17 | 135 | 0 | 134 | 27 | 170 | 127 | 51 |
| Binary | 1110 | 11000100 | 1111 | 1011101 | 0 | 1011100 | 10111 | 1111000 | 1010111 | 101001 |
Color Harmonies of #0EC40F
Complementary color
Monochromatic Colors of #0EC40F
Black with #0EC40F
Text Example
Text Example
White with #0EC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC40F; }
p { color: rgb(14,196,15); }
H1.HeaderClassName
{
color: #0EC40F;
}
.AnyTagClassName
{
color: #0EC40F;
}
</style>
background-color css
<style>
a { background-color: #0EC40F; }
a { background-color: rgb(14,196,15); }
div.DivClassName
{
background-color: #0EC40F;
}
.BgClassName
{
background-color: #0EC40F;
}
</style>
border-color css
<style>
span { border-color: #0EC40F; }
span { border-color: rgb(14,196,15); }
td.TdClassName
{
border-color: #0EC40F;
}
.TagClassName
{
border-color: #0EC40F;
}
</style>