Shades of Malachite #19F25B
Tints of Malachite #19F25B
RGB
CMYK
RGB Variations
Color information
#19F25B (or 0x19F25B) is known color: Malachite. HEX triplet: 19, F2 and 5B. RGB value is (25,242,91). Sum of RGB (Red+Green+Blue) = 25+242+91=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #19F25B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F25B is #E60DA4. Grayscale: #A0A0A0. Windows color (decimal): -15076773 or 6025753. OLE color: 6025753.
HSL color Cylindrical-coordinate representation of color #19F25B: hue angle of 138.25º 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 #19F25B is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 91 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.05 |
| HSL | 138.25º | 0.89% | 0.52% | - |
| HSV(B) | 138.25º | 0.9% | 0.95% | - |
| XYZ | 34.04 | 64.47 | 20.55 | - |
| YUV | 159.9 | 89.11 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 91 | 0.90 | 0 | 0.62 | 0.05 | 138.25 | 0.89 | 0.52 |
| Hex | 19 | F2 | 5B | 5A | 0 | 3E | 5 | 8A | 59 | 34 |
| Octal | 31 | 362 | 133 | 132 | 0 | 76 | 5 | 212 | 131 | 64 |
| Binary | 11001 | 11110010 | 1011011 | 1011010 | 0 | 111110 | 101 | 10001010 | 1011001 | 110100 |
Color Harmonies of #19F25B
Complementary color
Monochromatic Colors of #19F25B
Black with #19F25B
Text Example
Text Example
White with #19F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F25B; }
p { color: rgb(25,242,91); }
H1.HeaderClassName
{
color: #19F25B;
}
.AnyTagClassName
{
color: #19F25B;
}
</style>
background-color css
<style>
a { background-color: #19F25B; }
a { background-color: rgb(25,242,91); }
div.DivClassName
{
background-color: #19F25B;
}
.BgClassName
{
background-color: #19F25B;
}
</style>
border-color css
<style>
span { border-color: #19F25B; }
span { border-color: rgb(25,242,91); }
td.TdClassName
{
border-color: #19F25B;
}
.TagClassName
{
border-color: #19F25B;
}
</style>