Shades of Malachite #13FA40
Tints of Malachite #13FA40
RGB
CMYK
RGB Variations
Color information
#13FA40 (or 0x13FA40) is known color: Malachite. HEX triplet: 13, FA and 40. RGB value is (19,250,64). Sum of RGB (Red+Green+Blue) = 19+250+64=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FA40 is #EC05BF. Grayscale: #A0A0A0. Windows color (decimal): -15467968 or 4258323. OLE color: 4258323.
HSL color Cylindrical-coordinate representation of color #13FA40: hue angle of 131.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA40 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 64 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.02 |
| HSL | 131.69º | 0.96% | 0.53% | - |
| HSV(B) | 131.69º | 0.92% | 0.98% | - |
| XYZ | 35.38 | 68.88 | 16.28 | - |
| YUV | 159.73 | 73.97 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 64 | 0.92 | 0 | 0.74 | 0.02 | 131.69 | 0.96 | 0.53 |
| Hex | 13 | FA | 40 | 5C | 0 | 4A | 2 | 84 | 60 | 35 |
| Octal | 23 | 372 | 100 | 134 | 0 | 112 | 2 | 204 | 140 | 65 |
| Binary | 10011 | 11111010 | 1000000 | 1011100 | 0 | 1001010 | 10 | 10000100 | 1100000 | 110101 |
Color Harmonies of #13FA40
Complementary color
Monochromatic Colors of #13FA40
Black with #13FA40
Text Example
Text Example
White with #13FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FA40; }
p { color: rgb(19,250,64); }
H1.HeaderClassName
{
color: #13FA40;
}
.AnyTagClassName
{
color: #13FA40;
}
</style>
background-color css
<style>
a { background-color: #13FA40; }
a { background-color: rgb(19,250,64); }
div.DivClassName
{
background-color: #13FA40;
}
.BgClassName
{
background-color: #13FA40;
}
</style>
border-color css
<style>
span { border-color: #13FA40; }
span { border-color: rgb(19,250,64); }
td.TdClassName
{
border-color: #13FA40;
}
.TagClassName
{
border-color: #13FA40;
}
</style>