Shades of Islamic Green #0EBA13
Tints of Islamic Green #0EBA13
RGB
CMYK
RGB Variations
Color information
#0EBA13 (or 0x0EBA13) is known color: Islamic Green. HEX triplet: 0E, BA and 13. RGB value is (14,186,19). Sum of RGB (Red+Green+Blue) = 14+186+19=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 186 (73.05% from 255 or 84.93% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA13 is #F145EC. Grayscale: #747474. Windows color (decimal): -15812077 or 1292814. OLE color: 1292814.
HSL color Cylindrical-coordinate representation of color #0EBA13: hue angle of 121.74º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA13 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 19 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.27 |
| HSL | 121.74º | 0.86% | 0.39% | - |
| HSV(B) | 121.74º | 0.92% | 0.73% | - |
| XYZ | 17.86 | 35.26 | 6.48 | - |
| YUV | 115.53 | 73.52 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 19 | 0.92 | 0 | 0.90 | 0.27 | 121.74 | 0.86 | 0.39 |
| Hex | E | BA | 13 | 5C | 0 | 5A | 1B | 7A | 56 | 27 |
| Octal | 16 | 272 | 23 | 134 | 0 | 132 | 33 | 172 | 126 | 47 |
| Binary | 1110 | 10111010 | 10011 | 1011100 | 0 | 1011010 | 11011 | 1111010 | 1010110 | 100111 |
Color Harmonies of #0EBA13
Complementary color
Monochromatic Colors of #0EBA13
Black with #0EBA13
Text Example
Text Example
White with #0EBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA13; }
p { color: rgb(14,186,19); }
H1.HeaderClassName
{
color: #0EBA13;
}
.AnyTagClassName
{
color: #0EBA13;
}
</style>
background-color css
<style>
a { background-color: #0EBA13; }
a { background-color: rgb(14,186,19); }
div.DivClassName
{
background-color: #0EBA13;
}
.BgClassName
{
background-color: #0EBA13;
}
</style>
border-color css
<style>
span { border-color: #0EBA13; }
span { border-color: rgb(14,186,19); }
td.TdClassName
{
border-color: #0EBA13;
}
.TagClassName
{
border-color: #0EBA13;
}
</style>