Shades of Malachite #13C25D
Tints of Malachite #13C25D
RGB
CMYK
RGB Variations
Color information
#13C25D (or 0x13C25D) is known color: Malachite. HEX triplet: 13, C2 and 5D. RGB value is (19,194,93). Sum of RGB (Red+Green+Blue) = 19+194+93=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #13C25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C25D is #EC3DA2. Grayscale: #828282. Windows color (decimal): -15482275 or 6144531. OLE color: 6144531.
HSL color Cylindrical-coordinate representation of color #13C25D: hue angle of 145.37º 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 #13C25D is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 93 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.24 |
| HSL | 145.37º | 0.82% | 0.42% | - |
| HSV(B) | 145.37º | 0.9% | 0.76% | - |
| XYZ | 21.54 | 39.51 | 16.85 | - |
| YUV | 130.16 | 107.02 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 93 | 0.90 | 0 | 0.52 | 0.24 | 145.37 | 0.82 | 0.42 |
| Hex | 13 | C2 | 5D | 5A | 0 | 34 | 18 | 91 | 52 | 2A |
| Octal | 23 | 302 | 135 | 132 | 0 | 64 | 30 | 221 | 122 | 52 |
| Binary | 10011 | 11000010 | 1011101 | 1011010 | 0 | 110100 | 11000 | 10010001 | 1010010 | 101010 |
Color Harmonies of #13C25D
Complementary color
Monochromatic Colors of #13C25D
Black with #13C25D
Text Example
Text Example
White with #13C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C25D; }
p { color: rgb(19,194,93); }
H1.HeaderClassName
{
color: #13C25D;
}
.AnyTagClassName
{
color: #13C25D;
}
</style>
background-color css
<style>
a { background-color: #13C25D; }
a { background-color: rgb(19,194,93); }
div.DivClassName
{
background-color: #13C25D;
}
.BgClassName
{
background-color: #13C25D;
}
</style>
border-color css
<style>
span { border-color: #13C25D; }
span { border-color: rgb(19,194,93); }
td.TdClassName
{
border-color: #13C25D;
}
.TagClassName
{
border-color: #13C25D;
}
</style>