Shades of Malachite #19F14F
Tints of Malachite #19F14F
RGB
CMYK
RGB Variations
Color information
#19F14F (or 0x19F14F) is known color: Malachite. HEX triplet: 19, F1 and 4F. RGB value is (25,241,79). Sum of RGB (Red+Green+Blue) = 25+241+79=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #19F14F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F14F is #E60EB0. Grayscale: #9E9E9E. Windows color (decimal): -15077041 or 5239065. OLE color: 5239065.
HSL color Cylindrical-coordinate representation of color #19F14F: hue angle of 135º 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 #19F14F is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 79 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.05 |
| HSL | 135º | 0.89% | 0.52% | - |
| HSV(B) | 135º | 0.9% | 0.95% | - |
| XYZ | 33.27 | 63.68 | 17.94 | - |
| YUV | 157.95 | 83.44 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 79 | 0.90 | 0 | 0.67 | 0.05 | 135 | 0.89 | 0.52 |
| Hex | 19 | F1 | 4F | 5A | 0 | 43 | 5 | 87 | 59 | 34 |
| Octal | 31 | 361 | 117 | 132 | 0 | 103 | 5 | 207 | 131 | 64 |
| Binary | 11001 | 11110001 | 1001111 | 1011010 | 0 | 1000011 | 101 | 10000111 | 1011001 | 110100 |
Color Harmonies of #19F14F
Complementary color
Monochromatic Colors of #19F14F
Black with #19F14F
Text Example
Text Example
White with #19F14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F14F; }
p { color: rgb(25,241,79); }
H1.HeaderClassName
{
color: #19F14F;
}
.AnyTagClassName
{
color: #19F14F;
}
</style>
background-color css
<style>
a { background-color: #19F14F; }
a { background-color: rgb(25,241,79); }
div.DivClassName
{
background-color: #19F14F;
}
.BgClassName
{
background-color: #19F14F;
}
</style>
border-color css
<style>
span { border-color: #19F14F; }
span { border-color: rgb(25,241,79); }
td.TdClassName
{
border-color: #19F14F;
}
.TagClassName
{
border-color: #19F14F;
}
</style>