Shades of Malachite #19F148
Tints of Malachite #19F148
RGB
CMYK
RGB Variations
Color information
#19F148 (or 0x19F148) is known color: Malachite. HEX triplet: 19, F1 and 48. RGB value is (25,241,72). Sum of RGB (Red+Green+Blue) = 25+241+72=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #19F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F148 is #E60EB7. Grayscale: #9D9D9D. Windows color (decimal): -15077048 or 4780313. OLE color: 4780313.
HSL color Cylindrical-coordinate representation of color #19F148: hue angle of 133.06º 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 #19F148 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 72 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.05 |
| HSL | 133.06º | 0.89% | 0.52% | - |
| HSV(B) | 133.06º | 0.9% | 0.95% | - |
| XYZ | 33.03 | 63.59 | 16.66 | - |
| YUV | 157.15 | 79.94 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 72 | 0.90 | 0 | 0.70 | 0.05 | 133.06 | 0.89 | 0.52 |
| Hex | 19 | F1 | 48 | 5A | 0 | 46 | 5 | 85 | 59 | 34 |
| Octal | 31 | 361 | 110 | 132 | 0 | 106 | 5 | 205 | 131 | 64 |
| Binary | 11001 | 11110001 | 1001000 | 1011010 | 0 | 1000110 | 101 | 10000101 | 1011001 | 110100 |
Color Harmonies of #19F148
Complementary color
Monochromatic Colors of #19F148
Black with #19F148
Text Example
Text Example
White with #19F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F148; }
p { color: rgb(25,241,72); }
H1.HeaderClassName
{
color: #19F148;
}
.AnyTagClassName
{
color: #19F148;
}
</style>
background-color css
<style>
a { background-color: #19F148; }
a { background-color: rgb(25,241,72); }
div.DivClassName
{
background-color: #19F148;
}
.BgClassName
{
background-color: #19F148;
}
</style>
border-color css
<style>
span { border-color: #19F148; }
span { border-color: rgb(25,241,72); }
td.TdClassName
{
border-color: #19F148;
}
.TagClassName
{
border-color: #19F148;
}
</style>