Shades of Islamic Green #199500
Tints of Islamic Green #199500
RGB
CMYK
RGB Variations
Color information
#199500 (or 0x199500) is known color: Islamic Green. HEX triplet: 19, 95 and 00. RGB value is (25,149,0). Sum of RGB (Red+Green+Blue) = 25+149+0=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 149 (58.59% from 255 or 85.63% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 149 - color contains mainly: green. Hex color #199500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199500 is #E66AFF. Grayscale: #5F5F5F. Windows color (decimal): -15100672 or 38169. OLE color: 38169.
HSL color Cylindrical-coordinate representation of color #199500: hue angle of 109.93º 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 #199500 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.42 |
| HSL | 109.93º | 1% | 0.29% | - |
| HSV(B) | 109.93º | 1% | 0.58% | - |
| XYZ | 11.15 | 21.7 | 3.6 | - |
| YUV | 94.94 | 74.42 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 0 | 0.83 | 0 | 1 | 0.42 | 109.93 | 1 | 0.29 |
| Hex | 19 | 95 | 0 | 53 | 0 | 64 | 2A | 6E | 64 | 1D |
| Octal | 31 | 225 | 0 | 123 | 0 | 144 | 52 | 156 | 144 | 35 |
| Binary | 11001 | 10010101 | 0 | 1010011 | 0 | 1100100 | 101010 | 1101110 | 1100100 | 11101 |
Color Harmonies of #199500
Complementary color
Monochromatic Colors of #199500
Black with #199500
Text Example
Text Example
White with #199500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199500; }
p { color: rgb(25,149,0); }
H1.HeaderClassName
{
color: #199500;
}
.AnyTagClassName
{
color: #199500;
}
</style>
background-color css
<style>
a { background-color: #199500; }
a { background-color: rgb(25,149,0); }
div.DivClassName
{
background-color: #199500;
}
.BgClassName
{
background-color: #199500;
}
</style>
border-color css
<style>
span { border-color: #199500; }
span { border-color: rgb(25,149,0); }
td.TdClassName
{
border-color: #199500;
}
.TagClassName
{
border-color: #199500;
}
</style>