Shades of Malachite #10F54E
Tints of Malachite #10F54E
RGB
CMYK
RGB Variations
Color information
#10F54E (or 0x10F54E) is known color: Malachite. HEX triplet: 10, F5 and 4E. RGB value is (16,245,78). Sum of RGB (Red+Green+Blue) = 16+245+78=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #10F54E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F54E is #EF0AB1. Grayscale: #9D9D9D. Windows color (decimal): -15665842 or 5174544. OLE color: 5174544.
HSL color Cylindrical-coordinate representation of color #10F54E: hue angle of 136.24º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F54E is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 78 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.04 |
| HSL | 136.24º | 0.92% | 0.51% | - |
| HSV(B) | 136.24º | 0.93% | 0.96% | - |
| XYZ | 34.24 | 65.97 | 18.14 | - |
| YUV | 157.49 | 83.13 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 78 | 0.93 | 0 | 0.68 | 0.04 | 136.24 | 0.92 | 0.51 |
| Hex | 10 | F5 | 4E | 5D | 0 | 44 | 4 | 88 | 5C | 33 |
| Octal | 20 | 365 | 116 | 135 | 0 | 104 | 4 | 210 | 134 | 63 |
| Binary | 10000 | 11110101 | 1001110 | 1011101 | 0 | 1000100 | 100 | 10001000 | 1011100 | 110011 |
Color Harmonies of #10F54E
Complementary color
Monochromatic Colors of #10F54E
Black with #10F54E
Text Example
Text Example
White with #10F54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F54E; }
p { color: rgb(16,245,78); }
H1.HeaderClassName
{
color: #10F54E;
}
.AnyTagClassName
{
color: #10F54E;
}
</style>
background-color css
<style>
a { background-color: #10F54E; }
a { background-color: rgb(16,245,78); }
div.DivClassName
{
background-color: #10F54E;
}
.BgClassName
{
background-color: #10F54E;
}
</style>
border-color css
<style>
span { border-color: #10F54E; }
span { border-color: rgb(16,245,78); }
td.TdClassName
{
border-color: #10F54E;
}
.TagClassName
{
border-color: #10F54E;
}
</style>