Shades of Islamic Green #0E9901
Tints of Islamic Green #0E9901
RGB
CMYK
RGB Variations
Color information
#0E9901 (or 0x0E9901) is known color: Islamic Green. HEX triplet: 0E, 99 and 01. RGB value is (14,153,1). Sum of RGB (Red+Green+Blue) = 14+153+1=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 153 (60.16% from 255 or 91.07% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9901 is #F166FE. Grayscale: #5E5E5E. Windows color (decimal): -15820543 or 104718. OLE color: 104718.
HSL color Cylindrical-coordinate representation of color #0E9901: hue angle of 114.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E9901 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.4 |
| HSL | 114.87º | 0.99% | 0.3% | - |
| HSV(B) | 114.87º | 0.99% | 0.6% | - |
| XYZ | 11.58 | 22.88 | 3.83 | - |
| YUV | 94.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 1 | 0.91 | 0 | 0.99 | 0.4 | 114.87 | 0.99 | 0.3 |
| Hex | E | 99 | 1 | 5B | 0 | 63 | 28 | 73 | 63 | 1E |
| Octal | 16 | 231 | 1 | 133 | 0 | 143 | 50 | 163 | 143 | 36 |
| Binary | 1110 | 10011001 | 1 | 1011011 | 0 | 1100011 | 101000 | 1110011 | 1100011 | 11110 |
Color Harmonies of #0E9901
Complementary color
Monochromatic Colors of #0E9901
Black with #0E9901
Text Example
Text Example
White with #0E9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9901; }
p { color: rgb(14,153,1); }
H1.HeaderClassName
{
color: #0E9901;
}
.AnyTagClassName
{
color: #0E9901;
}
</style>
background-color css
<style>
a { background-color: #0E9901; }
a { background-color: rgb(14,153,1); }
div.DivClassName
{
background-color: #0E9901;
}
.BgClassName
{
background-color: #0E9901;
}
</style>
border-color css
<style>
span { border-color: #0E9901; }
span { border-color: rgb(14,153,1); }
td.TdClassName
{
border-color: #0E9901;
}
.TagClassName
{
border-color: #0E9901;
}
</style>