Shades of Islamic Green #0EB40D
Tints of Islamic Green #0EB40D
RGB
CMYK
RGB Variations
Color information
#0EB40D (or 0x0EB40D) is known color: Islamic Green. HEX triplet: 0E, B4 and 0D. RGB value is (14,180,13). Sum of RGB (Red+Green+Blue) = 14+180+13=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 180 (70.70% from 255 or 86.96% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB40D is #F14BF2. Grayscale: #6F6F6F. Windows color (decimal): -15813619 or 898062. OLE color: 898062.
HSL color Cylindrical-coordinate representation of color #0EB40D: hue angle of 119.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB40D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 180 | 13 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.29 |
| HSL | 119.64º | 0.87% | 0.38% | - |
| HSV(B) | 119.64º | 0.93% | 0.71% | - |
| XYZ | 16.58 | 32.76 | 5.83 | - |
| YUV | 111.33 | 72.5 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 180 | 13 | 0.92 | 0 | 0.93 | 0.29 | 119.64 | 0.87 | 0.38 |
| Hex | E | B4 | D | 5C | 0 | 5D | 1D | 78 | 57 | 26 |
| Octal | 16 | 264 | 15 | 134 | 0 | 135 | 35 | 170 | 127 | 46 |
| Binary | 1110 | 10110100 | 1101 | 1011100 | 0 | 1011101 | 11101 | 1111000 | 1010111 | 100110 |
Color Harmonies of #0EB40D
Complementary color
Monochromatic Colors of #0EB40D
Black with #0EB40D
Text Example
Text Example
White with #0EB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB40D; }
p { color: rgb(14,180,13); }
H1.HeaderClassName
{
color: #0EB40D;
}
.AnyTagClassName
{
color: #0EB40D;
}
</style>
background-color css
<style>
a { background-color: #0EB40D; }
a { background-color: rgb(14,180,13); }
div.DivClassName
{
background-color: #0EB40D;
}
.BgClassName
{
background-color: #0EB40D;
}
</style>
border-color css
<style>
span { border-color: #0EB40D; }
span { border-color: rgb(14,180,13); }
td.TdClassName
{
border-color: #0EB40D;
}
.TagClassName
{
border-color: #0EB40D;
}
</style>