Shades of Malachite #13E240
Tints of Malachite #13E240
RGB
CMYK
RGB Variations
Color information
#13E240 (or 0x13E240) is known color: Malachite. HEX triplet: 13, E2 and 40. RGB value is (19,226,64). Sum of RGB (Red+Green+Blue) = 19+226+64=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #13E240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E240 is #EC1DBF. Grayscale: #929292. Windows color (decimal): -15474112 or 4252179. OLE color: 4252179.
HSL color Cylindrical-coordinate representation of color #13E240: hue angle of 133.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E240 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 64 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.11 |
| HSL | 133.04º | 0.84% | 0.48% | - |
| HSV(B) | 133.04º | 0.92% | 0.89% | - |
| XYZ | 28.39 | 54.9 | 13.95 | - |
| YUV | 145.64 | 81.92 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 64 | 0.92 | 0 | 0.72 | 0.11 | 133.04 | 0.84 | 0.48 |
| Hex | 13 | E2 | 40 | 5C | 0 | 48 | B | 85 | 54 | 30 |
| Octal | 23 | 342 | 100 | 134 | 0 | 110 | 13 | 205 | 124 | 60 |
| Binary | 10011 | 11100010 | 1000000 | 1011100 | 0 | 1001000 | 1011 | 10000101 | 1010100 | 110000 |
Color Harmonies of #13E240
Complementary color
Monochromatic Colors of #13E240
Black with #13E240
Text Example
Text Example
White with #13E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E240; }
p { color: rgb(19,226,64); }
H1.HeaderClassName
{
color: #13E240;
}
.AnyTagClassName
{
color: #13E240;
}
</style>
background-color css
<style>
a { background-color: #13E240; }
a { background-color: rgb(19,226,64); }
div.DivClassName
{
background-color: #13E240;
}
.BgClassName
{
background-color: #13E240;
}
</style>
border-color css
<style>
span { border-color: #13E240; }
span { border-color: rgb(19,226,64); }
td.TdClassName
{
border-color: #13E240;
}
.TagClassName
{
border-color: #13E240;
}
</style>