Shades of Islamic Green #19BA00
Tints of Islamic Green #19BA00
RGB
CMYK
RGB Variations
Color information
#19BA00 (or 0x19BA00) is known color: Islamic Green. HEX triplet: 19, BA and 00. RGB value is (25,186,0). Sum of RGB (Red+Green+Blue) = 25+186+0=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 186 (73.05% from 255 or 88.15% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA00 is #E645FF. Grayscale: #757575. Windows color (decimal): -15091200 or 47641. OLE color: 47641.
HSL color Cylindrical-coordinate representation of color #19BA00: hue angle of 111.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19BA00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.27 |
| HSL | 111.94º | 1% | 0.36% | - |
| HSV(B) | 111.94º | 1% | 0.73% | - |
| XYZ | 17.96 | 35.32 | 5.87 | - |
| YUV | 116.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 0 | 0.87 | 0 | 1 | 0.27 | 111.94 | 1 | 0.36 |
| Hex | 19 | BA | 0 | 57 | 0 | 64 | 1B | 70 | 64 | 24 |
| Octal | 31 | 272 | 0 | 127 | 0 | 144 | 33 | 160 | 144 | 44 |
| Binary | 11001 | 10111010 | 0 | 1010111 | 0 | 1100100 | 11011 | 1110000 | 1100100 | 100100 |
Color Harmonies of #19BA00
Complementary color
Monochromatic Colors of #19BA00
Black with #19BA00
Text Example
Text Example
White with #19BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA00; }
p { color: rgb(25,186,0); }
H1.HeaderClassName
{
color: #19BA00;
}
.AnyTagClassName
{
color: #19BA00;
}
</style>
background-color css
<style>
a { background-color: #19BA00; }
a { background-color: rgb(25,186,0); }
div.DivClassName
{
background-color: #19BA00;
}
.BgClassName
{
background-color: #19BA00;
}
</style>
border-color css
<style>
span { border-color: #19BA00; }
span { border-color: rgb(25,186,0); }
td.TdClassName
{
border-color: #19BA00;
}
.TagClassName
{
border-color: #19BA00;
}
</style>