Shades of Malachite #19EF3A
Tints of Malachite #19EF3A
RGB
CMYK
RGB Variations
Color information
#19EF3A (or 0x19EF3A) is known color: Malachite. HEX triplet: 19, EF and 3A. RGB value is (25,239,58). Sum of RGB (Red+Green+Blue) = 25+239+58=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF3A is #E610C5. Grayscale: #9A9A9A. Windows color (decimal): -15077574 or 3862297. OLE color: 3862297.
HSL color Cylindrical-coordinate representation of color #19EF3A: hue angle of 129.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF3A is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 58 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.06 |
| HSL | 129.25º | 0.87% | 0.52% | - |
| HSV(B) | 129.25º | 0.9% | 0.94% | - |
| XYZ | 32.03 | 62.25 | 14.33 | - |
| YUV | 154.38 | 73.6 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 58 | 0.90 | 0 | 0.76 | 0.06 | 129.25 | 0.87 | 0.52 |
| Hex | 19 | EF | 3A | 5A | 0 | 4C | 6 | 81 | 57 | 34 |
| Octal | 31 | 357 | 72 | 132 | 0 | 114 | 6 | 201 | 127 | 64 |
| Binary | 11001 | 11101111 | 111010 | 1011010 | 0 | 1001100 | 110 | 10000001 | 1010111 | 110100 |
Color Harmonies of #19EF3A
Complementary color
Monochromatic Colors of #19EF3A
Black with #19EF3A
Text Example
Text Example
White with #19EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF3A; }
p { color: rgb(25,239,58); }
H1.HeaderClassName
{
color: #19EF3A;
}
.AnyTagClassName
{
color: #19EF3A;
}
</style>
background-color css
<style>
a { background-color: #19EF3A; }
a { background-color: rgb(25,239,58); }
div.DivClassName
{
background-color: #19EF3A;
}
.BgClassName
{
background-color: #19EF3A;
}
</style>
border-color css
<style>
span { border-color: #19EF3A; }
span { border-color: rgb(25,239,58); }
td.TdClassName
{
border-color: #19EF3A;
}
.TagClassName
{
border-color: #19EF3A;
}
</style>