Shades of Malachite #19F046
Tints of Malachite #19F046
RGB
CMYK
RGB Variations
Color information
#19F046 (or 0x19F046) is known color: Malachite. HEX triplet: 19, F0 and 46. RGB value is (25,240,70). Sum of RGB (Red+Green+Blue) = 25+240+70=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #19F046 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F046 is #E60FB9. Grayscale: #9C9C9C. Windows color (decimal): -15077306 or 4648985. OLE color: 4648985.
HSL color Cylindrical-coordinate representation of color #19F046: hue angle of 132.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F046 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 70 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.06 |
| HSL | 132.56º | 0.88% | 0.52% | - |
| HSV(B) | 132.56º | 0.9% | 0.94% | - |
| XYZ | 32.67 | 62.97 | 16.23 | - |
| YUV | 156.34 | 79.27 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 70 | 0.90 | 0 | 0.71 | 0.06 | 132.56 | 0.88 | 0.52 |
| Hex | 19 | F0 | 46 | 5A | 0 | 47 | 6 | 85 | 58 | 34 |
| Octal | 31 | 360 | 106 | 132 | 0 | 107 | 6 | 205 | 130 | 64 |
| Binary | 11001 | 11110000 | 1000110 | 1011010 | 0 | 1000111 | 110 | 10000101 | 1011000 | 110100 |
Color Harmonies of #19F046
Complementary color
Monochromatic Colors of #19F046
Black with #19F046
Text Example
Text Example
White with #19F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F046; }
p { color: rgb(25,240,70); }
H1.HeaderClassName
{
color: #19F046;
}
.AnyTagClassName
{
color: #19F046;
}
</style>
background-color css
<style>
a { background-color: #19F046; }
a { background-color: rgb(25,240,70); }
div.DivClassName
{
background-color: #19F046;
}
.BgClassName
{
background-color: #19F046;
}
</style>
border-color css
<style>
span { border-color: #19F046; }
span { border-color: rgb(25,240,70); }
td.TdClassName
{
border-color: #19F046;
}
.TagClassName
{
border-color: #19F046;
}
</style>