Shades of Malachite #19FA40
Tints of Malachite #19FA40
RGB
CMYK
RGB Variations
Color information
#19FA40 (or 0x19FA40) is known color: Malachite. HEX triplet: 19, FA and 40. RGB value is (25,250,64). Sum of RGB (Red+Green+Blue) = 25+250+64=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA40 is #E605BF. Grayscale: #A2A2A2. Windows color (decimal): -15074752 or 4258329. OLE color: 4258329.
HSL color Cylindrical-coordinate representation of color #19FA40: hue angle of 130.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FA40 is Cyan = 0.9, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 64 | - |
| CMYK | 0.9 | 0 | 0.74 | 0.02 |
| HSL | 130.4º | 0.96% | 0.54% | - |
| HSV(B) | 130.4º | 0.9% | 0.98% | - |
| XYZ | 35.51 | 68.95 | 16.29 | - |
| YUV | 161.52 | 72.96 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 64 | 0.9 | 0 | 0.74 | 0.02 | 130.4 | 0.96 | 0.54 |
| Hex | 19 | FA | 40 | 5A | 0 | 4A | 2 | 82 | 60 | 36 |
| Octal | 31 | 372 | 100 | 132 | 0 | 112 | 2 | 202 | 140 | 66 |
| Binary | 11001 | 11111010 | 1000000 | 1011010 | 0 | 1001010 | 10 | 10000010 | 1100000 | 110110 |
Color Harmonies of #19FA40
Complementary color
Monochromatic Colors of #19FA40
Black with #19FA40
Text Example
Text Example
White with #19FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA40; }
p { color: rgb(25,250,64); }
H1.HeaderClassName
{
color: #19FA40;
}
.AnyTagClassName
{
color: #19FA40;
}
</style>
background-color css
<style>
a { background-color: #19FA40; }
a { background-color: rgb(25,250,64); }
div.DivClassName
{
background-color: #19FA40;
}
.BgClassName
{
background-color: #19FA40;
}
</style>
border-color css
<style>
span { border-color: #19FA40; }
span { border-color: rgb(25,250,64); }
td.TdClassName
{
border-color: #19FA40;
}
.TagClassName
{
border-color: #19FA40;
}
</style>