Shades of Islamic Green #01990A
Tints of Islamic Green #01990A
RGB
CMYK
RGB Variations
Color information
#01990A (or 0x01990A) is known color: Islamic Green. HEX triplet: 01, 99 and 0A. RGB value is (1,153,10). Sum of RGB (Red+Green+Blue) = 1+153+10=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 153 (60.16% from 255 or 93.29% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 153 - color contains mainly: green. Hex color #01990A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01990A is #FE66F5. Grayscale: #5B5B5B. Windows color (decimal): -16672502 or 694529. OLE color: 694529.
HSL color Cylindrical-coordinate representation of color #01990A: hue angle of 123.55º 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 #01990A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 10 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.4 |
| HSL | 123.55º | 0.99% | 0.3% | - |
| HSV(B) | 123.55º | 0.99% | 0.6% | - |
| XYZ | 11.46 | 22.81 | 4.09 | - |
| YUV | 91.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 10 | 0.99 | 0 | 0.93 | 0.4 | 123.55 | 0.99 | 0.3 |
| Hex | 1 | 99 | A | 63 | 0 | 5D | 28 | 7C | 63 | 1E |
| Octal | 1 | 231 | 12 | 143 | 0 | 135 | 50 | 174 | 143 | 36 |
| Binary | 1 | 10011001 | 1010 | 1100011 | 0 | 1011101 | 101000 | 1111100 | 1100011 | 11110 |
Color Harmonies of #01990A
Complementary color
Monochromatic Colors of #01990A
Black with #01990A
Text Example
Text Example
White with #01990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01990A; }
p { color: rgb(1,153,10); }
H1.HeaderClassName
{
color: #01990A;
}
.AnyTagClassName
{
color: #01990A;
}
</style>
background-color css
<style>
a { background-color: #01990A; }
a { background-color: rgb(1,153,10); }
div.DivClassName
{
background-color: #01990A;
}
.BgClassName
{
background-color: #01990A;
}
</style>
border-color css
<style>
span { border-color: #01990A; }
span { border-color: rgb(1,153,10); }
td.TdClassName
{
border-color: #01990A;
}
.TagClassName
{
border-color: #01990A;
}
</style>