Shades of Islamic Green #19C001
Tints of Islamic Green #19C001
RGB
CMYK
RGB Variations
Color information
#19C001 (or 0x19C001) is known color: Islamic Green. HEX triplet: 19, C0 and 01. RGB value is (25,192,1). Sum of RGB (Red+Green+Blue) = 25+192+1=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #19C001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C001 is #E63FFE. Grayscale: #787878. Windows color (decimal): -15089663 or 114713. OLE color: 114713.
HSL color Cylindrical-coordinate representation of color #19C001: hue angle of 112.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19C001 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.25 |
| HSL | 112.46º | 0.99% | 0.38% | - |
| HSV(B) | 112.46º | 0.99% | 0.75% | - |
| XYZ | 19.26 | 37.91 | 6.33 | - |
| YUV | 120.29 | 60.67 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 1 | 0.87 | 0 | 0.99 | 0.25 | 112.46 | 0.99 | 0.38 |
| Hex | 19 | C0 | 1 | 57 | 0 | 63 | 19 | 70 | 63 | 26 |
| Octal | 31 | 300 | 1 | 127 | 0 | 143 | 31 | 160 | 143 | 46 |
| Binary | 11001 | 11000000 | 1 | 1010111 | 0 | 1100011 | 11001 | 1110000 | 1100011 | 100110 |
Color Harmonies of #19C001
Complementary color
Monochromatic Colors of #19C001
Black with #19C001
Text Example
Text Example
White with #19C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C001; }
p { color: rgb(25,192,1); }
H1.HeaderClassName
{
color: #19C001;
}
.AnyTagClassName
{
color: #19C001;
}
</style>
background-color css
<style>
a { background-color: #19C001; }
a { background-color: rgb(25,192,1); }
div.DivClassName
{
background-color: #19C001;
}
.BgClassName
{
background-color: #19C001;
}
</style>
border-color css
<style>
span { border-color: #19C001; }
span { border-color: rgb(25,192,1); }
td.TdClassName
{
border-color: #19C001;
}
.TagClassName
{
border-color: #19C001;
}
</style>