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