Shades of Islamic Green #0EB40C
Tints of Islamic Green #0EB40C
RGB
CMYK
RGB Variations
Color information
#0EB40C (or 0x0EB40C) is known color: Islamic Green. HEX triplet: 0E, B4 and 0C. RGB value is (14,180,12). Sum of RGB (Red+Green+Blue) = 14+180+12=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 180 (70.70% from 255 or 87.38% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB40C is #F14BF3. Grayscale: #6F6F6F. Windows color (decimal): -15813620 or 832526. OLE color: 832526.
HSL color Cylindrical-coordinate representation of color #0EB40C: hue angle of 119.29º degrees, saturation: 0.88, 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 #0EB40C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 180 | 12 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.29 |
| HSL | 119.29º | 0.88% | 0.38% | - |
| HSV(B) | 119.29º | 0.93% | 0.71% | - |
| XYZ | 16.57 | 32.76 | 5.8 | - |
| YUV | 111.21 | 72 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 180 | 12 | 0.92 | 0 | 0.93 | 0.29 | 119.29 | 0.88 | 0.38 |
| Hex | E | B4 | C | 5C | 0 | 5D | 1D | 77 | 58 | 26 |
| Octal | 16 | 264 | 14 | 134 | 0 | 135 | 35 | 167 | 130 | 46 |
| Binary | 1110 | 10110100 | 1100 | 1011100 | 0 | 1011101 | 11101 | 1110111 | 1011000 | 100110 |
Color Harmonies of #0EB40C
Complementary color
Monochromatic Colors of #0EB40C
Black with #0EB40C
Text Example
Text Example
White with #0EB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB40C; }
p { color: rgb(14,180,12); }
H1.HeaderClassName
{
color: #0EB40C;
}
.AnyTagClassName
{
color: #0EB40C;
}
</style>
background-color css
<style>
a { background-color: #0EB40C; }
a { background-color: rgb(14,180,12); }
div.DivClassName
{
background-color: #0EB40C;
}
.BgClassName
{
background-color: #0EB40C;
}
</style>
border-color css
<style>
span { border-color: #0EB40C; }
span { border-color: rgb(14,180,12); }
td.TdClassName
{
border-color: #0EB40C;
}
.TagClassName
{
border-color: #0EB40C;
}
</style>