Shades of Malachite #19E350
Tints of Malachite #19E350
RGB
CMYK
RGB Variations
Color information
#19E350 (or 0x19E350) is known color: Malachite. HEX triplet: 19, E3 and 50. RGB value is (25,227,80). Sum of RGB (Red+Green+Blue) = 25+227+80=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #19E350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19E350 is #E61CAF. Grayscale: #969696. Windows color (decimal): -15080624 or 5301017. OLE color: 5301017.
HSL color Cylindrical-coordinate representation of color #19E350: hue angle of 136.34º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E350 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 80 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.11 |
| HSL | 136.34º | 0.8% | 0.49% | - |
| HSV(B) | 136.34º | 0.89% | 0.89% | - |
| XYZ | 29.32 | 55.72 | 16.8 | - |
| YUV | 149.84 | 88.58 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 80 | 0.89 | 0 | 0.65 | 0.11 | 136.34 | 0.8 | 0.49 |
| Hex | 19 | E3 | 50 | 59 | 0 | 41 | B | 88 | 50 | 31 |
| Octal | 31 | 343 | 120 | 131 | 0 | 101 | 13 | 210 | 120 | 61 |
| Binary | 11001 | 11100011 | 1010000 | 1011001 | 0 | 1000001 | 1011 | 10001000 | 1010000 | 110001 |
Color Harmonies of #19E350
Complementary color
Monochromatic Colors of #19E350
Black with #19E350
Text Example
Text Example
White with #19E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E350; }
p { color: rgb(25,227,80); }
H1.HeaderClassName
{
color: #19E350;
}
.AnyTagClassName
{
color: #19E350;
}
</style>
background-color css
<style>
a { background-color: #19E350; }
a { background-color: rgb(25,227,80); }
div.DivClassName
{
background-color: #19E350;
}
.BgClassName
{
background-color: #19E350;
}
</style>
border-color css
<style>
span { border-color: #19E350; }
span { border-color: rgb(25,227,80); }
td.TdClassName
{
border-color: #19E350;
}
.TagClassName
{
border-color: #19E350;
}
</style>