Shades of Malachite #19F358
Tints of Malachite #19F358
RGB
CMYK
RGB Variations
Color information
#19F358 (or 0x19F358) is known color: Malachite. HEX triplet: 19, F3 and 58. RGB value is (25,243,88). Sum of RGB (Red+Green+Blue) = 25+243+88=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #19F358 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F358 is #E60CA7. Grayscale: #A0A0A0. Windows color (decimal): -15076520 or 5829401. OLE color: 5829401.
HSL color Cylindrical-coordinate representation of color #19F358: hue angle of 137.34º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F358 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 88 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.05 |
| HSL | 137.34º | 0.9% | 0.53% | - |
| HSV(B) | 137.34º | 0.9% | 0.95% | - |
| XYZ | 34.21 | 65.01 | 19.98 | - |
| YUV | 160.15 | 87.28 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 88 | 0.90 | 0 | 0.64 | 0.05 | 137.34 | 0.9 | 0.53 |
| Hex | 19 | F3 | 58 | 5A | 0 | 40 | 5 | 89 | 5A | 35 |
| Octal | 31 | 363 | 130 | 132 | 0 | 100 | 5 | 211 | 132 | 65 |
| Binary | 11001 | 11110011 | 1011000 | 1011010 | 0 | 1000000 | 101 | 10001001 | 1011010 | 110101 |
Color Harmonies of #19F358
Complementary color
Monochromatic Colors of #19F358
Black with #19F358
Text Example
Text Example
White with #19F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F358; }
p { color: rgb(25,243,88); }
H1.HeaderClassName
{
color: #19F358;
}
.AnyTagClassName
{
color: #19F358;
}
</style>
background-color css
<style>
a { background-color: #19F358; }
a { background-color: rgb(25,243,88); }
div.DivClassName
{
background-color: #19F358;
}
.BgClassName
{
background-color: #19F358;
}
</style>
border-color css
<style>
span { border-color: #19F358; }
span { border-color: rgb(25,243,88); }
td.TdClassName
{
border-color: #19F358;
}
.TagClassName
{
border-color: #19F358;
}
</style>