Shades of Malachite #19F760
Tints of Malachite #19F760
RGB
CMYK
RGB Variations
Color information
#19F760 (or 0x19F760) is known color: Malachite. HEX triplet: 19, F7 and 60. RGB value is (25,247,96). Sum of RGB (Red+Green+Blue) = 25+247+96=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #19F760 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F760 is #E6089F. Grayscale: #A3A3A3. Windows color (decimal): -15075488 or 6354713. OLE color: 6354713.
HSL color Cylindrical-coordinate representation of color #19F760: hue angle of 139.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F760 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 247 | 96 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.03 |
| HSL | 139.19º | 0.93% | 0.53% | - |
| HSV(B) | 139.19º | 0.9% | 0.97% | - |
| XYZ | 35.77 | 67.57 | 22.22 | - |
| YUV | 163.41 | 89.95 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 247 | 96 | 0.90 | 0 | 0.61 | 0.03 | 139.19 | 0.93 | 0.53 |
| Hex | 19 | F7 | 60 | 5A | 0 | 3D | 3 | 8B | 5D | 35 |
| Octal | 31 | 367 | 140 | 132 | 0 | 75 | 3 | 213 | 135 | 65 |
| Binary | 11001 | 11110111 | 1100000 | 1011010 | 0 | 111101 | 11 | 10001011 | 1011101 | 110101 |
Color Harmonies of #19F760
Complementary color
Monochromatic Colors of #19F760
Black with #19F760
Text Example
Text Example
White with #19F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F760; }
p { color: rgb(25,247,96); }
H1.HeaderClassName
{
color: #19F760;
}
.AnyTagClassName
{
color: #19F760;
}
</style>
background-color css
<style>
a { background-color: #19F760; }
a { background-color: rgb(25,247,96); }
div.DivClassName
{
background-color: #19F760;
}
.BgClassName
{
background-color: #19F760;
}
</style>
border-color css
<style>
span { border-color: #19F760; }
span { border-color: rgb(25,247,96); }
td.TdClassName
{
border-color: #19F760;
}
.TagClassName
{
border-color: #19F760;
}
</style>