Shades of Islamic Green #0E8E09
Tints of Islamic Green #0E8E09
RGB
CMYK
RGB Variations
Color information
#0E8E09 (or 0x0E8E09) is known color: Islamic Green. HEX triplet: 0E, 8E and 09. RGB value is (14,142,9). Sum of RGB (Red+Green+Blue) = 14+142+9=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 142 (55.86% from 255 or 86.06% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8E09 is #F171F6. Grayscale: #585858. Windows color (decimal): -15823351 or 626190. OLE color: 626190.
HSL color Cylindrical-coordinate representation of color #0E8E09: hue angle of 117.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8E09 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 142 | 9 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.44 |
| HSL | 117.74º | 0.88% | 0.3% | - |
| HSV(B) | 117.74º | 0.94% | 0.56% | - |
| XYZ | 9.9 | 19.46 | 3.49 | - |
| YUV | 88.57 | 83.09 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 142 | 9 | 0.90 | 0 | 0.94 | 0.44 | 117.74 | 0.88 | 0.3 |
| Hex | E | 8E | 9 | 5A | 0 | 5E | 2C | 76 | 58 | 1E |
| Octal | 16 | 216 | 11 | 132 | 0 | 136 | 54 | 166 | 130 | 36 |
| Binary | 1110 | 10001110 | 1001 | 1011010 | 0 | 1011110 | 101100 | 1110110 | 1011000 | 11110 |
Color Harmonies of #0E8E09
Complementary color
Monochromatic Colors of #0E8E09
Black with #0E8E09
Text Example
Text Example
White with #0E8E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8E09; }
p { color: rgb(14,142,9); }
H1.HeaderClassName
{
color: #0E8E09;
}
.AnyTagClassName
{
color: #0E8E09;
}
</style>
background-color css
<style>
a { background-color: #0E8E09; }
a { background-color: rgb(14,142,9); }
div.DivClassName
{
background-color: #0E8E09;
}
.BgClassName
{
background-color: #0E8E09;
}
</style>
border-color css
<style>
span { border-color: #0E8E09; }
span { border-color: rgb(14,142,9); }
td.TdClassName
{
border-color: #0E8E09;
}
.TagClassName
{
border-color: #0E8E09;
}
</style>