Shades of Malachite #13CE70
Tints of Malachite #13CE70
RGB
CMYK
RGB Variations
Color information
#13CE70 (or 0x13CE70) is known color: Malachite. HEX triplet: 13, CE and 70. RGB value is (19,206,112). Sum of RGB (Red+Green+Blue) = 19+206+112=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE70 is #EC318F. Grayscale: #8B8B8B. Windows color (decimal): -15479184 or 7392787. OLE color: 7392787.
HSL color Cylindrical-coordinate representation of color #13CE70: hue angle of 149.84º 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 #13CE70 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 112 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.19 |
| HSL | 149.84º | 0.83% | 0.44% | - |
| HSV(B) | 149.84º | 0.91% | 0.81% | - |
| XYZ | 25.26 | 45.45 | 22.77 | - |
| YUV | 139.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 112 | 0.91 | 0 | 0.46 | 0.19 | 149.84 | 0.83 | 0.44 |
| Hex | 13 | CE | 70 | 5B | 0 | 2E | 13 | 96 | 53 | 2C |
| Octal | 23 | 316 | 160 | 133 | 0 | 56 | 23 | 226 | 123 | 54 |
| Binary | 10011 | 11001110 | 1110000 | 1011011 | 0 | 101110 | 10011 | 10010110 | 1010011 | 101100 |
Color Harmonies of #13CE70
Complementary color
Monochromatic Colors of #13CE70
Black with #13CE70
Text Example
Text Example
White with #13CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE70; }
p { color: rgb(19,206,112); }
H1.HeaderClassName
{
color: #13CE70;
}
.AnyTagClassName
{
color: #13CE70;
}
</style>
background-color css
<style>
a { background-color: #13CE70; }
a { background-color: rgb(19,206,112); }
div.DivClassName
{
background-color: #13CE70;
}
.BgClassName
{
background-color: #13CE70;
}
</style>
border-color css
<style>
span { border-color: #13CE70; }
span { border-color: rgb(19,206,112); }
td.TdClassName
{
border-color: #13CE70;
}
.TagClassName
{
border-color: #13CE70;
}
</style>