Shades of Islamic Green #019A03
Tints of Islamic Green #019A03
RGB
CMYK
RGB Variations
Color information
#019A03 (or 0x019A03) is known color: Islamic Green. HEX triplet: 01, 9A and 03. RGB value is (1,154,3). Sum of RGB (Red+Green+Blue) = 1+154+3=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 154 (60.55% from 255 or 97.47% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 154 - color contains mainly: green. Hex color #019A03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A03 is #FE65FC. Grayscale: #5B5B5B. Windows color (decimal): -16672253 or 236033. OLE color: 236033.
HSL color Cylindrical-coordinate representation of color #019A03: hue angle of 120.78º 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 #019A03 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 3 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.40 |
| HSL | 120.78º | 0.99% | 0.3% | - |
| HSV(B) | 120.78º | 0.99% | 0.6% | - |
| XYZ | 11.58 | 23.12 | 3.94 | - |
| YUV | 91.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 3 | 0.99 | 0 | 0.98 | 0.40 | 120.78 | 0.99 | 0.3 |
| Hex | 1 | 9A | 3 | 63 | 0 | 62 | 28 | 79 | 63 | 1E |
| Octal | 1 | 232 | 3 | 143 | 0 | 142 | 50 | 171 | 143 | 36 |
| Binary | 1 | 10011010 | 11 | 1100011 | 0 | 1100010 | 101000 | 1111001 | 1100011 | 11110 |
Color Harmonies of #019A03
Complementary color
Monochromatic Colors of #019A03
Black with #019A03
Text Example
Text Example
White with #019A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A03; }
p { color: rgb(1,154,3); }
H1.HeaderClassName
{
color: #019A03;
}
.AnyTagClassName
{
color: #019A03;
}
</style>
background-color css
<style>
a { background-color: #019A03; }
a { background-color: rgb(1,154,3); }
div.DivClassName
{
background-color: #019A03;
}
.BgClassName
{
background-color: #019A03;
}
</style>
border-color css
<style>
span { border-color: #019A03; }
span { border-color: rgb(1,154,3); }
td.TdClassName
{
border-color: #019A03;
}
.TagClassName
{
border-color: #019A03;
}
</style>