Shades of Islamic Green #199F01
Tints of Islamic Green #199F01
RGB
CMYK
RGB Variations
Color information
#199F01 (or 0x199F01) is known color: Islamic Green. HEX triplet: 19, 9F and 01. RGB value is (25,159,1). Sum of RGB (Red+Green+Blue) = 25+159+1=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 159 (62.5% from 255 or 85.95% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 159 - color contains mainly: green. Hex color #199F01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199F01 is #E660FE. Grayscale: #656565. Windows color (decimal): -15098111 or 106265. OLE color: 106265.
HSL color Cylindrical-coordinate representation of color #199F01: hue angle of 110.89º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #199F01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.38 |
| HSL | 110.89º | 0.99% | 0.31% | - |
| HSV(B) | 110.89º | 0.99% | 0.62% | - |
| XYZ | 12.8 | 25.01 | 4.18 | - |
| YUV | 100.92 | 71.61 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 1 | 0.84 | 0 | 0.99 | 0.38 | 110.89 | 0.99 | 0.31 |
| Hex | 19 | 9F | 1 | 54 | 0 | 63 | 26 | 6F | 63 | 1F |
| Octal | 31 | 237 | 1 | 124 | 0 | 143 | 46 | 157 | 143 | 37 |
| Binary | 11001 | 10011111 | 1 | 1010100 | 0 | 1100011 | 100110 | 1101111 | 1100011 | 11111 |
Color Harmonies of #199F01
Complementary color
Monochromatic Colors of #199F01
Black with #199F01
Text Example
Text Example
White with #199F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F01; }
p { color: rgb(25,159,1); }
H1.HeaderClassName
{
color: #199F01;
}
.AnyTagClassName
{
color: #199F01;
}
</style>
background-color css
<style>
a { background-color: #199F01; }
a { background-color: rgb(25,159,1); }
div.DivClassName
{
background-color: #199F01;
}
.BgClassName
{
background-color: #199F01;
}
</style>
border-color css
<style>
span { border-color: #199F01; }
span { border-color: rgb(25,159,1); }
td.TdClassName
{
border-color: #199F01;
}
.TagClassName
{
border-color: #199F01;
}
</style>