Shades of Islamic Green #0EC312
Tints of Islamic Green #0EC312
RGB
CMYK
RGB Variations
Color information
#0EC312 (or 0x0EC312) is known color: Islamic Green. HEX triplet: 0E, C3 and 12. RGB value is (14,195,18). Sum of RGB (Red+Green+Blue) = 14+195+18=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC312 is #F13CED. Grayscale: #797979. Windows color (decimal): -15809774 or 1229582. OLE color: 1229582.
HSL color Cylindrical-coordinate representation of color #0EC312: hue angle of 121.33º degrees, saturation: 0.87, 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 #0EC312 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 18 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.24 |
| HSL | 121.33º | 0.87% | 0.41% | - |
| HSV(B) | 121.33º | 0.93% | 0.76% | - |
| XYZ | 19.81 | 39.17 | 7.09 | - |
| YUV | 120.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 18 | 0.93 | 0 | 0.91 | 0.24 | 121.33 | 0.87 | 0.41 |
| Hex | E | C3 | 12 | 5D | 0 | 5B | 18 | 79 | 57 | 29 |
| Octal | 16 | 303 | 22 | 135 | 0 | 133 | 30 | 171 | 127 | 51 |
| Binary | 1110 | 11000011 | 10010 | 1011101 | 0 | 1011011 | 11000 | 1111001 | 1010111 | 101001 |
Color Harmonies of #0EC312
Complementary color
Monochromatic Colors of #0EC312
Black with #0EC312
Text Example
Text Example
White with #0EC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC312; }
p { color: rgb(14,195,18); }
H1.HeaderClassName
{
color: #0EC312;
}
.AnyTagClassName
{
color: #0EC312;
}
</style>
background-color css
<style>
a { background-color: #0EC312; }
a { background-color: rgb(14,195,18); }
div.DivClassName
{
background-color: #0EC312;
}
.BgClassName
{
background-color: #0EC312;
}
</style>
border-color css
<style>
span { border-color: #0EC312; }
span { border-color: rgb(14,195,18); }
td.TdClassName
{
border-color: #0EC312;
}
.TagClassName
{
border-color: #0EC312;
}
</style>