Shades of Malachite #19D760
Tints of Malachite #19D760
RGB
CMYK
RGB Variations
Color information
#19D760 (or 0x19D760) is known color: Malachite. HEX triplet: 19, D7 and 60. RGB value is (25,215,96). Sum of RGB (Red+Green+Blue) = 25+215+96=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #19D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19D760 is #E6289F. Grayscale: #909090. Windows color (decimal): -15083680 or 6346521. OLE color: 6346521.
HSL color Cylindrical-coordinate representation of color #19D760: hue angle of 142.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D760 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 215 | 96 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.16 |
| HSL | 142.42º | 0.79% | 0.47% | - |
| HSV(B) | 142.42º | 0.88% | 0.84% | - |
| XYZ | 26.81 | 49.65 | 19.24 | - |
| YUV | 144.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 96 | 0.88 | 0 | 0.55 | 0.16 | 142.42 | 0.79 | 0.47 |
| Hex | 19 | D7 | 60 | 58 | 0 | 37 | 10 | 8E | 4F | 2F |
| Octal | 31 | 327 | 140 | 130 | 0 | 67 | 20 | 216 | 117 | 57 |
| Binary | 11001 | 11010111 | 1100000 | 1011000 | 0 | 110111 | 10000 | 10001110 | 1001111 | 101111 |
Color Harmonies of #19D760
Complementary color
Monochromatic Colors of #19D760
Black with #19D760
Text Example
Text Example
White with #19D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D760; }
p { color: rgb(25,215,96); }
H1.HeaderClassName
{
color: #19D760;
}
.AnyTagClassName
{
color: #19D760;
}
</style>
background-color css
<style>
a { background-color: #19D760; }
a { background-color: rgb(25,215,96); }
div.DivClassName
{
background-color: #19D760;
}
.BgClassName
{
background-color: #19D760;
}
</style>
border-color css
<style>
span { border-color: #19D760; }
span { border-color: rgb(25,215,96); }
td.TdClassName
{
border-color: #19D760;
}
.TagClassName
{
border-color: #19D760;
}
</style>