Shades of Islamic Green #019500
Tints of Islamic Green #019500
RGB
CMYK
RGB Variations
Color information
#019500 (or 0x019500) is known color: Islamic Green. HEX triplet: 01, 95 and 00. RGB value is (1,149,0). Sum of RGB (Red+Green+Blue) = 1+149+0=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 149 (58.59% from 255 or 99.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 149 - color contains mainly: green. Hex color #019500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019500 is #FE6AFF. Grayscale: #585858. Windows color (decimal): -16673536 or 38145. OLE color: 38145.
HSL color Cylindrical-coordinate representation of color #019500: hue angle of 119.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019500 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.42 |
| HSL | 119.6º | 1% | 0.29% | - |
| HSV(B) | 119.6º | 1% | 0.58% | - |
| XYZ | 10.76 | 21.5 | 3.58 | - |
| YUV | 87.76 | 78.47 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 0 | 0.99 | 0 | 1 | 0.42 | 119.6 | 1 | 0.29 |
| Hex | 1 | 95 | 0 | 63 | 0 | 64 | 2A | 78 | 64 | 1D |
| Octal | 1 | 225 | 0 | 143 | 0 | 144 | 52 | 170 | 144 | 35 |
| Binary | 1 | 10010101 | 0 | 1100011 | 0 | 1100100 | 101010 | 1111000 | 1100100 | 11101 |
Color Harmonies of #019500
Complementary color
Monochromatic Colors of #019500
Black with #019500
Text Example
Text Example
White with #019500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019500; }
p { color: rgb(1,149,0); }
H1.HeaderClassName
{
color: #019500;
}
.AnyTagClassName
{
color: #019500;
}
</style>
background-color css
<style>
a { background-color: #019500; }
a { background-color: rgb(1,149,0); }
div.DivClassName
{
background-color: #019500;
}
.BgClassName
{
background-color: #019500;
}
</style>
border-color css
<style>
span { border-color: #019500; }
span { border-color: rgb(1,149,0); }
td.TdClassName
{
border-color: #019500;
}
.TagClassName
{
border-color: #019500;
}
</style>