Shades of Malachite #19FA3A
Tints of Malachite #19FA3A
RGB
CMYK
RGB Variations
Color information
#19FA3A (or 0x19FA3A) is known color: Malachite. HEX triplet: 19, FA and 3A. RGB value is (25,250,58). Sum of RGB (Red+Green+Blue) = 25+250+58=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA3A is #E605C5. Grayscale: #A1A1A1. Windows color (decimal): -15074758 or 3865113. OLE color: 3865113.
HSL color Cylindrical-coordinate representation of color #19FA3A: hue angle of 128.8º 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 #19FA3A is Cyan = 0.9, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 58 | - |
| CMYK | 0.9 | 0 | 0.77 | 0.02 |
| HSL | 128.8º | 0.96% | 0.54% | - |
| HSV(B) | 128.8º | 0.9% | 0.98% | - |
| XYZ | 35.35 | 68.88 | 15.44 | - |
| YUV | 160.84 | 69.96 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 58 | 0.9 | 0 | 0.77 | 0.02 | 128.8 | 0.96 | 0.54 |
| Hex | 19 | FA | 3A | 5A | 0 | 4D | 2 | 81 | 60 | 36 |
| Octal | 31 | 372 | 72 | 132 | 0 | 115 | 2 | 201 | 140 | 66 |
| Binary | 11001 | 11111010 | 111010 | 1011010 | 0 | 1001101 | 10 | 10000001 | 1100000 | 110110 |
Color Harmonies of #19FA3A
Complementary color
Monochromatic Colors of #19FA3A
Black with #19FA3A
Text Example
Text Example
White with #19FA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA3A; }
p { color: rgb(25,250,58); }
H1.HeaderClassName
{
color: #19FA3A;
}
.AnyTagClassName
{
color: #19FA3A;
}
</style>
background-color css
<style>
a { background-color: #19FA3A; }
a { background-color: rgb(25,250,58); }
div.DivClassName
{
background-color: #19FA3A;
}
.BgClassName
{
background-color: #19FA3A;
}
</style>
border-color css
<style>
span { border-color: #19FA3A; }
span { border-color: rgb(25,250,58); }
td.TdClassName
{
border-color: #19FA3A;
}
.TagClassName
{
border-color: #19FA3A;
}
</style>