Shades of Islamic Green #0EC411
Tints of Islamic Green #0EC411
RGB
CMYK
RGB Variations
Color information
#0EC411 (or 0x0EC411) is known color: Islamic Green. HEX triplet: 0E, C4 and 11. RGB value is (14,196,17). Sum of RGB (Red+Green+Blue) = 14+196+17=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC411 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC411 is #F13BEE. Grayscale: #797979. Windows color (decimal): -15809519 or 1164302. OLE color: 1164302.
HSL color Cylindrical-coordinate representation of color #0EC411: hue angle of 120.99º 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 #0EC411 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 17 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.23 |
| HSL | 120.99º | 0.87% | 0.41% | - |
| HSV(B) | 120.99º | 0.93% | 0.77% | - |
| XYZ | 20.02 | 39.61 | 7.12 | - |
| YUV | 121.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 17 | 0.93 | 0 | 0.91 | 0.23 | 120.99 | 0.87 | 0.41 |
| Hex | E | C4 | 11 | 5D | 0 | 5B | 17 | 79 | 57 | 29 |
| Octal | 16 | 304 | 21 | 135 | 0 | 133 | 27 | 171 | 127 | 51 |
| Binary | 1110 | 11000100 | 10001 | 1011101 | 0 | 1011011 | 10111 | 1111001 | 1010111 | 101001 |
Color Harmonies of #0EC411
Complementary color
Monochromatic Colors of #0EC411
Black with #0EC411
Text Example
Text Example
White with #0EC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC411; }
p { color: rgb(14,196,17); }
H1.HeaderClassName
{
color: #0EC411;
}
.AnyTagClassName
{
color: #0EC411;
}
</style>
background-color css
<style>
a { background-color: #0EC411; }
a { background-color: rgb(14,196,17); }
div.DivClassName
{
background-color: #0EC411;
}
.BgClassName
{
background-color: #0EC411;
}
</style>
border-color css
<style>
span { border-color: #0EC411; }
span { border-color: rgb(14,196,17); }
td.TdClassName
{
border-color: #0EC411;
}
.TagClassName
{
border-color: #0EC411;
}
</style>