Shades of Malachite #10F056
Tints of Malachite #10F056
RGB
CMYK
RGB Variations
Color information
#10F056 (or 0x10F056) is known color: Malachite. HEX triplet: 10, F0 and 56. RGB value is (16,240,86). Sum of RGB (Red+Green+Blue) = 16+240+86=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #10F056 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F056 is #EF0FA9. Grayscale: #9B9B9B. Windows color (decimal): -15667114 or 5697552. OLE color: 5697552.
HSL color Cylindrical-coordinate representation of color #10F056: hue angle of 138.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F056 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 86 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.06 |
| HSL | 138.75º | 0.88% | 0.5% | - |
| HSV(B) | 138.75º | 0.93% | 0.94% | - |
| XYZ | 33.05 | 63.1 | 19.24 | - |
| YUV | 155.47 | 88.79 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 86 | 0.93 | 0 | 0.64 | 0.06 | 138.75 | 0.88 | 0.5 |
| Hex | 10 | F0 | 56 | 5D | 0 | 40 | 6 | 8B | 58 | 32 |
| Octal | 20 | 360 | 126 | 135 | 0 | 100 | 6 | 213 | 130 | 62 |
| Binary | 10000 | 11110000 | 1010110 | 1011101 | 0 | 1000000 | 110 | 10001011 | 1011000 | 110010 |
Color Harmonies of #10F056
Complementary color
Monochromatic Colors of #10F056
Black with #10F056
Text Example
Text Example
White with #10F056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F056; }
p { color: rgb(16,240,86); }
H1.HeaderClassName
{
color: #10F056;
}
.AnyTagClassName
{
color: #10F056;
}
</style>
background-color css
<style>
a { background-color: #10F056; }
a { background-color: rgb(16,240,86); }
div.DivClassName
{
background-color: #10F056;
}
.BgClassName
{
background-color: #10F056;
}
</style>
border-color css
<style>
span { border-color: #10F056; }
span { border-color: rgb(16,240,86); }
td.TdClassName
{
border-color: #10F056;
}
.TagClassName
{
border-color: #10F056;
}
</style>