Shades of Malachite #19C85A
Tints of Malachite #19C85A
RGB
CMYK
RGB Variations
Color information
#19C85A (or 0x19C85A) is known color: Malachite. HEX triplet: 19, C8 and 5A. RGB value is (25,200,90). Sum of RGB (Red+Green+Blue) = 25+200+90=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #19C85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C85A is #E637A5. Grayscale: #878787. Windows color (decimal): -15087526 or 5949465. OLE color: 5949465.
HSL color Cylindrical-coordinate representation of color #19C85A: hue angle of 142.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C85A is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 200 | 90 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.22 |
| HSL | 142.29º | 0.78% | 0.44% | - |
| HSV(B) | 142.29º | 0.88% | 0.78% | - |
| XYZ | 22.9 | 42.25 | 16.62 | - |
| YUV | 135.14 | 102.52 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 200 | 90 | 0.88 | 0 | 0.55 | 0.22 | 142.29 | 0.78 | 0.44 |
| Hex | 19 | C8 | 5A | 58 | 0 | 37 | 16 | 8E | 4E | 2C |
| Octal | 31 | 310 | 132 | 130 | 0 | 67 | 26 | 216 | 116 | 54 |
| Binary | 11001 | 11001000 | 1011010 | 1011000 | 0 | 110111 | 10110 | 10001110 | 1001110 | 101100 |
Color Harmonies of #19C85A
Complementary color
Monochromatic Colors of #19C85A
Black with #19C85A
Text Example
Text Example
White with #19C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C85A; }
p { color: rgb(25,200,90); }
H1.HeaderClassName
{
color: #19C85A;
}
.AnyTagClassName
{
color: #19C85A;
}
</style>
background-color css
<style>
a { background-color: #19C85A; }
a { background-color: rgb(25,200,90); }
div.DivClassName
{
background-color: #19C85A;
}
.BgClassName
{
background-color: #19C85A;
}
</style>
border-color css
<style>
span { border-color: #19C85A; }
span { border-color: rgb(25,200,90); }
td.TdClassName
{
border-color: #19C85A;
}
.TagClassName
{
border-color: #19C85A;
}
</style>