Shades of Islamic Green #19BA0A
Tints of Islamic Green #19BA0A
RGB
CMYK
RGB Variations
Color information
#19BA0A (or 0x19BA0A) is known color: Islamic Green. HEX triplet: 19, BA and 0A. RGB value is (25,186,10). Sum of RGB (Red+Green+Blue) = 25+186+10=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA0A is #E645F5. Grayscale: #767676. Windows color (decimal): -15091190 or 703001. OLE color: 703001.
HSL color Cylindrical-coordinate representation of color #19BA0A: hue angle of 114.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19BA0A is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 10 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.27 |
| HSL | 114.89º | 0.9% | 0.38% | - |
| HSV(B) | 114.89º | 0.95% | 0.73% | - |
| XYZ | 18.01 | 35.35 | 6.16 | - |
| YUV | 117.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 10 | 0.87 | 0 | 0.95 | 0.27 | 114.89 | 0.9 | 0.38 |
| Hex | 19 | BA | A | 57 | 0 | 5F | 1B | 73 | 5A | 26 |
| Octal | 31 | 272 | 12 | 127 | 0 | 137 | 33 | 163 | 132 | 46 |
| Binary | 11001 | 10111010 | 1010 | 1010111 | 0 | 1011111 | 11011 | 1110011 | 1011010 | 100110 |
Color Harmonies of #19BA0A
Complementary color
Monochromatic Colors of #19BA0A
Black with #19BA0A
Text Example
Text Example
White with #19BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA0A; }
p { color: rgb(25,186,10); }
H1.HeaderClassName
{
color: #19BA0A;
}
.AnyTagClassName
{
color: #19BA0A;
}
</style>
background-color css
<style>
a { background-color: #19BA0A; }
a { background-color: rgb(25,186,10); }
div.DivClassName
{
background-color: #19BA0A;
}
.BgClassName
{
background-color: #19BA0A;
}
</style>
border-color css
<style>
span { border-color: #19BA0A; }
span { border-color: rgb(25,186,10); }
td.TdClassName
{
border-color: #19BA0A;
}
.TagClassName
{
border-color: #19BA0A;
}
</style>