Shades of Islamic Green #01990E
Tints of Islamic Green #01990E
RGB
CMYK
RGB Variations
Color information
#01990E (or 0x01990E) is known color: Islamic Green. HEX triplet: 01, 99 and 0E. RGB value is (1,153,14). Sum of RGB (Red+Green+Blue) = 1+153+14=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 153 (60.16% from 255 or 91.07% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 153 - color contains mainly: green. Hex color #01990E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01990E is #FE66F1. Grayscale: #5C5C5C. Windows color (decimal): -16672498 or 956673. OLE color: 956673.
HSL color Cylindrical-coordinate representation of color #01990E: hue angle of 125.13º 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 #01990E is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 14 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.4 |
| HSL | 125.13º | 0.99% | 0.3% | - |
| HSV(B) | 125.13º | 0.99% | 0.6% | - |
| XYZ | 11.48 | 22.82 | 4.22 | - |
| YUV | 91.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 14 | 0.99 | 0 | 0.91 | 0.4 | 125.13 | 0.99 | 0.3 |
| Hex | 1 | 99 | E | 63 | 0 | 5B | 28 | 7D | 63 | 1E |
| Octal | 1 | 231 | 16 | 143 | 0 | 133 | 50 | 175 | 143 | 36 |
| Binary | 1 | 10011001 | 1110 | 1100011 | 0 | 1011011 | 101000 | 1111101 | 1100011 | 11110 |
Color Harmonies of #01990E
Complementary color
Monochromatic Colors of #01990E
Black with #01990E
Text Example
Text Example
White with #01990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01990E; }
p { color: rgb(1,153,14); }
H1.HeaderClassName
{
color: #01990E;
}
.AnyTagClassName
{
color: #01990E;
}
</style>
background-color css
<style>
a { background-color: #01990E; }
a { background-color: rgb(1,153,14); }
div.DivClassName
{
background-color: #01990E;
}
.BgClassName
{
background-color: #01990E;
}
</style>
border-color css
<style>
span { border-color: #01990E; }
span { border-color: rgb(1,153,14); }
td.TdClassName
{
border-color: #01990E;
}
.TagClassName
{
border-color: #01990E;
}
</style>