Shades of Islamic Green #0E9F0D
Tints of Islamic Green #0E9F0D
RGB
CMYK
RGB Variations
Color information
#0E9F0D (or 0x0E9F0D) is known color: Islamic Green. HEX triplet: 0E, 9F and 0D. RGB value is (14,159,13). Sum of RGB (Red+Green+Blue) = 14+159+13=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 159 (62.5% from 255 or 85.48% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F0D is #F160F2. Grayscale: #636363. Windows color (decimal): -15818995 or 892686. OLE color: 892686.
HSL color Cylindrical-coordinate representation of color #0E9F0D: hue angle of 119.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9F0D is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 13 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.38 |
| HSL | 119.59º | 0.85% | 0.34% | - |
| HSV(B) | 119.59º | 0.92% | 0.62% | - |
| XYZ | 12.65 | 24.92 | 4.52 | - |
| YUV | 99 | 79.46 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 13 | 0.91 | 0 | 0.92 | 0.38 | 119.59 | 0.85 | 0.34 |
| Hex | E | 9F | D | 5B | 0 | 5C | 26 | 78 | 55 | 22 |
| Octal | 16 | 237 | 15 | 133 | 0 | 134 | 46 | 170 | 125 | 42 |
| Binary | 1110 | 10011111 | 1101 | 1011011 | 0 | 1011100 | 100110 | 1111000 | 1010101 | 100010 |
Color Harmonies of #0E9F0D
Complementary color
Monochromatic Colors of #0E9F0D
Black with #0E9F0D
Text Example
Text Example
White with #0E9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F0D; }
p { color: rgb(14,159,13); }
H1.HeaderClassName
{
color: #0E9F0D;
}
.AnyTagClassName
{
color: #0E9F0D;
}
</style>
background-color css
<style>
a { background-color: #0E9F0D; }
a { background-color: rgb(14,159,13); }
div.DivClassName
{
background-color: #0E9F0D;
}
.BgClassName
{
background-color: #0E9F0D;
}
</style>
border-color css
<style>
span { border-color: #0E9F0D; }
span { border-color: rgb(14,159,13); }
td.TdClassName
{
border-color: #0E9F0D;
}
.TagClassName
{
border-color: #0E9F0D;
}
</style>