Shades of Islamic Green #0EB30A
Tints of Islamic Green #0EB30A
RGB
CMYK
RGB Variations
Color information
#0EB30A (or 0x0EB30A) is known color: Islamic Green. HEX triplet: 0E, B3 and 0A. RGB value is (14,179,10). Sum of RGB (Red+Green+Blue) = 14+179+10=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB30A is #F14CF5. Grayscale: #6E6E6E. Windows color (decimal): -15813878 or 701198. OLE color: 701198.
HSL color Cylindrical-coordinate representation of color #0EB30A: hue angle of 118.58º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EB30A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 10 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.30 |
| HSL | 118.58º | 0.89% | 0.37% | - |
| HSV(B) | 118.58º | 0.94% | 0.7% | - |
| XYZ | 16.36 | 32.36 | 5.67 | - |
| YUV | 110.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 10 | 0.92 | 0 | 0.94 | 0.30 | 118.58 | 0.89 | 0.37 |
| Hex | E | B3 | A | 5C | 0 | 5E | 1E | 77 | 59 | 25 |
| Octal | 16 | 263 | 12 | 134 | 0 | 136 | 36 | 167 | 131 | 45 |
| Binary | 1110 | 10110011 | 1010 | 1011100 | 0 | 1011110 | 11110 | 1110111 | 1011001 | 100101 |
Color Harmonies of #0EB30A
Complementary color
Monochromatic Colors of #0EB30A
Black with #0EB30A
Text Example
Text Example
White with #0EB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB30A; }
p { color: rgb(14,179,10); }
H1.HeaderClassName
{
color: #0EB30A;
}
.AnyTagClassName
{
color: #0EB30A;
}
</style>
background-color css
<style>
a { background-color: #0EB30A; }
a { background-color: rgb(14,179,10); }
div.DivClassName
{
background-color: #0EB30A;
}
.BgClassName
{
background-color: #0EB30A;
}
</style>
border-color css
<style>
span { border-color: #0EB30A; }
span { border-color: rgb(14,179,10); }
td.TdClassName
{
border-color: #0EB30A;
}
.TagClassName
{
border-color: #0EB30A;
}
</style>