Shades of Islamic Green #0EC00B
Tints of Islamic Green #0EC00B
RGB
CMYK
RGB Variations
Color information
#0EC00B (or 0x0EC00B) is known color: Islamic Green. HEX triplet: 0E, C0 and 0B. RGB value is (14,192,11). Sum of RGB (Red+Green+Blue) = 14+192+11=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC00B is #F13FF4. Grayscale: #767676. Windows color (decimal): -15810549 or 770062. OLE color: 770062.
HSL color Cylindrical-coordinate representation of color #0EC00B: hue angle of 119.01º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC00B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 11 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.25 |
| HSL | 119.01º | 0.89% | 0.4% | - |
| HSV(B) | 119.01º | 0.94% | 0.75% | - |
| XYZ | 19.09 | 37.82 | 6.61 | - |
| YUV | 118.14 | 67.53 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 11 | 0.93 | 0 | 0.94 | 0.25 | 119.01 | 0.89 | 0.4 |
| Hex | E | C0 | B | 5D | 0 | 5E | 19 | 77 | 59 | 28 |
| Octal | 16 | 300 | 13 | 135 | 0 | 136 | 31 | 167 | 131 | 50 |
| Binary | 1110 | 11000000 | 1011 | 1011101 | 0 | 1011110 | 11001 | 1110111 | 1011001 | 101000 |
Color Harmonies of #0EC00B
Complementary color
Monochromatic Colors of #0EC00B
Black with #0EC00B
Text Example
Text Example
White with #0EC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC00B; }
p { color: rgb(14,192,11); }
H1.HeaderClassName
{
color: #0EC00B;
}
.AnyTagClassName
{
color: #0EC00B;
}
</style>
background-color css
<style>
a { background-color: #0EC00B; }
a { background-color: rgb(14,192,11); }
div.DivClassName
{
background-color: #0EC00B;
}
.BgClassName
{
background-color: #0EC00B;
}
</style>
border-color css
<style>
span { border-color: #0EC00B; }
span { border-color: rgb(14,192,11); }
td.TdClassName
{
border-color: #0EC00B;
}
.TagClassName
{
border-color: #0EC00B;
}
</style>