Shades of Malachite #13E66A
Tints of Malachite #13E66A
RGB
CMYK
RGB Variations
Color information
#13E66A (or 0x13E66A) is known color: Malachite. HEX triplet: 13, E6 and 6A. RGB value is (19,230,106). Sum of RGB (Red+Green+Blue) = 19+230+106=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #13E66A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E66A is #EC1995. Grayscale: #999999. Windows color (decimal): -15473046 or 7005715. OLE color: 7005715.
HSL color Cylindrical-coordinate representation of color #13E66A: hue angle of 144.74º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E66A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 230 | 106 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.10 |
| HSL | 144.74º | 0.85% | 0.49% | - |
| HSV(B) | 144.74º | 0.92% | 0.9% | - |
| XYZ | 31.17 | 57.77 | 23.14 | - |
| YUV | 152.78 | 101.6 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 230 | 106 | 0.92 | 0 | 0.54 | 0.10 | 144.74 | 0.85 | 0.49 |
| Hex | 13 | E6 | 6A | 5C | 0 | 36 | A | 91 | 55 | 31 |
| Octal | 23 | 346 | 152 | 134 | 0 | 66 | 12 | 221 | 125 | 61 |
| Binary | 10011 | 11100110 | 1101010 | 1011100 | 0 | 110110 | 1010 | 10010001 | 1010101 | 110001 |
Color Harmonies of #13E66A
Complementary color
Monochromatic Colors of #13E66A
Black with #13E66A
Text Example
Text Example
White with #13E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E66A; }
p { color: rgb(19,230,106); }
H1.HeaderClassName
{
color: #13E66A;
}
.AnyTagClassName
{
color: #13E66A;
}
</style>
background-color css
<style>
a { background-color: #13E66A; }
a { background-color: rgb(19,230,106); }
div.DivClassName
{
background-color: #13E66A;
}
.BgClassName
{
background-color: #13E66A;
}
</style>
border-color css
<style>
span { border-color: #13E66A; }
span { border-color: rgb(19,230,106); }
td.TdClassName
{
border-color: #13E66A;
}
.TagClassName
{
border-color: #13E66A;
}
</style>