Shades of Malachite #13C260
Tints of Malachite #13C260
RGB
CMYK
RGB Variations
Color information
#13C260 (or 0x13C260) is known color: Malachite. HEX triplet: 13, C2 and 60. RGB value is (19,194,96). Sum of RGB (Red+Green+Blue) = 19+194+96=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #13C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C260 is #EC3D9F. Grayscale: #828282. Windows color (decimal): -15482272 or 6341139. OLE color: 6341139.
HSL color Cylindrical-coordinate representation of color #13C260: hue angle of 146.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C260 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 96 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.24 |
| HSL | 146.4º | 0.82% | 0.42% | - |
| HSV(B) | 146.4º | 0.9% | 0.76% | - |
| XYZ | 21.67 | 39.57 | 17.56 | - |
| YUV | 130.5 | 108.52 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 96 | 0.90 | 0 | 0.51 | 0.24 | 146.4 | 0.82 | 0.42 |
| Hex | 13 | C2 | 60 | 5A | 0 | 33 | 18 | 92 | 52 | 2A |
| Octal | 23 | 302 | 140 | 132 | 0 | 63 | 30 | 222 | 122 | 52 |
| Binary | 10011 | 11000010 | 1100000 | 1011010 | 0 | 110011 | 11000 | 10010010 | 1010010 | 101010 |
Color Harmonies of #13C260
Complementary color
Monochromatic Colors of #13C260
Black with #13C260
Text Example
Text Example
White with #13C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C260; }
p { color: rgb(19,194,96); }
H1.HeaderClassName
{
color: #13C260;
}
.AnyTagClassName
{
color: #13C260;
}
</style>
background-color css
<style>
a { background-color: #13C260; }
a { background-color: rgb(19,194,96); }
div.DivClassName
{
background-color: #13C260;
}
.BgClassName
{
background-color: #13C260;
}
</style>
border-color css
<style>
span { border-color: #13C260; }
span { border-color: rgb(19,194,96); }
td.TdClassName
{
border-color: #13C260;
}
.TagClassName
{
border-color: #13C260;
}
</style>