Shades of Islamic Green #0EC900
Tints of Islamic Green #0EC900
RGB
CMYK
RGB Variations
Color information
#0EC900 (or 0x0EC900) is known color: Islamic Green. HEX triplet: 0E, C9 and 00. RGB value is (14,201,0). Sum of RGB (Red+Green+Blue) = 14+201+0=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 201 (78.91% from 255 or 93.49% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC900 is #F136FF. Grayscale: #7A7A7A. Windows color (decimal): -15808256 or 51470. OLE color: 51470.
HSL color Cylindrical-coordinate representation of color #0EC900: hue angle of 115.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EC900 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.21 |
| HSL | 115.82º | 1% | 0.39% | - |
| HSV(B) | 115.82º | 1% | 0.79% | - |
| XYZ | 21.07 | 41.87 | 6.97 | - |
| YUV | 122.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 0 | 0.93 | 0 | 1 | 0.21 | 115.82 | 1 | 0.39 |
| Hex | E | C9 | 0 | 5D | 0 | 64 | 15 | 74 | 64 | 27 |
| Octal | 16 | 311 | 0 | 135 | 0 | 144 | 25 | 164 | 144 | 47 |
| Binary | 1110 | 11001001 | 0 | 1011101 | 0 | 1100100 | 10101 | 1110100 | 1100100 | 100111 |
Color Harmonies of #0EC900
Complementary color
Monochromatic Colors of #0EC900
Black with #0EC900
Text Example
Text Example
White with #0EC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC900; }
p { color: rgb(14,201,0); }
H1.HeaderClassName
{
color: #0EC900;
}
.AnyTagClassName
{
color: #0EC900;
}
</style>
background-color css
<style>
a { background-color: #0EC900; }
a { background-color: rgb(14,201,0); }
div.DivClassName
{
background-color: #0EC900;
}
.BgClassName
{
background-color: #0EC900;
}
</style>
border-color css
<style>
span { border-color: #0EC900; }
span { border-color: rgb(14,201,0); }
td.TdClassName
{
border-color: #0EC900;
}
.TagClassName
{
border-color: #0EC900;
}
</style>