Shades of Islamic Green #19BC01
Tints of Islamic Green #19BC01
RGB
CMYK
RGB Variations
Color information
#19BC01 (or 0x19BC01) is known color: Islamic Green. HEX triplet: 19, BC and 01. RGB value is (25,188,1). Sum of RGB (Red+Green+Blue) = 25+188+1=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 188 (73.83% from 255 or 87.85% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BC01 is #E643FE. Grayscale: #767676. Windows color (decimal): -15090687 or 113689. OLE color: 113689.
HSL color Cylindrical-coordinate representation of color #19BC01: hue angle of 112.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19BC01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 188 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.26 |
| HSL | 112.3º | 0.99% | 0.37% | - |
| HSV(B) | 112.3º | 0.99% | 0.74% | - |
| XYZ | 18.39 | 36.18 | 6.04 | - |
| YUV | 117.95 | 62 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 1 | 0.87 | 0 | 0.99 | 0.26 | 112.3 | 0.99 | 0.37 |
| Hex | 19 | BC | 1 | 57 | 0 | 63 | 1A | 70 | 63 | 25 |
| Octal | 31 | 274 | 1 | 127 | 0 | 143 | 32 | 160 | 143 | 45 |
| Binary | 11001 | 10111100 | 1 | 1010111 | 0 | 1100011 | 11010 | 1110000 | 1100011 | 100101 |
Color Harmonies of #19BC01
Complementary color
Monochromatic Colors of #19BC01
Black with #19BC01
Text Example
Text Example
White with #19BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BC01; }
p { color: rgb(25,188,1); }
H1.HeaderClassName
{
color: #19BC01;
}
.AnyTagClassName
{
color: #19BC01;
}
</style>
background-color css
<style>
a { background-color: #19BC01; }
a { background-color: rgb(25,188,1); }
div.DivClassName
{
background-color: #19BC01;
}
.BgClassName
{
background-color: #19BC01;
}
</style>
border-color css
<style>
span { border-color: #19BC01; }
span { border-color: rgb(25,188,1); }
td.TdClassName
{
border-color: #19BC01;
}
.TagClassName
{
border-color: #19BC01;
}
</style>