Shades of Islamic Green #0EB10D
Tints of Islamic Green #0EB10D
RGB
CMYK
RGB Variations
Color information
#0EB10D (or 0x0EB10D) is known color: Islamic Green. HEX triplet: 0E, B1 and 0D. RGB value is (14,177,13). Sum of RGB (Red+Green+Blue) = 14+177+13=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 177 (69.53% from 255 or 86.76% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB10D is #F14EF2. Grayscale: #6E6E6E. Windows color (decimal): -15814387 or 897294. OLE color: 897294.
HSL color Cylindrical-coordinate representation of color #0EB10D: hue angle of 119.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB10D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 13 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.31 |
| HSL | 119.63º | 0.86% | 0.37% | - |
| HSV(B) | 119.63º | 0.93% | 0.69% | - |
| XYZ | 15.98 | 31.57 | 5.63 | - |
| YUV | 109.57 | 73.5 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 13 | 0.92 | 0 | 0.93 | 0.31 | 119.63 | 0.86 | 0.37 |
| Hex | E | B1 | D | 5C | 0 | 5D | 1F | 78 | 56 | 25 |
| Octal | 16 | 261 | 15 | 134 | 0 | 135 | 37 | 170 | 126 | 45 |
| Binary | 1110 | 10110001 | 1101 | 1011100 | 0 | 1011101 | 11111 | 1111000 | 1010110 | 100101 |
Color Harmonies of #0EB10D
Complementary color
Monochromatic Colors of #0EB10D
Black with #0EB10D
Text Example
Text Example
White with #0EB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB10D; }
p { color: rgb(14,177,13); }
H1.HeaderClassName
{
color: #0EB10D;
}
.AnyTagClassName
{
color: #0EB10D;
}
</style>
background-color css
<style>
a { background-color: #0EB10D; }
a { background-color: rgb(14,177,13); }
div.DivClassName
{
background-color: #0EB10D;
}
.BgClassName
{
background-color: #0EB10D;
}
</style>
border-color css
<style>
span { border-color: #0EB10D; }
span { border-color: rgb(14,177,13); }
td.TdClassName
{
border-color: #0EB10D;
}
.TagClassName
{
border-color: #0EB10D;
}
</style>