Shades of Malachite #13E665
Tints of Malachite #13E665
RGB
CMYK
RGB Variations
Color information
#13E665 (or 0x13E665) is known color: Malachite. HEX triplet: 13, E6 and 65. RGB value is (19,230,101). Sum of RGB (Red+Green+Blue) = 19+230+101=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #13E665 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E665 is #EC199A. Grayscale: #989898. Windows color (decimal): -15473051 or 6678035. OLE color: 6678035.
HSL color Cylindrical-coordinate representation of color #13E665: hue angle of 143.32º 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 #13E665 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 230 | 101 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.10 |
| HSL | 143.32º | 0.85% | 0.49% | - |
| HSV(B) | 143.32º | 0.92% | 0.9% | - |
| XYZ | 30.91 | 57.67 | 21.81 | - |
| YUV | 152.21 | 99.1 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 230 | 101 | 0.92 | 0 | 0.56 | 0.10 | 143.32 | 0.85 | 0.49 |
| Hex | 13 | E6 | 65 | 5C | 0 | 38 | A | 8F | 55 | 31 |
| Octal | 23 | 346 | 145 | 134 | 0 | 70 | 12 | 217 | 125 | 61 |
| Binary | 10011 | 11100110 | 1100101 | 1011100 | 0 | 111000 | 1010 | 10001111 | 1010101 | 110001 |
Color Harmonies of #13E665
Complementary color
Monochromatic Colors of #13E665
Black with #13E665
Text Example
Text Example
White with #13E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E665; }
p { color: rgb(19,230,101); }
H1.HeaderClassName
{
color: #13E665;
}
.AnyTagClassName
{
color: #13E665;
}
</style>
background-color css
<style>
a { background-color: #13E665; }
a { background-color: rgb(19,230,101); }
div.DivClassName
{
background-color: #13E665;
}
.BgClassName
{
background-color: #13E665;
}
</style>
border-color css
<style>
span { border-color: #13E665; }
span { border-color: rgb(19,230,101); }
td.TdClassName
{
border-color: #13E665;
}
.TagClassName
{
border-color: #13E665;
}
</style>