Shades of Islamic Green #19C502
Tints of Islamic Green #19C502
RGB
CMYK
RGB Variations
Color information
#19C502 (or 0x19C502) is known color: Islamic Green. HEX triplet: 19, C5 and 02. RGB value is (25,197,2). Sum of RGB (Red+Green+Blue) = 25+197+2=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 197 (77.34% from 255 or 87.95% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 197 - color contains mainly: green. Hex color #19C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C502 is #E63AFD. Grayscale: #7B7B7B. Windows color (decimal): -15088382 or 181529. OLE color: 181529.
HSL color Cylindrical-coordinate representation of color #19C502: hue angle of 112.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19C502 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.23 |
| HSL | 112.92º | 0.98% | 0.39% | - |
| HSV(B) | 112.92º | 0.99% | 0.77% | - |
| XYZ | 20.38 | 40.14 | 6.73 | - |
| YUV | 123.34 | 59.52 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 2 | 0.87 | 0 | 0.99 | 0.23 | 112.92 | 0.98 | 0.39 |
| Hex | 19 | C5 | 2 | 57 | 0 | 63 | 17 | 71 | 62 | 27 |
| Octal | 31 | 305 | 2 | 127 | 0 | 143 | 27 | 161 | 142 | 47 |
| Binary | 11001 | 11000101 | 10 | 1010111 | 0 | 1100011 | 10111 | 1110001 | 1100010 | 100111 |
Color Harmonies of #19C502
Complementary color
Monochromatic Colors of #19C502
Black with #19C502
Text Example
Text Example
White with #19C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C502; }
p { color: rgb(25,197,2); }
H1.HeaderClassName
{
color: #19C502;
}
.AnyTagClassName
{
color: #19C502;
}
</style>
background-color css
<style>
a { background-color: #19C502; }
a { background-color: rgb(25,197,2); }
div.DivClassName
{
background-color: #19C502;
}
.BgClassName
{
background-color: #19C502;
}
</style>
border-color css
<style>
span { border-color: #19C502; }
span { border-color: rgb(25,197,2); }
td.TdClassName
{
border-color: #19C502;
}
.TagClassName
{
border-color: #19C502;
}
</style>