Shades of Malachite #19F64C
Tints of Malachite #19F64C
RGB
CMYK
RGB Variations
Color information
#19F64C (or 0x19F64C) is known color: Malachite. HEX triplet: 19, F6 and 4C. RGB value is (25,246,76). Sum of RGB (Red+Green+Blue) = 25+246+76=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 246 (96.48% from 255 or 70.89% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 246 - color contains mainly: green. Hex color #19F64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F64C is #E609B3. Grayscale: #A1A1A1. Windows color (decimal): -15075764 or 5043737. OLE color: 5043737.
HSL color Cylindrical-coordinate representation of color #19F64C: hue angle of 133.85º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F64C is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 246 | 76 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.04 |
| HSL | 133.85º | 0.92% | 0.53% | - |
| HSV(B) | 133.85º | 0.9% | 0.96% | - |
| XYZ | 34.66 | 66.64 | 17.87 | - |
| YUV | 160.54 | 80.28 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 246 | 76 | 0.90 | 0 | 0.69 | 0.04 | 133.85 | 0.92 | 0.53 |
| Hex | 19 | F6 | 4C | 5A | 0 | 45 | 4 | 86 | 5C | 35 |
| Octal | 31 | 366 | 114 | 132 | 0 | 105 | 4 | 206 | 134 | 65 |
| Binary | 11001 | 11110110 | 1001100 | 1011010 | 0 | 1000101 | 100 | 10000110 | 1011100 | 110101 |
Color Harmonies of #19F64C
Complementary color
Monochromatic Colors of #19F64C
Black with #19F64C
Text Example
Text Example
White with #19F64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F64C; }
p { color: rgb(25,246,76); }
H1.HeaderClassName
{
color: #19F64C;
}
.AnyTagClassName
{
color: #19F64C;
}
</style>
background-color css
<style>
a { background-color: #19F64C; }
a { background-color: rgb(25,246,76); }
div.DivClassName
{
background-color: #19F64C;
}
.BgClassName
{
background-color: #19F64C;
}
</style>
border-color css
<style>
span { border-color: #19F64C; }
span { border-color: rgb(25,246,76); }
td.TdClassName
{
border-color: #19F64C;
}
.TagClassName
{
border-color: #19F64C;
}
</style>