Shades of Malachite #13CA6B
Tints of Malachite #13CA6B
RGB
CMYK
RGB Variations
Color information
#13CA6B (or 0x13CA6B) is known color: Malachite. HEX triplet: 13, CA and 6B. RGB value is (19,202,107). Sum of RGB (Red+Green+Blue) = 19+202+107=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA6B is #EC3594. Grayscale: #888888. Windows color (decimal): -15480213 or 7064083. OLE color: 7064083.
HSL color Cylindrical-coordinate representation of color #13CA6B: hue angle of 148.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA6B is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 107 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.21 |
| HSL | 148.85º | 0.83% | 0.43% | - |
| HSV(B) | 148.85º | 0.91% | 0.79% | - |
| XYZ | 24.04 | 43.44 | 21.03 | - |
| YUV | 136.45 | 111.37 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 107 | 0.91 | 0 | 0.47 | 0.21 | 148.85 | 0.83 | 0.43 |
| Hex | 13 | CA | 6B | 5B | 0 | 2F | 15 | 95 | 53 | 2B |
| Octal | 23 | 312 | 153 | 133 | 0 | 57 | 25 | 225 | 123 | 53 |
| Binary | 10011 | 11001010 | 1101011 | 1011011 | 0 | 101111 | 10101 | 10010101 | 1010011 | 101011 |
Color Harmonies of #13CA6B
Complementary color
Monochromatic Colors of #13CA6B
Black with #13CA6B
Text Example
Text Example
White with #13CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA6B; }
p { color: rgb(19,202,107); }
H1.HeaderClassName
{
color: #13CA6B;
}
.AnyTagClassName
{
color: #13CA6B;
}
</style>
background-color css
<style>
a { background-color: #13CA6B; }
a { background-color: rgb(19,202,107); }
div.DivClassName
{
background-color: #13CA6B;
}
.BgClassName
{
background-color: #13CA6B;
}
</style>
border-color css
<style>
span { border-color: #13CA6B; }
span { border-color: rgb(19,202,107); }
td.TdClassName
{
border-color: #13CA6B;
}
.TagClassName
{
border-color: #13CA6B;
}
</style>