Shades of Islamic Green #0EBE0B
Tints of Islamic Green #0EBE0B
RGB
CMYK
RGB Variations
Color information
#0EBE0B (or 0x0EBE0B) is known color: Islamic Green. HEX triplet: 0E, BE and 0B. RGB value is (14,190,11). Sum of RGB (Red+Green+Blue) = 14+190+11=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 190 (74.61% from 255 or 88.37% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBE0B is #F141F4. Grayscale: #757575. Windows color (decimal): -15811061 or 769550. OLE color: 769550.
HSL color Cylindrical-coordinate representation of color #0EBE0B: hue angle of 118.99º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBE0B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 11 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.25 |
| HSL | 118.99º | 0.89% | 0.39% | - |
| HSV(B) | 118.99º | 0.94% | 0.75% | - |
| XYZ | 18.65 | 36.94 | 6.46 | - |
| YUV | 116.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 11 | 0.93 | 0 | 0.94 | 0.25 | 118.99 | 0.89 | 0.39 |
| Hex | E | BE | B | 5D | 0 | 5E | 19 | 77 | 59 | 27 |
| Octal | 16 | 276 | 13 | 135 | 0 | 136 | 31 | 167 | 131 | 47 |
| Binary | 1110 | 10111110 | 1011 | 1011101 | 0 | 1011110 | 11001 | 1110111 | 1011001 | 100111 |
Color Harmonies of #0EBE0B
Complementary color
Monochromatic Colors of #0EBE0B
Black with #0EBE0B
Text Example
Text Example
White with #0EBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE0B; }
p { color: rgb(14,190,11); }
H1.HeaderClassName
{
color: #0EBE0B;
}
.AnyTagClassName
{
color: #0EBE0B;
}
</style>
background-color css
<style>
a { background-color: #0EBE0B; }
a { background-color: rgb(14,190,11); }
div.DivClassName
{
background-color: #0EBE0B;
}
.BgClassName
{
background-color: #0EBE0B;
}
</style>
border-color css
<style>
span { border-color: #0EBE0B; }
span { border-color: rgb(14,190,11); }
td.TdClassName
{
border-color: #0EBE0B;
}
.TagClassName
{
border-color: #0EBE0B;
}
</style>