Shades of Islamic Green #0EC313
Tints of Islamic Green #0EC313
RGB
CMYK
RGB Variations
Color information
#0EC313 (or 0x0EC313) is known color: Islamic Green. HEX triplet: 0E, C3 and 13. RGB value is (14,195,19). Sum of RGB (Red+Green+Blue) = 14+195+19=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 195 (76.56% from 255 or 85.53% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC313 is #F13CEC. Grayscale: #797979. Windows color (decimal): -15809773 or 1295118. OLE color: 1295118.
HSL color Cylindrical-coordinate representation of color #0EC313: hue angle of 121.66º 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 #0EC313 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 19 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.24 |
| HSL | 121.66º | 0.87% | 0.41% | - |
| HSV(B) | 121.66º | 0.93% | 0.76% | - |
| XYZ | 19.81 | 39.17 | 7.13 | - |
| YUV | 120.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 19 | 0.93 | 0 | 0.90 | 0.24 | 121.66 | 0.87 | 0.41 |
| Hex | E | C3 | 13 | 5D | 0 | 5A | 18 | 7A | 57 | 29 |
| Octal | 16 | 303 | 23 | 135 | 0 | 132 | 30 | 172 | 127 | 51 |
| Binary | 1110 | 11000011 | 10011 | 1011101 | 0 | 1011010 | 11000 | 1111010 | 1010111 | 101001 |
Color Harmonies of #0EC313
Complementary color
Monochromatic Colors of #0EC313
Black with #0EC313
Text Example
Text Example
White with #0EC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC313; }
p { color: rgb(14,195,19); }
H1.HeaderClassName
{
color: #0EC313;
}
.AnyTagClassName
{
color: #0EC313;
}
</style>
background-color css
<style>
a { background-color: #0EC313; }
a { background-color: rgb(14,195,19); }
div.DivClassName
{
background-color: #0EC313;
}
.BgClassName
{
background-color: #0EC313;
}
</style>
border-color css
<style>
span { border-color: #0EC313; }
span { border-color: rgb(14,195,19); }
td.TdClassName
{
border-color: #0EC313;
}
.TagClassName
{
border-color: #0EC313;
}
</style>