Shades of Islamic Green #199F0A
Tints of Islamic Green #199F0A
RGB
CMYK
RGB Variations
Color information
#199F0A (or 0x199F0A) is known color: Islamic Green. HEX triplet: 19, 9F and 0A. RGB value is (25,159,10). Sum of RGB (Red+Green+Blue) = 25+159+10=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 159 (62.5% from 255 or 81.96% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 159 - color contains mainly: green. Hex color #199F0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199F0A is #E660F5. Grayscale: #666666. Windows color (decimal): -15098102 or 696089. OLE color: 696089.
HSL color Cylindrical-coordinate representation of color #199F0A: hue angle of 113.96º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #199F0A is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 10 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.38 |
| HSL | 113.96º | 0.88% | 0.33% | - |
| HSV(B) | 113.96º | 0.94% | 0.62% | - |
| XYZ | 12.85 | 25.02 | 4.44 | - |
| YUV | 101.95 | 76.11 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 10 | 0.84 | 0 | 0.94 | 0.38 | 113.96 | 0.88 | 0.33 |
| Hex | 19 | 9F | A | 54 | 0 | 5E | 26 | 72 | 58 | 21 |
| Octal | 31 | 237 | 12 | 124 | 0 | 136 | 46 | 162 | 130 | 41 |
| Binary | 11001 | 10011111 | 1010 | 1010100 | 0 | 1011110 | 100110 | 1110010 | 1011000 | 100001 |
Color Harmonies of #199F0A
Complementary color
Monochromatic Colors of #199F0A
Black with #199F0A
Text Example
Text Example
White with #199F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F0A; }
p { color: rgb(25,159,10); }
H1.HeaderClassName
{
color: #199F0A;
}
.AnyTagClassName
{
color: #199F0A;
}
</style>
background-color css
<style>
a { background-color: #199F0A; }
a { background-color: rgb(25,159,10); }
div.DivClassName
{
background-color: #199F0A;
}
.BgClassName
{
background-color: #199F0A;
}
</style>
border-color css
<style>
span { border-color: #199F0A; }
span { border-color: rgb(25,159,10); }
td.TdClassName
{
border-color: #199F0A;
}
.TagClassName
{
border-color: #199F0A;
}
</style>