Shades of Malachite #19F55B
Tints of Malachite #19F55B
RGB
CMYK
RGB Variations
Color information
#19F55B (or 0x19F55B) is known color: Malachite. HEX triplet: 19, F5 and 5B. RGB value is (25,245,91). Sum of RGB (Red+Green+Blue) = 25+245+91=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #19F55B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F55B is #E60AA4. Grayscale: #A2A2A2. Windows color (decimal): -15076005 or 6026521. OLE color: 6026521.
HSL color Cylindrical-coordinate representation of color #19F55B: hue angle of 138º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F55B is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 91 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.04 |
| HSL | 138º | 0.92% | 0.53% | - |
| HSV(B) | 138º | 0.9% | 0.96% | - |
| XYZ | 34.94 | 66.27 | 20.85 | - |
| YUV | 161.66 | 88.11 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 91 | 0.90 | 0 | 0.63 | 0.04 | 138 | 0.92 | 0.53 |
| Hex | 19 | F5 | 5B | 5A | 0 | 3F | 4 | 8A | 5C | 35 |
| Octal | 31 | 365 | 133 | 132 | 0 | 77 | 4 | 212 | 134 | 65 |
| Binary | 11001 | 11110101 | 1011011 | 1011010 | 0 | 111111 | 100 | 10001010 | 1011100 | 110101 |
Color Harmonies of #19F55B
Complementary color
Monochromatic Colors of #19F55B
Black with #19F55B
Text Example
Text Example
White with #19F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F55B; }
p { color: rgb(25,245,91); }
H1.HeaderClassName
{
color: #19F55B;
}
.AnyTagClassName
{
color: #19F55B;
}
</style>
background-color css
<style>
a { background-color: #19F55B; }
a { background-color: rgb(25,245,91); }
div.DivClassName
{
background-color: #19F55B;
}
.BgClassName
{
background-color: #19F55B;
}
</style>
border-color css
<style>
span { border-color: #19F55B; }
span { border-color: rgb(25,245,91); }
td.TdClassName
{
border-color: #19F55B;
}
.TagClassName
{
border-color: #19F55B;
}
</style>