Shades of Islamic Green #19A208
Tints of Islamic Green #19A208
RGB
CMYK
RGB Variations
Color information
#19A208 (or 0x19A208) is known color: Islamic Green. HEX triplet: 19, A2 and 08. RGB value is (25,162,8). Sum of RGB (Red+Green+Blue) = 25+162+8=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 162 (63.67% from 255 or 83.08% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 162 - color contains mainly: green. Hex color #19A208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A208 is #E65DF7. Grayscale: #676767. Windows color (decimal): -15097336 or 565785. OLE color: 565785.
HSL color Cylindrical-coordinate representation of color #19A208: hue angle of 113.38º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19A208 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 8 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.36 |
| HSL | 113.38º | 0.91% | 0.33% | - |
| HSV(B) | 113.38º | 0.95% | 0.64% | - |
| XYZ | 13.37 | 26.06 | 4.56 | - |
| YUV | 103.48 | 74.11 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 8 | 0.85 | 0 | 0.95 | 0.36 | 113.38 | 0.91 | 0.33 |
| Hex | 19 | A2 | 8 | 55 | 0 | 5F | 24 | 71 | 5B | 21 |
| Octal | 31 | 242 | 10 | 125 | 0 | 137 | 44 | 161 | 133 | 41 |
| Binary | 11001 | 10100010 | 1000 | 1010101 | 0 | 1011111 | 100100 | 1110001 | 1011011 | 100001 |
Color Harmonies of #19A208
Complementary color
Monochromatic Colors of #19A208
Black with #19A208
Text Example
Text Example
White with #19A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A208; }
p { color: rgb(25,162,8); }
H1.HeaderClassName
{
color: #19A208;
}
.AnyTagClassName
{
color: #19A208;
}
</style>
background-color css
<style>
a { background-color: #19A208; }
a { background-color: rgb(25,162,8); }
div.DivClassName
{
background-color: #19A208;
}
.BgClassName
{
background-color: #19A208;
}
</style>
border-color css
<style>
span { border-color: #19A208; }
span { border-color: rgb(25,162,8); }
td.TdClassName
{
border-color: #19A208;
}
.TagClassName
{
border-color: #19A208;
}
</style>