Shades of Islamic Green #0EC10F
Tints of Islamic Green #0EC10F
RGB
CMYK
RGB Variations
Color information
#0EC10F (or 0x0EC10F) is known color: Islamic Green. HEX triplet: 0E, C1 and 0F. RGB value is (14,193,15). Sum of RGB (Red+Green+Blue) = 14+193+15=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC10F is #F13EF0. Grayscale: #777777. Windows color (decimal): -15810289 or 1032462. OLE color: 1032462.
HSL color Cylindrical-coordinate representation of color #0EC10F: hue angle of 120.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC10F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 15 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.24 |
| HSL | 120.34º | 0.86% | 0.41% | - |
| HSV(B) | 120.34º | 0.93% | 0.76% | - |
| XYZ | 19.34 | 38.27 | 6.82 | - |
| YUV | 119.19 | 69.2 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 15 | 0.93 | 0 | 0.92 | 0.24 | 120.34 | 0.86 | 0.41 |
| Hex | E | C1 | F | 5D | 0 | 5C | 18 | 78 | 56 | 29 |
| Octal | 16 | 301 | 17 | 135 | 0 | 134 | 30 | 170 | 126 | 51 |
| Binary | 1110 | 11000001 | 1111 | 1011101 | 0 | 1011100 | 11000 | 1111000 | 1010110 | 101001 |
Color Harmonies of #0EC10F
Complementary color
Monochromatic Colors of #0EC10F
Black with #0EC10F
Text Example
Text Example
White with #0EC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC10F; }
p { color: rgb(14,193,15); }
H1.HeaderClassName
{
color: #0EC10F;
}
.AnyTagClassName
{
color: #0EC10F;
}
</style>
background-color css
<style>
a { background-color: #0EC10F; }
a { background-color: rgb(14,193,15); }
div.DivClassName
{
background-color: #0EC10F;
}
.BgClassName
{
background-color: #0EC10F;
}
</style>
border-color css
<style>
span { border-color: #0EC10F; }
span { border-color: rgb(14,193,15); }
td.TdClassName
{
border-color: #0EC10F;
}
.TagClassName
{
border-color: #0EC10F;
}
</style>