Shades of Malachite #19F069
Tints of Malachite #19F069
RGB
CMYK
RGB Variations
Color information
#19F069 (or 0x19F069) is known color: Malachite. HEX triplet: 19, F0 and 69. RGB value is (25,240,105). Sum of RGB (Red+Green+Blue) = 25+240+105=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #19F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F069 is #E60F96. Grayscale: #A0A0A0. Windows color (decimal): -15077271 or 6942745. OLE color: 6942745.
HSL color Cylindrical-coordinate representation of color #19F069: hue angle of 142.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F069 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 105 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.06 |
| HSL | 142.33º | 0.88% | 0.52% | - |
| HSV(B) | 142.33º | 0.9% | 0.94% | - |
| XYZ | 34.11 | 63.55 | 23.83 | - |
| YUV | 160.33 | 96.77 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 105 | 0.90 | 0 | 0.56 | 0.06 | 142.33 | 0.88 | 0.52 |
| Hex | 19 | F0 | 69 | 5A | 0 | 38 | 6 | 8E | 58 | 34 |
| Octal | 31 | 360 | 151 | 132 | 0 | 70 | 6 | 216 | 130 | 64 |
| Binary | 11001 | 11110000 | 1101001 | 1011010 | 0 | 111000 | 110 | 10001110 | 1011000 | 110100 |
Color Harmonies of #19F069
Complementary color
Monochromatic Colors of #19F069
Black with #19F069
Text Example
Text Example
White with #19F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F069; }
p { color: rgb(25,240,105); }
H1.HeaderClassName
{
color: #19F069;
}
.AnyTagClassName
{
color: #19F069;
}
</style>
background-color css
<style>
a { background-color: #19F069; }
a { background-color: rgb(25,240,105); }
div.DivClassName
{
background-color: #19F069;
}
.BgClassName
{
background-color: #19F069;
}
</style>
border-color css
<style>
span { border-color: #19F069; }
span { border-color: rgb(25,240,105); }
td.TdClassName
{
border-color: #19F069;
}
.TagClassName
{
border-color: #19F069;
}
</style>