Shades of Malachite #19C965
Tints of Malachite #19C965
RGB
CMYK
RGB Variations
Color information
#19C965 (or 0x19C965) is known color: Malachite. HEX triplet: 19, C9 and 65. RGB value is (25,201,101). Sum of RGB (Red+Green+Blue) = 25+201+101=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 201 (78.91% from 255 or 61.47% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 201 - color contains mainly: green. Hex color #19C965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C965 is #E6369A. Grayscale: #898989. Windows color (decimal): -15087259 or 6670617. OLE color: 6670617.
HSL color Cylindrical-coordinate representation of color #19C965: hue angle of 145.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C965 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 101 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.21 |
| HSL | 145.91º | 0.78% | 0.44% | - |
| HSV(B) | 145.91º | 0.88% | 0.79% | - |
| XYZ | 23.64 | 42.92 | 19.35 | - |
| YUV | 136.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 101 | 0.88 | 0 | 0.50 | 0.21 | 145.91 | 0.78 | 0.44 |
| Hex | 19 | C9 | 65 | 58 | 0 | 32 | 15 | 92 | 4E | 2C |
| Octal | 31 | 311 | 145 | 130 | 0 | 62 | 25 | 222 | 116 | 54 |
| Binary | 11001 | 11001001 | 1100101 | 1011000 | 0 | 110010 | 10101 | 10010010 | 1001110 | 101100 |
Color Harmonies of #19C965
Complementary color
Monochromatic Colors of #19C965
Black with #19C965
Text Example
Text Example
White with #19C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C965; }
p { color: rgb(25,201,101); }
H1.HeaderClassName
{
color: #19C965;
}
.AnyTagClassName
{
color: #19C965;
}
</style>
background-color css
<style>
a { background-color: #19C965; }
a { background-color: rgb(25,201,101); }
div.DivClassName
{
background-color: #19C965;
}
.BgClassName
{
background-color: #19C965;
}
</style>
border-color css
<style>
span { border-color: #19C965; }
span { border-color: rgb(25,201,101); }
td.TdClassName
{
border-color: #19C965;
}
.TagClassName
{
border-color: #19C965;
}
</style>