Shades of Malachite #19E85F
Tints of Malachite #19E85F
RGB
CMYK
RGB Variations
Color information
#19E85F (or 0x19E85F) is known color: Malachite. HEX triplet: 19, E8 and 5F. RGB value is (25,232,95). Sum of RGB (Red+Green+Blue) = 25+232+95=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 232 (91.02% from 255 or 65.91% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 232 - color contains mainly: green. Hex color #19E85F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19E85F is #E617A0. Grayscale: #9A9A9A. Windows color (decimal): -15079329 or 6285337. OLE color: 6285337.
HSL color Cylindrical-coordinate representation of color #19E85F: hue angle of 140.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E85F is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 95 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.09 |
| HSL | 140.29º | 0.82% | 0.5% | - |
| HSV(B) | 140.29º | 0.89% | 0.91% | - |
| XYZ | 31.32 | 58.75 | 20.51 | - |
| YUV | 154.49 | 94.42 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 95 | 0.89 | 0 | 0.59 | 0.09 | 140.29 | 0.82 | 0.5 |
| Hex | 19 | E8 | 5F | 59 | 0 | 3B | 9 | 8C | 52 | 32 |
| Octal | 31 | 350 | 137 | 131 | 0 | 73 | 11 | 214 | 122 | 62 |
| Binary | 11001 | 11101000 | 1011111 | 1011001 | 0 | 111011 | 1001 | 10001100 | 1010010 | 110010 |
Color Harmonies of #19E85F
Complementary color
Monochromatic Colors of #19E85F
Black with #19E85F
Text Example
Text Example
White with #19E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E85F; }
p { color: rgb(25,232,95); }
H1.HeaderClassName
{
color: #19E85F;
}
.AnyTagClassName
{
color: #19E85F;
}
</style>
background-color css
<style>
a { background-color: #19E85F; }
a { background-color: rgb(25,232,95); }
div.DivClassName
{
background-color: #19E85F;
}
.BgClassName
{
background-color: #19E85F;
}
</style>
border-color css
<style>
span { border-color: #19E85F; }
span { border-color: rgb(25,232,95); }
td.TdClassName
{
border-color: #19E85F;
}
.TagClassName
{
border-color: #19E85F;
}
</style>