Shades of Malachite #13CF70
Tints of Malachite #13CF70
RGB
CMYK
RGB Variations
Color information
#13CF70 (or 0x13CF70) is known color: Malachite. HEX triplet: 13, CF and 70. RGB value is (19,207,112). Sum of RGB (Red+Green+Blue) = 19+207+112=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF70 is #EC308F. Grayscale: #8C8C8C. Windows color (decimal): -15478928 or 7393043. OLE color: 7393043.
HSL color Cylindrical-coordinate representation of color #13CF70: hue angle of 149.68º 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 #13CF70 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 112 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.19 |
| HSL | 149.68º | 0.83% | 0.44% | - |
| HSV(B) | 149.68º | 0.91% | 0.81% | - |
| XYZ | 25.51 | 45.93 | 22.85 | - |
| YUV | 139.96 | 112.22 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 112 | 0.91 | 0 | 0.46 | 0.19 | 149.68 | 0.83 | 0.44 |
| Hex | 13 | CF | 70 | 5B | 0 | 2E | 13 | 96 | 53 | 2C |
| Octal | 23 | 317 | 160 | 133 | 0 | 56 | 23 | 226 | 123 | 54 |
| Binary | 10011 | 11001111 | 1110000 | 1011011 | 0 | 101110 | 10011 | 10010110 | 1010011 | 101100 |
Color Harmonies of #13CF70
Complementary color
Monochromatic Colors of #13CF70
Black with #13CF70
Text Example
Text Example
White with #13CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF70; }
p { color: rgb(19,207,112); }
H1.HeaderClassName
{
color: #13CF70;
}
.AnyTagClassName
{
color: #13CF70;
}
</style>
background-color css
<style>
a { background-color: #13CF70; }
a { background-color: rgb(19,207,112); }
div.DivClassName
{
background-color: #13CF70;
}
.BgClassName
{
background-color: #13CF70;
}
</style>
border-color css
<style>
span { border-color: #13CF70; }
span { border-color: rgb(19,207,112); }
td.TdClassName
{
border-color: #13CF70;
}
.TagClassName
{
border-color: #13CF70;
}
</style>