Shades of Malachite #19BD5A
Tints of Malachite #19BD5A
RGB
CMYK
RGB Variations
Color information
#19BD5A (or 0x19BD5A) is known color: Malachite. HEX triplet: 19, BD and 5A. RGB value is (25,189,90). Sum of RGB (Red+Green+Blue) = 25+189+90=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BD5A is #E642A5. Grayscale: #808080. Windows color (decimal): -15090342 or 5946649. OLE color: 5946649.
HSL color Cylindrical-coordinate representation of color #19BD5A: hue angle of 143.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BD5A is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 90 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.26 |
| HSL | 143.78º | 0.77% | 0.42% | - |
| HSV(B) | 143.78º | 0.87% | 0.74% | - |
| XYZ | 20.44 | 37.34 | 15.8 | - |
| YUV | 128.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 90 | 0.87 | 0 | 0.52 | 0.26 | 143.78 | 0.77 | 0.42 |
| Hex | 19 | BD | 5A | 57 | 0 | 34 | 1A | 90 | 4D | 2A |
| Octal | 31 | 275 | 132 | 127 | 0 | 64 | 32 | 220 | 115 | 52 |
| Binary | 11001 | 10111101 | 1011010 | 1010111 | 0 | 110100 | 11010 | 10010000 | 1001101 | 101010 |
Color Harmonies of #19BD5A
Complementary color
Monochromatic Colors of #19BD5A
Black with #19BD5A
Text Example
Text Example
White with #19BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD5A; }
p { color: rgb(25,189,90); }
H1.HeaderClassName
{
color: #19BD5A;
}
.AnyTagClassName
{
color: #19BD5A;
}
</style>
background-color css
<style>
a { background-color: #19BD5A; }
a { background-color: rgb(25,189,90); }
div.DivClassName
{
background-color: #19BD5A;
}
.BgClassName
{
background-color: #19BD5A;
}
</style>
border-color css
<style>
span { border-color: #19BD5A; }
span { border-color: rgb(25,189,90); }
td.TdClassName
{
border-color: #19BD5A;
}
.TagClassName
{
border-color: #19BD5A;
}
</style>