Shades of Malachite #19F860
Tints of Malachite #19F860
RGB
CMYK
RGB Variations
Color information
#19F860 (or 0x19F860) is known color: Malachite. HEX triplet: 19, F8 and 60. RGB value is (25,248,96). Sum of RGB (Red+Green+Blue) = 25+248+96=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #19F860 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F860 is #E6079F. Grayscale: #A4A4A4. Windows color (decimal): -15075232 or 6354969. OLE color: 6354969.
HSL color Cylindrical-coordinate representation of color #19F860: hue angle of 139.1º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F860 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 96 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.03 |
| HSL | 139.1º | 0.94% | 0.54% | - |
| HSV(B) | 139.1º | 0.9% | 0.97% | - |
| XYZ | 36.08 | 68.19 | 22.33 | - |
| YUV | 164 | 89.62 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 96 | 0.90 | 0 | 0.61 | 0.03 | 139.1 | 0.94 | 0.54 |
| Hex | 19 | F8 | 60 | 5A | 0 | 3D | 3 | 8B | 5E | 36 |
| Octal | 31 | 370 | 140 | 132 | 0 | 75 | 3 | 213 | 136 | 66 |
| Binary | 11001 | 11111000 | 1100000 | 1011010 | 0 | 111101 | 11 | 10001011 | 1011110 | 110110 |
Color Harmonies of #19F860
Complementary color
Monochromatic Colors of #19F860
Black with #19F860
Text Example
Text Example
White with #19F860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F860; }
p { color: rgb(25,248,96); }
H1.HeaderClassName
{
color: #19F860;
}
.AnyTagClassName
{
color: #19F860;
}
</style>
background-color css
<style>
a { background-color: #19F860; }
a { background-color: rgb(25,248,96); }
div.DivClassName
{
background-color: #19F860;
}
.BgClassName
{
background-color: #19F860;
}
</style>
border-color css
<style>
span { border-color: #19F860; }
span { border-color: rgb(25,248,96); }
td.TdClassName
{
border-color: #19F860;
}
.TagClassName
{
border-color: #19F860;
}
</style>