Shades of Malachite #19F540
Tints of Malachite #19F540
RGB
CMYK
RGB Variations
Color information
#19F540 (or 0x19F540) is known color: Malachite. HEX triplet: 19, F5 and 40. RGB value is (25,245,64). Sum of RGB (Red+Green+Blue) = 25+245+64=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #19F540 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F540 is #E60ABF. Grayscale: #9F9F9F. Windows color (decimal): -15076032 or 4257049. OLE color: 4257049.
HSL color Cylindrical-coordinate representation of color #19F540: hue angle of 130.64º 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 #19F540 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 64 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.04 |
| HSL | 130.64º | 0.92% | 0.53% | - |
| HSV(B) | 130.64º | 0.9% | 0.96% | - |
| XYZ | 33.98 | 65.88 | 15.78 | - |
| YUV | 158.59 | 74.61 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 64 | 0.90 | 0 | 0.74 | 0.04 | 130.64 | 0.92 | 0.53 |
| Hex | 19 | F5 | 40 | 5A | 0 | 4A | 4 | 83 | 5C | 35 |
| Octal | 31 | 365 | 100 | 132 | 0 | 112 | 4 | 203 | 134 | 65 |
| Binary | 11001 | 11110101 | 1000000 | 1011010 | 0 | 1001010 | 100 | 10000011 | 1011100 | 110101 |
Color Harmonies of #19F540
Complementary color
Monochromatic Colors of #19F540
Black with #19F540
Text Example
Text Example
White with #19F540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F540; }
p { color: rgb(25,245,64); }
H1.HeaderClassName
{
color: #19F540;
}
.AnyTagClassName
{
color: #19F540;
}
</style>
background-color css
<style>
a { background-color: #19F540; }
a { background-color: rgb(25,245,64); }
div.DivClassName
{
background-color: #19F540;
}
.BgClassName
{
background-color: #19F540;
}
</style>
border-color css
<style>
span { border-color: #19F540; }
span { border-color: rgb(25,245,64); }
td.TdClassName
{
border-color: #19F540;
}
.TagClassName
{
border-color: #19F540;
}
</style>