Shades of Malachite #13F254
Tints of Malachite #13F254
RGB
CMYK
RGB Variations
Color information
#13F254 (or 0x13F254) is known color: Malachite. HEX triplet: 13, F2 and 54. RGB value is (19,242,84). Sum of RGB (Red+Green+Blue) = 19+242+84=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #13F254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F254 is #EC0DAB. Grayscale: #9D9D9D. Windows color (decimal): -15469996 or 5566995. OLE color: 5566995.
HSL color Cylindrical-coordinate representation of color #13F254: hue angle of 137.49º degrees, saturation: 0.9, 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 #13F254 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 84 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.05 |
| HSL | 137.49º | 0.9% | 0.51% | - |
| HSV(B) | 137.49º | 0.92% | 0.95% | - |
| XYZ | 33.62 | 64.28 | 19.02 | - |
| YUV | 157.31 | 86.62 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 84 | 0.92 | 0 | 0.65 | 0.05 | 137.49 | 0.9 | 0.51 |
| Hex | 13 | F2 | 54 | 5C | 0 | 41 | 5 | 89 | 5A | 33 |
| Octal | 23 | 362 | 124 | 134 | 0 | 101 | 5 | 211 | 132 | 63 |
| Binary | 10011 | 11110010 | 1010100 | 1011100 | 0 | 1000001 | 101 | 10001001 | 1011010 | 110011 |
Color Harmonies of #13F254
Complementary color
Monochromatic Colors of #13F254
Black with #13F254
Text Example
Text Example
White with #13F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F254; }
p { color: rgb(19,242,84); }
H1.HeaderClassName
{
color: #13F254;
}
.AnyTagClassName
{
color: #13F254;
}
</style>
background-color css
<style>
a { background-color: #13F254; }
a { background-color: rgb(19,242,84); }
div.DivClassName
{
background-color: #13F254;
}
.BgClassName
{
background-color: #13F254;
}
</style>
border-color css
<style>
span { border-color: #13F254; }
span { border-color: rgb(19,242,84); }
td.TdClassName
{
border-color: #13F254;
}
.TagClassName
{
border-color: #13F254;
}
</style>