Shades of Islamic Green #0EC403
Tints of Islamic Green #0EC403
RGB
CMYK
RGB Variations
Color information
#0EC403 (or 0x0EC403) is known color: Islamic Green. HEX triplet: 0E, C4 and 03. RGB value is (14,196,3). Sum of RGB (Red+Green+Blue) = 14+196+3=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 196 (76.95% from 255 or 92.02% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC403 is #F13BFC. Grayscale: #787878. Windows color (decimal): -15809533 or 246798. OLE color: 246798.
HSL color Cylindrical-coordinate representation of color #0EC403: hue angle of 116.58º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EC403 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.23 |
| HSL | 116.58º | 0.97% | 0.39% | - |
| HSV(B) | 116.58º | 0.98% | 0.77% | - |
| XYZ | 19.94 | 39.58 | 6.68 | - |
| YUV | 119.58 | 62.2 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 3 | 0.93 | 0 | 0.98 | 0.23 | 116.58 | 0.97 | 0.39 |
| Hex | E | C4 | 3 | 5D | 0 | 62 | 17 | 75 | 61 | 27 |
| Octal | 16 | 304 | 3 | 135 | 0 | 142 | 27 | 165 | 141 | 47 |
| Binary | 1110 | 11000100 | 11 | 1011101 | 0 | 1100010 | 10111 | 1110101 | 1100001 | 100111 |
Color Harmonies of #0EC403
Complementary color
Monochromatic Colors of #0EC403
Black with #0EC403
Text Example
Text Example
White with #0EC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC403; }
p { color: rgb(14,196,3); }
H1.HeaderClassName
{
color: #0EC403;
}
.AnyTagClassName
{
color: #0EC403;
}
</style>
background-color css
<style>
a { background-color: #0EC403; }
a { background-color: rgb(14,196,3); }
div.DivClassName
{
background-color: #0EC403;
}
.BgClassName
{
background-color: #0EC403;
}
</style>
border-color css
<style>
span { border-color: #0EC403; }
span { border-color: rgb(14,196,3); }
td.TdClassName
{
border-color: #0EC403;
}
.TagClassName
{
border-color: #0EC403;
}
</style>