Shades of Malachite #13E266
Tints of Malachite #13E266
RGB
CMYK
RGB Variations
Color information
#13E266 (or 0x13E266) is known color: Malachite. HEX triplet: 13, E2 and 66. RGB value is (19,226,102). Sum of RGB (Red+Green+Blue) = 19+226+102=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 226 (88.67% from 255 or 65.13% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 226 - color contains mainly: green. Hex color #13E266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E266 is #EC1D99. Grayscale: #969696. Windows color (decimal): -15474074 or 6742547. OLE color: 6742547.
HSL color Cylindrical-coordinate representation of color #13E266: hue angle of 144.06º 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 #13E266 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 102 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.11 |
| HSL | 144.06º | 0.84% | 0.48% | - |
| HSV(B) | 144.06º | 0.92% | 0.89% | - |
| XYZ | 29.86 | 55.49 | 21.71 | - |
| YUV | 149.97 | 100.92 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 102 | 0.92 | 0 | 0.55 | 0.11 | 144.06 | 0.84 | 0.48 |
| Hex | 13 | E2 | 66 | 5C | 0 | 37 | B | 90 | 54 | 30 |
| Octal | 23 | 342 | 146 | 134 | 0 | 67 | 13 | 220 | 124 | 60 |
| Binary | 10011 | 11100010 | 1100110 | 1011100 | 0 | 110111 | 1011 | 10010000 | 1010100 | 110000 |
Color Harmonies of #13E266
Complementary color
Monochromatic Colors of #13E266
Black with #13E266
Text Example
Text Example
White with #13E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E266; }
p { color: rgb(19,226,102); }
H1.HeaderClassName
{
color: #13E266;
}
.AnyTagClassName
{
color: #13E266;
}
</style>
background-color css
<style>
a { background-color: #13E266; }
a { background-color: rgb(19,226,102); }
div.DivClassName
{
background-color: #13E266;
}
.BgClassName
{
background-color: #13E266;
}
</style>
border-color css
<style>
span { border-color: #13E266; }
span { border-color: rgb(19,226,102); }
td.TdClassName
{
border-color: #13E266;
}
.TagClassName
{
border-color: #13E266;
}
</style>