Shades of Malachite #13D667
Tints of Malachite #13D667
RGB
CMYK
RGB Variations
Color information
#13D667 (or 0x13D667) is known color: Malachite. HEX triplet: 13, D6 and 67. RGB value is (19,214,103). Sum of RGB (Red+Green+Blue) = 19+214+103=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #13D667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D667 is #EC2998. Grayscale: #8F8F8F. Windows color (decimal): -15477145 or 6805011. OLE color: 6805011.
HSL color Cylindrical-coordinate representation of color #13D667: hue angle of 145.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D667 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 103 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.16 |
| HSL | 145.85º | 0.84% | 0.46% | - |
| HSV(B) | 145.85º | 0.91% | 0.84% | - |
| XYZ | 26.76 | 49.21 | 20.92 | - |
| YUV | 143.04 | 105.4 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 103 | 0.91 | 0 | 0.52 | 0.16 | 145.85 | 0.84 | 0.46 |
| Hex | 13 | D6 | 67 | 5B | 0 | 34 | 10 | 92 | 54 | 2E |
| Octal | 23 | 326 | 147 | 133 | 0 | 64 | 20 | 222 | 124 | 56 |
| Binary | 10011 | 11010110 | 1100111 | 1011011 | 0 | 110100 | 10000 | 10010010 | 1010100 | 101110 |
Color Harmonies of #13D667
Complementary color
Monochromatic Colors of #13D667
Black with #13D667
Text Example
Text Example
White with #13D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D667; }
p { color: rgb(19,214,103); }
H1.HeaderClassName
{
color: #13D667;
}
.AnyTagClassName
{
color: #13D667;
}
</style>
background-color css
<style>
a { background-color: #13D667; }
a { background-color: rgb(19,214,103); }
div.DivClassName
{
background-color: #13D667;
}
.BgClassName
{
background-color: #13D667;
}
</style>
border-color css
<style>
span { border-color: #13D667; }
span { border-color: rgb(19,214,103); }
td.TdClassName
{
border-color: #13D667;
}
.TagClassName
{
border-color: #13D667;
}
</style>