Shades of Malachite #19C950
Tints of Malachite #19C950
RGB
CMYK
RGB Variations
Color information
#19C950 (or 0x19C950) is known color: Malachite. HEX triplet: 19, C9 and 50. RGB value is (25,201,80). Sum of RGB (Red+Green+Blue) = 25+201+80=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #19C950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C950 is #E636AF. Grayscale: #868686. Windows color (decimal): -15087280 or 5294361. OLE color: 5294361.
HSL color Cylindrical-coordinate representation of color #19C950: hue angle of 138.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C950 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 80 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.21 |
| HSL | 138.75º | 0.78% | 0.44% | - |
| HSV(B) | 138.75º | 0.88% | 0.79% | - |
| XYZ | 22.74 | 42.56 | 14.61 | - |
| YUV | 134.58 | 97.19 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 80 | 0.88 | 0 | 0.60 | 0.21 | 138.75 | 0.78 | 0.44 |
| Hex | 19 | C9 | 50 | 58 | 0 | 3C | 15 | 8B | 4E | 2C |
| Octal | 31 | 311 | 120 | 130 | 0 | 74 | 25 | 213 | 116 | 54 |
| Binary | 11001 | 11001001 | 1010000 | 1011000 | 0 | 111100 | 10101 | 10001011 | 1001110 | 101100 |
Color Harmonies of #19C950
Complementary color
Monochromatic Colors of #19C950
Black with #19C950
Text Example
Text Example
White with #19C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C950; }
p { color: rgb(25,201,80); }
H1.HeaderClassName
{
color: #19C950;
}
.AnyTagClassName
{
color: #19C950;
}
</style>
background-color css
<style>
a { background-color: #19C950; }
a { background-color: rgb(25,201,80); }
div.DivClassName
{
background-color: #19C950;
}
.BgClassName
{
background-color: #19C950;
}
</style>
border-color css
<style>
span { border-color: #19C950; }
span { border-color: rgb(25,201,80); }
td.TdClassName
{
border-color: #19C950;
}
.TagClassName
{
border-color: #19C950;
}
</style>