Shades of Islamic Green #0E9800
Tints of Islamic Green #0E9800
RGB
CMYK
RGB Variations
Color information
#0E9800 (or 0x0E9800) is known color: Islamic Green. HEX triplet: 0E, 98 and 00. RGB value is (14,152,0). Sum of RGB (Red+Green+Blue) = 14+152+0=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 152 (59.77% from 255 or 91.57% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9800 is #F167FF. Grayscale: #5D5D5D. Windows color (decimal): -15820800 or 38926. OLE color: 38926.
HSL color Cylindrical-coordinate representation of color #0E9800: hue angle of 114.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E9800 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 152 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.40 |
| HSL | 114.47º | 1% | 0.3% | - |
| HSV(B) | 114.47º | 1% | 0.6% | - |
| XYZ | 11.41 | 22.55 | 3.75 | - |
| YUV | 93.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 0 | 0.91 | 0 | 1 | 0.40 | 114.47 | 1 | 0.3 |
| Hex | E | 98 | 0 | 5B | 0 | 64 | 28 | 72 | 64 | 1E |
| Octal | 16 | 230 | 0 | 133 | 0 | 144 | 50 | 162 | 144 | 36 |
| Binary | 1110 | 10011000 | 0 | 1011011 | 0 | 1100100 | 101000 | 1110010 | 1100100 | 11110 |
Color Harmonies of #0E9800
Complementary color
Monochromatic Colors of #0E9800
Black with #0E9800
Text Example
Text Example
White with #0E9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9800; }
p { color: rgb(14,152,0); }
H1.HeaderClassName
{
color: #0E9800;
}
.AnyTagClassName
{
color: #0E9800;
}
</style>
background-color css
<style>
a { background-color: #0E9800; }
a { background-color: rgb(14,152,0); }
div.DivClassName
{
background-color: #0E9800;
}
.BgClassName
{
background-color: #0E9800;
}
</style>
border-color css
<style>
span { border-color: #0E9800; }
span { border-color: rgb(14,152,0); }
td.TdClassName
{
border-color: #0E9800;
}
.TagClassName
{
border-color: #0E9800;
}
</style>