Shades of Malachite #13F15D
Tints of Malachite #13F15D
RGB
CMYK
RGB Variations
Color information
#13F15D (or 0x13F15D) is known color: Malachite. HEX triplet: 13, F1 and 5D. RGB value is (19,241,93). Sum of RGB (Red+Green+Blue) = 19+241+93=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #13F15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F15D is #EC0EA2. Grayscale: #9E9E9E. Windows color (decimal): -15470243 or 6156563. OLE color: 6156563.
HSL color Cylindrical-coordinate representation of color #13F15D: hue angle of 140º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F15D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 93 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.05 |
| HSL | 140º | 0.89% | 0.51% | - |
| HSV(B) | 140º | 0.92% | 0.95% | - |
| XYZ | 33.7 | 63.84 | 20.9 | - |
| YUV | 157.75 | 91.45 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 93 | 0.92 | 0 | 0.61 | 0.05 | 140 | 0.89 | 0.51 |
| Hex | 13 | F1 | 5D | 5C | 0 | 3D | 5 | 8C | 59 | 33 |
| Octal | 23 | 361 | 135 | 134 | 0 | 75 | 5 | 214 | 131 | 63 |
| Binary | 10011 | 11110001 | 1011101 | 1011100 | 0 | 111101 | 101 | 10001100 | 1011001 | 110011 |
Color Harmonies of #13F15D
Complementary color
Monochromatic Colors of #13F15D
Black with #13F15D
Text Example
Text Example
White with #13F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F15D; }
p { color: rgb(19,241,93); }
H1.HeaderClassName
{
color: #13F15D;
}
.AnyTagClassName
{
color: #13F15D;
}
</style>
background-color css
<style>
a { background-color: #13F15D; }
a { background-color: rgb(19,241,93); }
div.DivClassName
{
background-color: #13F15D;
}
.BgClassName
{
background-color: #13F15D;
}
</style>
border-color css
<style>
span { border-color: #13F15D; }
span { border-color: rgb(19,241,93); }
td.TdClassName
{
border-color: #13F15D;
}
.TagClassName
{
border-color: #13F15D;
}
</style>