Shades of Malachite #10F45C
Tints of Malachite #10F45C
RGB
CMYK
RGB Variations
Color information
#10F45C (or 0x10F45C) is known color: Malachite. HEX triplet: 10, F4 and 5C. RGB value is (16,244,92). Sum of RGB (Red+Green+Blue) = 16+244+92=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #10F45C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F45C is #EF0BA3. Grayscale: #9E9E9E. Windows color (decimal): -15666084 or 6091792. OLE color: 6091792.
HSL color Cylindrical-coordinate representation of color #10F45C: hue angle of 140º degrees, saturation: 0.91, 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 #10F45C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 244 | 92 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.04 |
| HSL | 140º | 0.91% | 0.51% | - |
| HSV(B) | 140º | 0.93% | 0.96% | - |
| XYZ | 34.5 | 65.58 | 20.97 | - |
| YUV | 158.5 | 90.46 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 244 | 92 | 0.93 | 0 | 0.62 | 0.04 | 140 | 0.91 | 0.51 |
| Hex | 10 | F4 | 5C | 5D | 0 | 3E | 4 | 8C | 5B | 33 |
| Octal | 20 | 364 | 134 | 135 | 0 | 76 | 4 | 214 | 133 | 63 |
| Binary | 10000 | 11110100 | 1011100 | 1011101 | 0 | 111110 | 100 | 10001100 | 1011011 | 110011 |
Color Harmonies of #10F45C
Complementary color
Monochromatic Colors of #10F45C
Black with #10F45C
Text Example
Text Example
White with #10F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F45C; }
p { color: rgb(16,244,92); }
H1.HeaderClassName
{
color: #10F45C;
}
.AnyTagClassName
{
color: #10F45C;
}
</style>
background-color css
<style>
a { background-color: #10F45C; }
a { background-color: rgb(16,244,92); }
div.DivClassName
{
background-color: #10F45C;
}
.BgClassName
{
background-color: #10F45C;
}
</style>
border-color css
<style>
span { border-color: #10F45C; }
span { border-color: rgb(16,244,92); }
td.TdClassName
{
border-color: #10F45C;
}
.TagClassName
{
border-color: #10F45C;
}
</style>