Shades of Islamic Green #019A02
Tints of Islamic Green #019A02
RGB
CMYK
RGB Variations
Color information
#019A02 (or 0x019A02) is known color: Islamic Green. HEX triplet: 01, 9A and 02. RGB value is (1,154,2). Sum of RGB (Red+Green+Blue) = 1+154+2=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 154 (60.55% from 255 or 98.09% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 154 - color contains mainly: green. Hex color #019A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A02 is #FE65FD. Grayscale: #5B5B5B. Windows color (decimal): -16672254 or 170497. OLE color: 170497.
HSL color Cylindrical-coordinate representation of color #019A02: hue angle of 120.39º 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 #019A02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.40 |
| HSL | 120.39º | 0.99% | 0.3% | - |
| HSV(B) | 120.39º | 0.99% | 0.6% | - |
| XYZ | 11.58 | 23.12 | 3.91 | - |
| YUV | 90.93 | 77.81 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 2 | 0.99 | 0 | 0.99 | 0.40 | 120.39 | 0.99 | 0.3 |
| Hex | 1 | 9A | 2 | 63 | 0 | 63 | 28 | 78 | 63 | 1E |
| Octal | 1 | 232 | 2 | 143 | 0 | 143 | 50 | 170 | 143 | 36 |
| Binary | 1 | 10011010 | 10 | 1100011 | 0 | 1100011 | 101000 | 1111000 | 1100011 | 11110 |
Color Harmonies of #019A02
Complementary color
Monochromatic Colors of #019A02
Black with #019A02
Text Example
Text Example
White with #019A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A02; }
p { color: rgb(1,154,2); }
H1.HeaderClassName
{
color: #019A02;
}
.AnyTagClassName
{
color: #019A02;
}
</style>
background-color css
<style>
a { background-color: #019A02; }
a { background-color: rgb(1,154,2); }
div.DivClassName
{
background-color: #019A02;
}
.BgClassName
{
background-color: #019A02;
}
</style>
border-color css
<style>
span { border-color: #019A02; }
span { border-color: rgb(1,154,2); }
td.TdClassName
{
border-color: #019A02;
}
.TagClassName
{
border-color: #019A02;
}
</style>