Shades of Malachite #10F060
Tints of Malachite #10F060
RGB
CMYK
RGB Variations
Color information
#10F060 (or 0x10F060) is known color: Malachite. HEX triplet: 10, F0 and 60. RGB value is (16,240,96). Sum of RGB (Red+Green+Blue) = 16+240+96=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #10F060 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F060 is #EF0F9F. Grayscale: #9C9C9C. Windows color (decimal): -15667104 or 6352912. OLE color: 6352912.
HSL color Cylindrical-coordinate representation of color #10F060: hue angle of 141.43º 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 #10F060 is Cyan = 0.93, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 96 | - |
| CMYK | 0.93 | 0 | 0.6 | 0.06 |
| HSL | 141.43º | 0.88% | 0.5% | - |
| HSV(B) | 141.43º | 0.93% | 0.94% | - |
| XYZ | 33.49 | 63.27 | 21.51 | - |
| YUV | 156.61 | 93.79 | 27.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 96 | 0.93 | 0 | 0.6 | 0.06 | 141.43 | 0.88 | 0.5 |
| Hex | 10 | F0 | 60 | 5D | 0 | 3C | 6 | 8D | 58 | 32 |
| Octal | 20 | 360 | 140 | 135 | 0 | 74 | 6 | 215 | 130 | 62 |
| Binary | 10000 | 11110000 | 1100000 | 1011101 | 0 | 111100 | 110 | 10001101 | 1011000 | 110010 |
Color Harmonies of #10F060
Complementary color
Monochromatic Colors of #10F060
Black with #10F060
Text Example
Text Example
White with #10F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F060; }
p { color: rgb(16,240,96); }
H1.HeaderClassName
{
color: #10F060;
}
.AnyTagClassName
{
color: #10F060;
}
</style>
background-color css
<style>
a { background-color: #10F060; }
a { background-color: rgb(16,240,96); }
div.DivClassName
{
background-color: #10F060;
}
.BgClassName
{
background-color: #10F060;
}
</style>
border-color css
<style>
span { border-color: #10F060; }
span { border-color: rgb(16,240,96); }
td.TdClassName
{
border-color: #10F060;
}
.TagClassName
{
border-color: #10F060;
}
</style>