Shades of Islamic Green #199A02
Tints of Islamic Green #199A02
RGB
CMYK
RGB Variations
Color information
#199A02 (or 0x199A02) is known color: Islamic Green. HEX triplet: 19, 9A and 02. RGB value is (25,154,2). Sum of RGB (Red+Green+Blue) = 25+154+2=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 154 (60.55% from 255 or 85.08% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 154 - color contains mainly: green. Hex color #199A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199A02 is #E665FD. Grayscale: #626262. Windows color (decimal): -15099390 or 170521. OLE color: 170521.
HSL color Cylindrical-coordinate representation of color #199A02: hue angle of 110.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #199A02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.40 |
| HSL | 110.92º | 0.97% | 0.31% | - |
| HSV(B) | 110.92º | 0.99% | 0.6% | - |
| XYZ | 11.97 | 23.32 | 3.93 | - |
| YUV | 98.1 | 73.76 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 2 | 0.84 | 0 | 0.99 | 0.40 | 110.92 | 0.97 | 0.31 |
| Hex | 19 | 9A | 2 | 54 | 0 | 63 | 28 | 6F | 61 | 1F |
| Octal | 31 | 232 | 2 | 124 | 0 | 143 | 50 | 157 | 141 | 37 |
| Binary | 11001 | 10011010 | 10 | 1010100 | 0 | 1100011 | 101000 | 1101111 | 1100001 | 11111 |
Color Harmonies of #199A02
Complementary color
Monochromatic Colors of #199A02
Black with #199A02
Text Example
Text Example
White with #199A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A02; }
p { color: rgb(25,154,2); }
H1.HeaderClassName
{
color: #199A02;
}
.AnyTagClassName
{
color: #199A02;
}
</style>
background-color css
<style>
a { background-color: #199A02; }
a { background-color: rgb(25,154,2); }
div.DivClassName
{
background-color: #199A02;
}
.BgClassName
{
background-color: #199A02;
}
</style>
border-color css
<style>
span { border-color: #199A02; }
span { border-color: rgb(25,154,2); }
td.TdClassName
{
border-color: #199A02;
}
.TagClassName
{
border-color: #199A02;
}
</style>