Shades of Islamic Green #0E9F12
Tints of Islamic Green #0E9F12
RGB
CMYK
RGB Variations
Color information
#0E9F12 (or 0x0E9F12) is known color: Islamic Green. HEX triplet: 0E, 9F and 12. RGB value is (14,159,18). Sum of RGB (Red+Green+Blue) = 14+159+18=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9F12 is #F160ED. Grayscale: #636363. Windows color (decimal): -15818990 or 1220366. OLE color: 1220366.
HSL color Cylindrical-coordinate representation of color #0E9F12: hue angle of 121.66º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F12 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 18 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.38 |
| HSL | 121.66º | 0.84% | 0.34% | - |
| HSV(B) | 121.66º | 0.91% | 0.62% | - |
| XYZ | 12.69 | 24.93 | 4.72 | - |
| YUV | 99.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 18 | 0.91 | 0 | 0.89 | 0.38 | 121.66 | 0.84 | 0.34 |
| Hex | E | 9F | 12 | 5B | 0 | 59 | 26 | 7A | 54 | 22 |
| Octal | 16 | 237 | 22 | 133 | 0 | 131 | 46 | 172 | 124 | 42 |
| Binary | 1110 | 10011111 | 10010 | 1011011 | 0 | 1011001 | 100110 | 1111010 | 1010100 | 100010 |
Color Harmonies of #0E9F12
Complementary color
Monochromatic Colors of #0E9F12
Black with #0E9F12
Text Example
Text Example
White with #0E9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F12; }
p { color: rgb(14,159,18); }
H1.HeaderClassName
{
color: #0E9F12;
}
.AnyTagClassName
{
color: #0E9F12;
}
</style>
background-color css
<style>
a { background-color: #0E9F12; }
a { background-color: rgb(14,159,18); }
div.DivClassName
{
background-color: #0E9F12;
}
.BgClassName
{
background-color: #0E9F12;
}
</style>
border-color css
<style>
span { border-color: #0E9F12; }
span { border-color: rgb(14,159,18); }
td.TdClassName
{
border-color: #0E9F12;
}
.TagClassName
{
border-color: #0E9F12;
}
</style>