Shades of Malachite #13F056
Tints of Malachite #13F056
RGB
CMYK
RGB Variations
Color information
#13F056 (or 0x13F056) is known color: Malachite. HEX triplet: 13, F0 and 56. RGB value is (19,240,86). Sum of RGB (Red+Green+Blue) = 19+240+86=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #13F056 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F056 is #EC0FA9. Grayscale: #9C9C9C. Windows color (decimal): -15470506 or 5697555. OLE color: 5697555.
HSL color Cylindrical-coordinate representation of color #13F056: hue angle of 138.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F056 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 86 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.06 |
| HSL | 138.19º | 0.88% | 0.51% | - |
| HSV(B) | 138.19º | 0.92% | 0.94% | - |
| XYZ | 33.11 | 63.13 | 19.24 | - |
| YUV | 156.37 | 88.28 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 86 | 0.92 | 0 | 0.64 | 0.06 | 138.19 | 0.88 | 0.51 |
| Hex | 13 | F0 | 56 | 5C | 0 | 40 | 6 | 8A | 58 | 33 |
| Octal | 23 | 360 | 126 | 134 | 0 | 100 | 6 | 212 | 130 | 63 |
| Binary | 10011 | 11110000 | 1010110 | 1011100 | 0 | 1000000 | 110 | 10001010 | 1011000 | 110011 |
Color Harmonies of #13F056
Complementary color
Monochromatic Colors of #13F056
Black with #13F056
Text Example
Text Example
White with #13F056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F056; }
p { color: rgb(19,240,86); }
H1.HeaderClassName
{
color: #13F056;
}
.AnyTagClassName
{
color: #13F056;
}
</style>
background-color css
<style>
a { background-color: #13F056; }
a { background-color: rgb(19,240,86); }
div.DivClassName
{
background-color: #13F056;
}
.BgClassName
{
background-color: #13F056;
}
</style>
border-color css
<style>
span { border-color: #13F056; }
span { border-color: rgb(19,240,86); }
td.TdClassName
{
border-color: #13F056;
}
.TagClassName
{
border-color: #13F056;
}
</style>