Shades of Malachite #19F25F
Tints of Malachite #19F25F
RGB
CMYK
RGB Variations
Color information
#19F25F (or 0x19F25F) is known color: Malachite. HEX triplet: 19, F2 and 5F. RGB value is (25,242,95). Sum of RGB (Red+Green+Blue) = 25+242+95=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #19F25F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F25F is #E60DA0. Grayscale: #A0A0A0. Windows color (decimal): -15076769 or 6287897. OLE color: 6287897.
HSL color Cylindrical-coordinate representation of color #19F25F: hue angle of 139.35º 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 #19F25F is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 95 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.05 |
| HSL | 139.35º | 0.89% | 0.52% | - |
| HSV(B) | 139.35º | 0.9% | 0.95% | - |
| XYZ | 34.22 | 64.54 | 21.48 | - |
| YUV | 160.36 | 91.11 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 95 | 0.90 | 0 | 0.61 | 0.05 | 139.35 | 0.89 | 0.52 |
| Hex | 19 | F2 | 5F | 5A | 0 | 3D | 5 | 8B | 59 | 34 |
| Octal | 31 | 362 | 137 | 132 | 0 | 75 | 5 | 213 | 131 | 64 |
| Binary | 11001 | 11110010 | 1011111 | 1011010 | 0 | 111101 | 101 | 10001011 | 1011001 | 110100 |
Color Harmonies of #19F25F
Complementary color
Monochromatic Colors of #19F25F
Black with #19F25F
Text Example
Text Example
White with #19F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F25F; }
p { color: rgb(25,242,95); }
H1.HeaderClassName
{
color: #19F25F;
}
.AnyTagClassName
{
color: #19F25F;
}
</style>
background-color css
<style>
a { background-color: #19F25F; }
a { background-color: rgb(25,242,95); }
div.DivClassName
{
background-color: #19F25F;
}
.BgClassName
{
background-color: #19F25F;
}
</style>
border-color css
<style>
span { border-color: #19F25F; }
span { border-color: rgb(25,242,95); }
td.TdClassName
{
border-color: #19F25F;
}
.TagClassName
{
border-color: #19F25F;
}
</style>