Shades of Islamic Green #0EBA0C
Tints of Islamic Green #0EBA0C
RGB
CMYK
RGB Variations
Color information
#0EBA0C (or 0x0EBA0C) is known color: Islamic Green. HEX triplet: 0E, BA and 0C. RGB value is (14,186,12). Sum of RGB (Red+Green+Blue) = 14+186+12=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA0C is #F145F3. Grayscale: #737373. Windows color (decimal): -15812084 or 834062. OLE color: 834062.
HSL color Cylindrical-coordinate representation of color #0EBA0C: hue angle of 119.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBA0C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 12 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.27 |
| HSL | 119.31º | 0.88% | 0.39% | - |
| HSV(B) | 119.31º | 0.94% | 0.73% | - |
| XYZ | 17.81 | 35.24 | 6.21 | - |
| YUV | 114.74 | 70.02 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 12 | 0.92 | 0 | 0.94 | 0.27 | 119.31 | 0.88 | 0.39 |
| Hex | E | BA | C | 5C | 0 | 5E | 1B | 77 | 58 | 27 |
| Octal | 16 | 272 | 14 | 134 | 0 | 136 | 33 | 167 | 130 | 47 |
| Binary | 1110 | 10111010 | 1100 | 1011100 | 0 | 1011110 | 11011 | 1110111 | 1011000 | 100111 |
Color Harmonies of #0EBA0C
Complementary color
Monochromatic Colors of #0EBA0C
Black with #0EBA0C
Text Example
Text Example
White with #0EBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA0C; }
p { color: rgb(14,186,12); }
H1.HeaderClassName
{
color: #0EBA0C;
}
.AnyTagClassName
{
color: #0EBA0C;
}
</style>
background-color css
<style>
a { background-color: #0EBA0C; }
a { background-color: rgb(14,186,12); }
div.DivClassName
{
background-color: #0EBA0C;
}
.BgClassName
{
background-color: #0EBA0C;
}
</style>
border-color css
<style>
span { border-color: #0EBA0C; }
span { border-color: rgb(14,186,12); }
td.TdClassName
{
border-color: #0EBA0C;
}
.TagClassName
{
border-color: #0EBA0C;
}
</style>