Shades of Malachite #13F659
Tints of Malachite #13F659
RGB
CMYK
RGB Variations
Color information
#13F659 (or 0x13F659) is known color: Malachite. HEX triplet: 13, F6 and 59. RGB value is (19,246,89). Sum of RGB (Red+Green+Blue) = 19+246+89=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #13F659 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F659 is #EC09A6. Grayscale: #A0A0A0. Windows color (decimal): -15468967 or 5895699. OLE color: 5895699.
HSL color Cylindrical-coordinate representation of color #13F659: hue angle of 138.5º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F659 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 246 | 89 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.04 |
| HSL | 138.5º | 0.93% | 0.52% | - |
| HSV(B) | 138.5º | 0.92% | 0.96% | - |
| XYZ | 35.03 | 66.77 | 20.49 | - |
| YUV | 160.23 | 87.79 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 246 | 89 | 0.92 | 0 | 0.64 | 0.04 | 138.5 | 0.93 | 0.52 |
| Hex | 13 | F6 | 59 | 5C | 0 | 40 | 4 | 8B | 5D | 34 |
| Octal | 23 | 366 | 131 | 134 | 0 | 100 | 4 | 213 | 135 | 64 |
| Binary | 10011 | 11110110 | 1011001 | 1011100 | 0 | 1000000 | 100 | 10001011 | 1011101 | 110100 |
Color Harmonies of #13F659
Complementary color
Monochromatic Colors of #13F659
Black with #13F659
Text Example
Text Example
White with #13F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F659; }
p { color: rgb(19,246,89); }
H1.HeaderClassName
{
color: #13F659;
}
.AnyTagClassName
{
color: #13F659;
}
</style>
background-color css
<style>
a { background-color: #13F659; }
a { background-color: rgb(19,246,89); }
div.DivClassName
{
background-color: #13F659;
}
.BgClassName
{
background-color: #13F659;
}
</style>
border-color css
<style>
span { border-color: #13F659; }
span { border-color: rgb(19,246,89); }
td.TdClassName
{
border-color: #13F659;
}
.TagClassName
{
border-color: #13F659;
}
</style>