Shades of Malachite #19F245
Tints of Malachite #19F245
RGB
CMYK
RGB Variations
Color information
#19F245 (or 0x19F245) is known color: Malachite. HEX triplet: 19, F2 and 45. RGB value is (25,242,69). Sum of RGB (Red+Green+Blue) = 25+242+69=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #19F245 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F245 is #E60DBA. Grayscale: #9D9D9D. Windows color (decimal): -15076795 or 4583961. OLE color: 4583961.
HSL color Cylindrical-coordinate representation of color #19F245: hue angle of 132.17º 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 #19F245 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 69 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.05 |
| HSL | 132.17º | 0.89% | 0.52% | - |
| HSV(B) | 132.17º | 0.9% | 0.95% | - |
| XYZ | 33.23 | 64.14 | 16.26 | - |
| YUV | 157.4 | 78.11 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 69 | 0.90 | 0 | 0.71 | 0.05 | 132.17 | 0.89 | 0.52 |
| Hex | 19 | F2 | 45 | 5A | 0 | 47 | 5 | 84 | 59 | 34 |
| Octal | 31 | 362 | 105 | 132 | 0 | 107 | 5 | 204 | 131 | 64 |
| Binary | 11001 | 11110010 | 1000101 | 1011010 | 0 | 1000111 | 101 | 10000100 | 1011001 | 110100 |
Color Harmonies of #19F245
Complementary color
Monochromatic Colors of #19F245
Black with #19F245
Text Example
Text Example
White with #19F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F245; }
p { color: rgb(25,242,69); }
H1.HeaderClassName
{
color: #19F245;
}
.AnyTagClassName
{
color: #19F245;
}
</style>
background-color css
<style>
a { background-color: #19F245; }
a { background-color: rgb(25,242,69); }
div.DivClassName
{
background-color: #19F245;
}
.BgClassName
{
background-color: #19F245;
}
</style>
border-color css
<style>
span { border-color: #19F245; }
span { border-color: rgb(25,242,69); }
td.TdClassName
{
border-color: #19F245;
}
.TagClassName
{
border-color: #19F245;
}
</style>