Shades of Islamic Green #0EB50C
Tints of Islamic Green #0EB50C
RGB
CMYK
RGB Variations
Color information
#0EB50C (or 0x0EB50C) is known color: Islamic Green. HEX triplet: 0E, B5 and 0C. RGB value is (14,181,12). Sum of RGB (Red+Green+Blue) = 14+181+12=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 181 (71.09% from 255 or 87.44% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB50C is #F14AF3. Grayscale: #707070. Windows color (decimal): -15813364 or 832782. OLE color: 832782.
HSL color Cylindrical-coordinate representation of color #0EB50C: 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 #0EB50C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 181 | 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.77 | 33.17 | 5.87 | - |
| YUV | 111.8 | 71.67 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 181 | 12 | 0.92 | 0 | 0.93 | 0.29 | 119.29 | 0.88 | 0.38 |
| Hex | E | B5 | C | 5C | 0 | 5D | 1D | 77 | 58 | 26 |
| Octal | 16 | 265 | 14 | 134 | 0 | 135 | 35 | 167 | 130 | 46 |
| Binary | 1110 | 10110101 | 1100 | 1011100 | 0 | 1011101 | 11101 | 1110111 | 1011000 | 100110 |
Color Harmonies of #0EB50C
Complementary color
Monochromatic Colors of #0EB50C
Black with #0EB50C
Text Example
Text Example
White with #0EB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB50C; }
p { color: rgb(14,181,12); }
H1.HeaderClassName
{
color: #0EB50C;
}
.AnyTagClassName
{
color: #0EB50C;
}
</style>
background-color css
<style>
a { background-color: #0EB50C; }
a { background-color: rgb(14,181,12); }
div.DivClassName
{
background-color: #0EB50C;
}
.BgClassName
{
background-color: #0EB50C;
}
</style>
border-color css
<style>
span { border-color: #0EB50C; }
span { border-color: rgb(14,181,12); }
td.TdClassName
{
border-color: #0EB50C;
}
.TagClassName
{
border-color: #0EB50C;
}
</style>