Shades of Malachite #13CE6D
Tints of Malachite #13CE6D
RGB
CMYK
RGB Variations
Color information
#13CE6D (or 0x13CE6D) is known color: Malachite. HEX triplet: 13, CE and 6D. RGB value is (19,206,109). Sum of RGB (Red+Green+Blue) = 19+206+109=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE6D is #EC3192. Grayscale: #8B8B8B. Windows color (decimal): -15479187 or 7196179. OLE color: 7196179.
HSL color Cylindrical-coordinate representation of color #13CE6D: hue angle of 148.88º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE6D is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 109 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.19 |
| HSL | 148.88º | 0.83% | 0.44% | - |
| HSV(B) | 148.88º | 0.91% | 0.81% | - |
| XYZ | 25.1 | 45.39 | 21.91 | - |
| YUV | 139.03 | 111.05 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 109 | 0.91 | 0 | 0.47 | 0.19 | 148.88 | 0.83 | 0.44 |
| Hex | 13 | CE | 6D | 5B | 0 | 2F | 13 | 95 | 53 | 2C |
| Octal | 23 | 316 | 155 | 133 | 0 | 57 | 23 | 225 | 123 | 54 |
| Binary | 10011 | 11001110 | 1101101 | 1011011 | 0 | 101111 | 10011 | 10010101 | 1010011 | 101100 |
Color Harmonies of #13CE6D
Complementary color
Monochromatic Colors of #13CE6D
Black with #13CE6D
Text Example
Text Example
White with #13CE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE6D; }
p { color: rgb(19,206,109); }
H1.HeaderClassName
{
color: #13CE6D;
}
.AnyTagClassName
{
color: #13CE6D;
}
</style>
background-color css
<style>
a { background-color: #13CE6D; }
a { background-color: rgb(19,206,109); }
div.DivClassName
{
background-color: #13CE6D;
}
.BgClassName
{
background-color: #13CE6D;
}
</style>
border-color css
<style>
span { border-color: #13CE6D; }
span { border-color: rgb(19,206,109); }
td.TdClassName
{
border-color: #13CE6D;
}
.TagClassName
{
border-color: #13CE6D;
}
</style>