Shades of Islamic Green #01900D
Tints of Islamic Green #01900D
RGB
CMYK
RGB Variations
Color information
#01900D (or 0x01900D) is known color: Islamic Green. HEX triplet: 01, 90 and 0D. RGB value is (1,144,13). Sum of RGB (Red+Green+Blue) = 1+144+13=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 144 (56.64% from 255 or 91.14% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 144 - color contains mainly: green. Hex color #01900D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01900D is #FE6FF2. Grayscale: #565656. Windows color (decimal): -16674803 or 888833. OLE color: 888833.
HSL color Cylindrical-coordinate representation of color #01900D: hue angle of 125.03º 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 #01900D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 13 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.44 |
| HSL | 125.04º | 0.99% | 0.28% | - |
| HSV(B) | 125.04º | 0.99% | 0.56% | - |
| XYZ | 10.06 | 19.98 | 3.71 | - |
| YUV | 86.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 13 | 0.99 | 0 | 0.91 | 0.44 | 125.04 | 0.99 | 0.28 |
| Hex | 1 | 90 | D | 63 | 0 | 5B | 2C | 7D | 63 | 1C |
| Octal | 1 | 220 | 15 | 143 | 0 | 133 | 54 | 175 | 143 | 34 |
| Binary | 1 | 10010000 | 1101 | 1100011 | 0 | 1011011 | 101100 | 1111101 | 1100011 | 11100 |
Color Harmonies of #01900D
Complementary color
Monochromatic Colors of #01900D
Black with #01900D
Text Example
Text Example
White with #01900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01900D; }
p { color: rgb(1,144,13); }
H1.HeaderClassName
{
color: #01900D;
}
.AnyTagClassName
{
color: #01900D;
}
</style>
background-color css
<style>
a { background-color: #01900D; }
a { background-color: rgb(1,144,13); }
div.DivClassName
{
background-color: #01900D;
}
.BgClassName
{
background-color: #01900D;
}
</style>
border-color css
<style>
span { border-color: #01900D; }
span { border-color: rgb(1,144,13); }
td.TdClassName
{
border-color: #01900D;
}
.TagClassName
{
border-color: #01900D;
}
</style>