Shades of Islamic Green #0EBE0E
Tints of Islamic Green #0EBE0E
RGB
CMYK
RGB Variations
Color information
#0EBE0E (or 0x0EBE0E) is known color: Islamic Green. HEX triplet: 0E, BE and 0E. RGB value is (14,190,14). Sum of RGB (Red+Green+Blue) = 14+190+14=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 190 (74.61% from 255 or 87.16% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBE0E is #F141F1. Grayscale: #757575. Windows color (decimal): -15811058 or 966158. OLE color: 966158.
HSL color Cylindrical-coordinate representation of color #0EBE0E: hue angle of 120º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE0E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.25 |
| HSL | 120º | 0.86% | 0.4% | - |
| HSV(B) | 120º | 0.93% | 0.75% | - |
| XYZ | 18.67 | 36.95 | 6.56 | - |
| YUV | 117.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 14 | 0.93 | 0 | 0.93 | 0.25 | 120 | 0.86 | 0.4 |
| Hex | E | BE | E | 5D | 0 | 5D | 19 | 78 | 56 | 28 |
| Octal | 16 | 276 | 16 | 135 | 0 | 135 | 31 | 170 | 126 | 50 |
| Binary | 1110 | 10111110 | 1110 | 1011101 | 0 | 1011101 | 11001 | 1111000 | 1010110 | 101000 |
Color Harmonies of #0EBE0E
Complementary color
Monochromatic Colors of #0EBE0E
Black with #0EBE0E
Text Example
Text Example
White with #0EBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE0E; }
p { color: rgb(14,190,14); }
H1.HeaderClassName
{
color: #0EBE0E;
}
.AnyTagClassName
{
color: #0EBE0E;
}
</style>
background-color css
<style>
a { background-color: #0EBE0E; }
a { background-color: rgb(14,190,14); }
div.DivClassName
{
background-color: #0EBE0E;
}
.BgClassName
{
background-color: #0EBE0E;
}
</style>
border-color css
<style>
span { border-color: #0EBE0E; }
span { border-color: rgb(14,190,14); }
td.TdClassName
{
border-color: #0EBE0E;
}
.TagClassName
{
border-color: #0EBE0E;
}
</style>