Shades of Malachite #19C052
Tints of Malachite #19C052
RGB
CMYK
RGB Variations
Color information
#19C052 (or 0x19C052) is known color: Malachite. HEX triplet: 19, C0 and 52. RGB value is (25,192,82). Sum of RGB (Red+Green+Blue) = 25+192+82=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #19C052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C052 is #E63FAD. Grayscale: #818181. Windows color (decimal): -15089582 or 5423129. OLE color: 5423129.
HSL color Cylindrical-coordinate representation of color #19C052: hue angle of 140.48º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C052 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 82 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.25 |
| HSL | 140.48º | 0.77% | 0.43% | - |
| HSV(B) | 140.48º | 0.87% | 0.75% | - |
| XYZ | 20.77 | 38.52 | 14.32 | - |
| YUV | 129.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 82 | 0.87 | 0 | 0.57 | 0.25 | 140.48 | 0.77 | 0.43 |
| Hex | 19 | C0 | 52 | 57 | 0 | 39 | 19 | 8C | 4D | 2B |
| Octal | 31 | 300 | 122 | 127 | 0 | 71 | 31 | 214 | 115 | 53 |
| Binary | 11001 | 11000000 | 1010010 | 1010111 | 0 | 111001 | 11001 | 10001100 | 1001101 | 101011 |
Color Harmonies of #19C052
Complementary color
Monochromatic Colors of #19C052
Black with #19C052
Text Example
Text Example
White with #19C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C052; }
p { color: rgb(25,192,82); }
H1.HeaderClassName
{
color: #19C052;
}
.AnyTagClassName
{
color: #19C052;
}
</style>
background-color css
<style>
a { background-color: #19C052; }
a { background-color: rgb(25,192,82); }
div.DivClassName
{
background-color: #19C052;
}
.BgClassName
{
background-color: #19C052;
}
</style>
border-color css
<style>
span { border-color: #19C052; }
span { border-color: rgb(25,192,82); }
td.TdClassName
{
border-color: #19C052;
}
.TagClassName
{
border-color: #19C052;
}
</style>