Shades of Islamic Green #019A1A
Tints of Islamic Green #019A1A
RGB
CMYK
RGB Variations
Color information
#019A1A (or 0x019A1A) is known color: Islamic Green. HEX triplet: 01, 9A and 1A. RGB value is (1,154,26). Sum of RGB (Red+Green+Blue) = 1+154+26=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 154 (60.55% from 255 or 85.08% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 154 - color contains mainly: green. Hex color #019A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019A1A is #FE65E5. Grayscale: #5E5E5E. Windows color (decimal): -16672230 or 1743361. OLE color: 1743361.
HSL color Cylindrical-coordinate representation of color #019A1A: hue angle of 129.8º 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 #019A1A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 26 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.40 |
| HSL | 129.8º | 0.99% | 0.3% | - |
| HSV(B) | 129.8º | 0.99% | 0.6% | - |
| XYZ | 11.75 | 23.19 | 4.83 | - |
| YUV | 93.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 26 | 0.99 | 0 | 0.83 | 0.40 | 129.8 | 0.99 | 0.3 |
| Hex | 1 | 9A | 1A | 63 | 0 | 53 | 28 | 82 | 63 | 1E |
| Octal | 1 | 232 | 32 | 143 | 0 | 123 | 50 | 202 | 143 | 36 |
| Binary | 1 | 10011010 | 11010 | 1100011 | 0 | 1010011 | 101000 | 10000010 | 1100011 | 11110 |
Color Harmonies of #019A1A
Complementary color
Monochromatic Colors of #019A1A
Black with #019A1A
Text Example
Text Example
White with #019A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A1A; }
p { color: rgb(1,154,26); }
H1.HeaderClassName
{
color: #019A1A;
}
.AnyTagClassName
{
color: #019A1A;
}
</style>
background-color css
<style>
a { background-color: #019A1A; }
a { background-color: rgb(1,154,26); }
div.DivClassName
{
background-color: #019A1A;
}
.BgClassName
{
background-color: #019A1A;
}
</style>
border-color css
<style>
span { border-color: #019A1A; }
span { border-color: rgb(1,154,26); }
td.TdClassName
{
border-color: #019A1A;
}
.TagClassName
{
border-color: #019A1A;
}
</style>