Shades of Malachite #13F03E
Tints of Malachite #13F03E
RGB
CMYK
RGB Variations
Color information
#13F03E (or 0x13F03E) is known color: Malachite. HEX triplet: 13, F0 and 3E. RGB value is (19,240,62). Sum of RGB (Red+Green+Blue) = 19+240+62=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #13F03E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F03E is #EC0FC1. Grayscale: #9A9A9A. Windows color (decimal): -15470530 or 4124691. OLE color: 4124691.
HSL color Cylindrical-coordinate representation of color #13F03E: hue angle of 131.67º 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 #13F03E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 62 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.06 |
| HSL | 131.67º | 0.88% | 0.51% | - |
| HSV(B) | 131.67º | 0.92% | 0.94% | - |
| XYZ | 32.3 | 62.81 | 14.98 | - |
| YUV | 153.63 | 76.28 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 62 | 0.92 | 0 | 0.74 | 0.06 | 131.67 | 0.88 | 0.51 |
| Hex | 13 | F0 | 3E | 5C | 0 | 4A | 6 | 84 | 58 | 33 |
| Octal | 23 | 360 | 76 | 134 | 0 | 112 | 6 | 204 | 130 | 63 |
| Binary | 10011 | 11110000 | 111110 | 1011100 | 0 | 1001010 | 110 | 10000100 | 1011000 | 110011 |
Color Harmonies of #13F03E
Complementary color
Monochromatic Colors of #13F03E
Black with #13F03E
Text Example
Text Example
White with #13F03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F03E; }
p { color: rgb(19,240,62); }
H1.HeaderClassName
{
color: #13F03E;
}
.AnyTagClassName
{
color: #13F03E;
}
</style>
background-color css
<style>
a { background-color: #13F03E; }
a { background-color: rgb(19,240,62); }
div.DivClassName
{
background-color: #13F03E;
}
.BgClassName
{
background-color: #13F03E;
}
</style>
border-color css
<style>
span { border-color: #13F03E; }
span { border-color: rgb(19,240,62); }
td.TdClassName
{
border-color: #13F03E;
}
.TagClassName
{
border-color: #13F03E;
}
</style>