Shades of Islamic Green #01900E
Tints of Islamic Green #01900E
RGB
CMYK
RGB Variations
Color information
#01900E (or 0x01900E) is known color: Islamic Green. HEX triplet: 01, 90 and 0E. RGB value is (1,144,14). Sum of RGB (Red+Green+Blue) = 1+144+14=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 144 (56.64% from 255 or 90.57% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 144 - color contains mainly: green. Hex color #01900E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01900E is #FE6FF1. Grayscale: #565656. Windows color (decimal): -16674802 or 954369. OLE color: 954369.
HSL color Cylindrical-coordinate representation of color #01900E: hue angle of 125.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01900E is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 14 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.44 |
| HSL | 125.45º | 0.99% | 0.28% | - |
| HSV(B) | 125.45º | 0.99% | 0.56% | - |
| XYZ | 10.07 | 19.98 | 3.74 | - |
| YUV | 86.42 | 87.12 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 14 | 0.99 | 0 | 0.90 | 0.44 | 125.45 | 0.99 | 0.28 |
| Hex | 1 | 90 | E | 63 | 0 | 5A | 2C | 7D | 63 | 1C |
| Octal | 1 | 220 | 16 | 143 | 0 | 132 | 54 | 175 | 143 | 34 |
| Binary | 1 | 10010000 | 1110 | 1100011 | 0 | 1011010 | 101100 | 1111101 | 1100011 | 11100 |
Color Harmonies of #01900E
Complementary color
Monochromatic Colors of #01900E
Black with #01900E
Text Example
Text Example
White with #01900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01900E; }
p { color: rgb(1,144,14); }
H1.HeaderClassName
{
color: #01900E;
}
.AnyTagClassName
{
color: #01900E;
}
</style>
background-color css
<style>
a { background-color: #01900E; }
a { background-color: rgb(1,144,14); }
div.DivClassName
{
background-color: #01900E;
}
.BgClassName
{
background-color: #01900E;
}
</style>
border-color css
<style>
span { border-color: #01900E; }
span { border-color: rgb(1,144,14); }
td.TdClassName
{
border-color: #01900E;
}
.TagClassName
{
border-color: #01900E;
}
</style>