Shades of Malachite #13C151
Tints of Malachite #13C151
RGB
CMYK
RGB Variations
Color information
#13C151 (or 0x13C151) is known color: Malachite. HEX triplet: 13, C1 and 51. RGB value is (19,193,81). Sum of RGB (Red+Green+Blue) = 19+193+81=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #13C151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C151 is #EC3EAE. Grayscale: #808080. Windows color (decimal): -15482543 or 5357843. OLE color: 5357843.
HSL color Cylindrical-coordinate representation of color #13C151: hue angle of 141.38º 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 #13C151 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 81 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.24 |
| HSL | 141.38º | 0.82% | 0.42% | - |
| HSV(B) | 141.38º | 0.9% | 0.76% | - |
| XYZ | 20.82 | 38.87 | 14.19 | - |
| YUV | 128.21 | 101.35 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 81 | 0.90 | 0 | 0.58 | 0.24 | 141.38 | 0.82 | 0.42 |
| Hex | 13 | C1 | 51 | 5A | 0 | 3A | 18 | 8D | 52 | 2A |
| Octal | 23 | 301 | 121 | 132 | 0 | 72 | 30 | 215 | 122 | 52 |
| Binary | 10011 | 11000001 | 1010001 | 1011010 | 0 | 111010 | 11000 | 10001101 | 1010010 | 101010 |
Color Harmonies of #13C151
Complementary color
Monochromatic Colors of #13C151
Black with #13C151
Text Example
Text Example
White with #13C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C151; }
p { color: rgb(19,193,81); }
H1.HeaderClassName
{
color: #13C151;
}
.AnyTagClassName
{
color: #13C151;
}
</style>
background-color css
<style>
a { background-color: #13C151; }
a { background-color: rgb(19,193,81); }
div.DivClassName
{
background-color: #13C151;
}
.BgClassName
{
background-color: #13C151;
}
</style>
border-color css
<style>
span { border-color: #13C151; }
span { border-color: rgb(19,193,81); }
td.TdClassName
{
border-color: #13C151;
}
.TagClassName
{
border-color: #13C151;
}
</style>