Shades of Malachite #19F261
Tints of Malachite #19F261
RGB
CMYK
RGB Variations
Color information
#19F261 (or 0x19F261) is known color: Malachite. HEX triplet: 19, F2 and 61. RGB value is (25,242,97). Sum of RGB (Red+Green+Blue) = 25+242+97=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #19F261 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F261 is #E60D9E. Grayscale: #A0A0A0. Windows color (decimal): -15076767 or 6418969. OLE color: 6418969.
HSL color Cylindrical-coordinate representation of color #19F261: hue angle of 139.91º 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 #19F261 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 97 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.05 |
| HSL | 139.91º | 0.89% | 0.52% | - |
| HSV(B) | 139.91º | 0.9% | 0.95% | - |
| XYZ | 34.31 | 64.57 | 21.96 | - |
| YUV | 160.59 | 92.11 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 97 | 0.90 | 0 | 0.60 | 0.05 | 139.91 | 0.89 | 0.52 |
| Hex | 19 | F2 | 61 | 5A | 0 | 3C | 5 | 8C | 59 | 34 |
| Octal | 31 | 362 | 141 | 132 | 0 | 74 | 5 | 214 | 131 | 64 |
| Binary | 11001 | 11110010 | 1100001 | 1011010 | 0 | 111100 | 101 | 10001100 | 1011001 | 110100 |
Color Harmonies of #19F261
Complementary color
Monochromatic Colors of #19F261
Black with #19F261
Text Example
Text Example
White with #19F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F261; }
p { color: rgb(25,242,97); }
H1.HeaderClassName
{
color: #19F261;
}
.AnyTagClassName
{
color: #19F261;
}
</style>
background-color css
<style>
a { background-color: #19F261; }
a { background-color: rgb(25,242,97); }
div.DivClassName
{
background-color: #19F261;
}
.BgClassName
{
background-color: #19F261;
}
</style>
border-color css
<style>
span { border-color: #19F261; }
span { border-color: rgb(25,242,97); }
td.TdClassName
{
border-color: #19F261;
}
.TagClassName
{
border-color: #19F261;
}
</style>