Shades of Malachite #19E070
Tints of Malachite #19E070
RGB
CMYK
RGB Variations
Color information
#19E070 (or 0x19E070) is known color: Malachite. HEX triplet: 19, E0 and 70. RGB value is (25,224,112). Sum of RGB (Red+Green+Blue) = 25+224+112=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #19E070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19E070 is #E61F8F. Grayscale: #979797. Windows color (decimal): -15081360 or 7397401. OLE color: 7397401.
HSL color Cylindrical-coordinate representation of color #19E070: hue angle of 146.23º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E070 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 224 | 112 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.12 |
| HSL | 146.23º | 0.8% | 0.49% | - |
| HSV(B) | 146.23º | 0.89% | 0.88% | - |
| XYZ | 29.98 | 54.69 | 24.3 | - |
| YUV | 151.73 | 105.57 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 224 | 112 | 0.89 | 0 | 0.50 | 0.12 | 146.23 | 0.8 | 0.49 |
| Hex | 19 | E0 | 70 | 59 | 0 | 32 | C | 92 | 50 | 31 |
| Octal | 31 | 340 | 160 | 131 | 0 | 62 | 14 | 222 | 120 | 61 |
| Binary | 11001 | 11100000 | 1110000 | 1011001 | 0 | 110010 | 1100 | 10010010 | 1010000 | 110001 |
Color Harmonies of #19E070
Complementary color
Monochromatic Colors of #19E070
Black with #19E070
Text Example
Text Example
White with #19E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E070; }
p { color: rgb(25,224,112); }
H1.HeaderClassName
{
color: #19E070;
}
.AnyTagClassName
{
color: #19E070;
}
</style>
background-color css
<style>
a { background-color: #19E070; }
a { background-color: rgb(25,224,112); }
div.DivClassName
{
background-color: #19E070;
}
.BgClassName
{
background-color: #19E070;
}
</style>
border-color css
<style>
span { border-color: #19E070; }
span { border-color: rgb(25,224,112); }
td.TdClassName
{
border-color: #19E070;
}
.TagClassName
{
border-color: #19E070;
}
</style>