Shades of Malachite #13E265
Tints of Malachite #13E265
RGB
CMYK
RGB Variations
Color information
#13E265 (or 0x13E265) is known color: Malachite. HEX triplet: 13, E2 and 65. RGB value is (19,226,101). Sum of RGB (Red+Green+Blue) = 19+226+101=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #13E265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E265 is #EC1D9A. Grayscale: #969696. Windows color (decimal): -15474075 or 6677011. OLE color: 6677011.
HSL color Cylindrical-coordinate representation of color #13E265: hue angle of 143.77º 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 #13E265 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 101 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.11 |
| HSL | 143.77º | 0.84% | 0.48% | - |
| HSV(B) | 143.77º | 0.92% | 0.89% | - |
| XYZ | 29.81 | 55.47 | 21.45 | - |
| YUV | 149.86 | 100.42 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 101 | 0.92 | 0 | 0.55 | 0.11 | 143.77 | 0.84 | 0.48 |
| Hex | 13 | E2 | 65 | 5C | 0 | 37 | B | 90 | 54 | 30 |
| Octal | 23 | 342 | 145 | 134 | 0 | 67 | 13 | 220 | 124 | 60 |
| Binary | 10011 | 11100010 | 1100101 | 1011100 | 0 | 110111 | 1011 | 10010000 | 1010100 | 110000 |
Color Harmonies of #13E265
Complementary color
Monochromatic Colors of #13E265
Black with #13E265
Text Example
Text Example
White with #13E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E265; }
p { color: rgb(19,226,101); }
H1.HeaderClassName
{
color: #13E265;
}
.AnyTagClassName
{
color: #13E265;
}
</style>
background-color css
<style>
a { background-color: #13E265; }
a { background-color: rgb(19,226,101); }
div.DivClassName
{
background-color: #13E265;
}
.BgClassName
{
background-color: #13E265;
}
</style>
border-color css
<style>
span { border-color: #13E265; }
span { border-color: rgb(19,226,101); }
td.TdClassName
{
border-color: #13E265;
}
.TagClassName
{
border-color: #13E265;
}
</style>