Shades of Malachite #13D14D
Tints of Malachite #13D14D
RGB
CMYK
RGB Variations
Color information
#13D14D (or 0x13D14D) is known color: Malachite. HEX triplet: 13, D1 and 4D. RGB value is (19,209,77). Sum of RGB (Red+Green+Blue) = 19+209+77=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #13D14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D14D is #EC2EB2. Grayscale: #898989. Windows color (decimal): -15478451 or 5099795. OLE color: 5099795.
HSL color Cylindrical-coordinate representation of color #13D14D: hue angle of 138.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D14D is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 77 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.18 |
| HSL | 138.32º | 0.83% | 0.45% | - |
| HSV(B) | 138.32º | 0.91% | 0.82% | - |
| XYZ | 24.41 | 46.28 | 14.67 | - |
| YUV | 137.14 | 94.05 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 77 | 0.91 | 0 | 0.63 | 0.18 | 138.32 | 0.83 | 0.45 |
| Hex | 13 | D1 | 4D | 5B | 0 | 3F | 12 | 8A | 53 | 2D |
| Octal | 23 | 321 | 115 | 133 | 0 | 77 | 22 | 212 | 123 | 55 |
| Binary | 10011 | 11010001 | 1001101 | 1011011 | 0 | 111111 | 10010 | 10001010 | 1010011 | 101101 |
Color Harmonies of #13D14D
Complementary color
Monochromatic Colors of #13D14D
Black with #13D14D
Text Example
Text Example
White with #13D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D14D; }
p { color: rgb(19,209,77); }
H1.HeaderClassName
{
color: #13D14D;
}
.AnyTagClassName
{
color: #13D14D;
}
</style>
background-color css
<style>
a { background-color: #13D14D; }
a { background-color: rgb(19,209,77); }
div.DivClassName
{
background-color: #13D14D;
}
.BgClassName
{
background-color: #13D14D;
}
</style>
border-color css
<style>
span { border-color: #13D14D; }
span { border-color: rgb(19,209,77); }
td.TdClassName
{
border-color: #13D14D;
}
.TagClassName
{
border-color: #13D14D;
}
</style>