Shades of Malachite #19F94A
Tints of Malachite #19F94A
RGB
CMYK
RGB Variations
Color information
#19F94A (or 0x19F94A) is known color: Malachite. HEX triplet: 19, F9 and 4A. RGB value is (25,249,74). Sum of RGB (Red+Green+Blue) = 25+249+74=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #19F94A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F94A is #E606B5. Grayscale: #A2A2A2. Windows color (decimal): -15074998 or 4913433. OLE color: 4913433.
HSL color Cylindrical-coordinate representation of color #19F94A: hue angle of 133.12º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F94A is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 74 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.02 |
| HSL | 133.13º | 0.95% | 0.54% | - |
| HSV(B) | 133.13º | 0.9% | 0.98% | - |
| XYZ | 35.51 | 68.45 | 17.82 | - |
| YUV | 162.07 | 78.29 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 74 | 0.90 | 0 | 0.70 | 0.02 | 133.13 | 0.95 | 0.54 |
| Hex | 19 | F9 | 4A | 5A | 0 | 46 | 2 | 85 | 5F | 36 |
| Octal | 31 | 371 | 112 | 132 | 0 | 106 | 2 | 205 | 137 | 66 |
| Binary | 11001 | 11111001 | 1001010 | 1011010 | 0 | 1000110 | 10 | 10000101 | 1011111 | 110110 |
Color Harmonies of #19F94A
Complementary color
Monochromatic Colors of #19F94A
Black with #19F94A
Text Example
Text Example
White with #19F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F94A; }
p { color: rgb(25,249,74); }
H1.HeaderClassName
{
color: #19F94A;
}
.AnyTagClassName
{
color: #19F94A;
}
</style>
background-color css
<style>
a { background-color: #19F94A; }
a { background-color: rgb(25,249,74); }
div.DivClassName
{
background-color: #19F94A;
}
.BgClassName
{
background-color: #19F94A;
}
</style>
border-color css
<style>
span { border-color: #19F94A; }
span { border-color: rgb(25,249,74); }
td.TdClassName
{
border-color: #19F94A;
}
.TagClassName
{
border-color: #19F94A;
}
</style>