Shades of Malachite #13EA64
Tints of Malachite #13EA64
RGB
CMYK
RGB Variations
Color information
#13EA64 (or 0x13EA64) is known color: Malachite. HEX triplet: 13, EA and 64. RGB value is (19,234,100). Sum of RGB (Red+Green+Blue) = 19+234+100=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA64 is #EC159B. Grayscale: #9A9A9A. Windows color (decimal): -15472028 or 6613523. OLE color: 6613523.
HSL color Cylindrical-coordinate representation of color #13EA64: hue angle of 142.6º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA64 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 100 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.08 |
| HSL | 142.6º | 0.85% | 0.5% | - |
| HSV(B) | 142.6º | 0.92% | 0.92% | - |
| XYZ | 31.99 | 59.9 | 21.93 | - |
| YUV | 154.44 | 97.27 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 100 | 0.92 | 0 | 0.57 | 0.08 | 142.6 | 0.85 | 0.5 |
| Hex | 13 | EA | 64 | 5C | 0 | 39 | 8 | 8F | 55 | 32 |
| Octal | 23 | 352 | 144 | 134 | 0 | 71 | 10 | 217 | 125 | 62 |
| Binary | 10011 | 11101010 | 1100100 | 1011100 | 0 | 111001 | 1000 | 10001111 | 1010101 | 110010 |
Color Harmonies of #13EA64
Complementary color
Monochromatic Colors of #13EA64
Black with #13EA64
Text Example
Text Example
White with #13EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA64; }
p { color: rgb(19,234,100); }
H1.HeaderClassName
{
color: #13EA64;
}
.AnyTagClassName
{
color: #13EA64;
}
</style>
background-color css
<style>
a { background-color: #13EA64; }
a { background-color: rgb(19,234,100); }
div.DivClassName
{
background-color: #13EA64;
}
.BgClassName
{
background-color: #13EA64;
}
</style>
border-color css
<style>
span { border-color: #13EA64; }
span { border-color: rgb(19,234,100); }
td.TdClassName
{
border-color: #13EA64;
}
.TagClassName
{
border-color: #13EA64;
}
</style>