Shades of Malachite #19F064
Tints of Malachite #19F064
RGB
CMYK
RGB Variations
Color information
#19F064 (or 0x19F064) is known color: Malachite. HEX triplet: 19, F0 and 64. RGB value is (25,240,100). Sum of RGB (Red+Green+Blue) = 25+240+100=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #19F064 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F064 is #E60F9B. Grayscale: #A0A0A0. Windows color (decimal): -15077276 or 6615065. OLE color: 6615065.
HSL color Cylindrical-coordinate representation of color #19F064: hue angle of 140.93º 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 #19F064 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 100 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.06 |
| HSL | 140.93º | 0.88% | 0.52% | - |
| HSV(B) | 140.93º | 0.9% | 0.94% | - |
| XYZ | 33.86 | 63.45 | 22.52 | - |
| YUV | 159.76 | 94.27 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 100 | 0.90 | 0 | 0.58 | 0.06 | 140.93 | 0.88 | 0.52 |
| Hex | 19 | F0 | 64 | 5A | 0 | 3A | 6 | 8D | 58 | 34 |
| Octal | 31 | 360 | 144 | 132 | 0 | 72 | 6 | 215 | 130 | 64 |
| Binary | 11001 | 11110000 | 1100100 | 1011010 | 0 | 111010 | 110 | 10001101 | 1011000 | 110100 |
Color Harmonies of #19F064
Complementary color
Monochromatic Colors of #19F064
Black with #19F064
Text Example
Text Example
White with #19F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F064; }
p { color: rgb(25,240,100); }
H1.HeaderClassName
{
color: #19F064;
}
.AnyTagClassName
{
color: #19F064;
}
</style>
background-color css
<style>
a { background-color: #19F064; }
a { background-color: rgb(25,240,100); }
div.DivClassName
{
background-color: #19F064;
}
.BgClassName
{
background-color: #19F064;
}
</style>
border-color css
<style>
span { border-color: #19F064; }
span { border-color: rgb(25,240,100); }
td.TdClassName
{
border-color: #19F064;
}
.TagClassName
{
border-color: #19F064;
}
</style>