Shades of Malachite #19F145
Tints of Malachite #19F145
RGB
CMYK
RGB Variations
Color information
#19F145 (or 0x19F145) is known color: Malachite. HEX triplet: 19, F1 and 45. RGB value is (25,241,69). Sum of RGB (Red+Green+Blue) = 25+241+69=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #19F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F145 is #E60EBA. Grayscale: #9D9D9D. Windows color (decimal): -15077051 or 4583705. OLE color: 4583705.
HSL color Cylindrical-coordinate representation of color #19F145: hue angle of 132.22º 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 #19F145 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 69 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.05 |
| HSL | 132.22º | 0.89% | 0.52% | - |
| HSV(B) | 132.22º | 0.9% | 0.95% | - |
| XYZ | 32.93 | 63.55 | 16.16 | - |
| YUV | 156.81 | 78.44 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 69 | 0.90 | 0 | 0.71 | 0.05 | 132.22 | 0.89 | 0.52 |
| Hex | 19 | F1 | 45 | 5A | 0 | 47 | 5 | 84 | 59 | 34 |
| Octal | 31 | 361 | 105 | 132 | 0 | 107 | 5 | 204 | 131 | 64 |
| Binary | 11001 | 11110001 | 1000101 | 1011010 | 0 | 1000111 | 101 | 10000100 | 1011001 | 110100 |
Color Harmonies of #19F145
Complementary color
Monochromatic Colors of #19F145
Black with #19F145
Text Example
Text Example
White with #19F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F145; }
p { color: rgb(25,241,69); }
H1.HeaderClassName
{
color: #19F145;
}
.AnyTagClassName
{
color: #19F145;
}
</style>
background-color css
<style>
a { background-color: #19F145; }
a { background-color: rgb(25,241,69); }
div.DivClassName
{
background-color: #19F145;
}
.BgClassName
{
background-color: #19F145;
}
</style>
border-color css
<style>
span { border-color: #19F145; }
span { border-color: rgb(25,241,69); }
td.TdClassName
{
border-color: #19F145;
}
.TagClassName
{
border-color: #19F145;
}
</style>