Shades of Malachite #19F240
Tints of Malachite #19F240
RGB
CMYK
RGB Variations
Color information
#19F240 (or 0x19F240) is known color: Malachite. HEX triplet: 19, F2 and 40. RGB value is (25,242,64). Sum of RGB (Red+Green+Blue) = 25+242+64=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #19F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F240 is #E60DBF. Grayscale: #9D9D9D. Windows color (decimal): -15076800 or 4256281. OLE color: 4256281.
HSL color Cylindrical-coordinate representation of color #19F240: hue angle of 130.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F240 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 64 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.05 |
| HSL | 130.78º | 0.89% | 0.52% | - |
| HSV(B) | 130.78º | 0.9% | 0.95% | - |
| XYZ | 33.08 | 64.08 | 15.48 | - |
| YUV | 156.83 | 75.61 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 64 | 0.90 | 0 | 0.74 | 0.05 | 130.78 | 0.89 | 0.52 |
| Hex | 19 | F2 | 40 | 5A | 0 | 4A | 5 | 83 | 59 | 34 |
| Octal | 31 | 362 | 100 | 132 | 0 | 112 | 5 | 203 | 131 | 64 |
| Binary | 11001 | 11110010 | 1000000 | 1011010 | 0 | 1001010 | 101 | 10000011 | 1011001 | 110100 |
Color Harmonies of #19F240
Complementary color
Monochromatic Colors of #19F240
Black with #19F240
Text Example
Text Example
White with #19F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F240; }
p { color: rgb(25,242,64); }
H1.HeaderClassName
{
color: #19F240;
}
.AnyTagClassName
{
color: #19F240;
}
</style>
background-color css
<style>
a { background-color: #19F240; }
a { background-color: rgb(25,242,64); }
div.DivClassName
{
background-color: #19F240;
}
.BgClassName
{
background-color: #19F240;
}
</style>
border-color css
<style>
span { border-color: #19F240; }
span { border-color: rgb(25,242,64); }
td.TdClassName
{
border-color: #19F240;
}
.TagClassName
{
border-color: #19F240;
}
</style>