Shades of Malachite #10D059
Tints of Malachite #10D059
RGB
CMYK
RGB Variations
Color information
#10D059 (or 0x10D059) is known color: Malachite. HEX triplet: 10, D0 and 59. RGB value is (16,208,89). Sum of RGB (Red+Green+Blue) = 16+208+89=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #10D059 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D059 is #EF2FA6. Grayscale: #898989. Windows color (decimal): -15675303 or 5885968. OLE color: 5885968.
HSL color Cylindrical-coordinate representation of color #10D059: hue angle of 142.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D059 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 89 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.18 |
| HSL | 142.81º | 0.86% | 0.44% | - |
| HSV(B) | 142.81º | 0.92% | 0.82% | - |
| XYZ | 24.57 | 45.94 | 17.02 | - |
| YUV | 137.03 | 100.89 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 89 | 0.92 | 0 | 0.57 | 0.18 | 142.81 | 0.86 | 0.44 |
| Hex | 10 | D0 | 59 | 5C | 0 | 39 | 12 | 8F | 56 | 2C |
| Octal | 20 | 320 | 131 | 134 | 0 | 71 | 22 | 217 | 126 | 54 |
| Binary | 10000 | 11010000 | 1011001 | 1011100 | 0 | 111001 | 10010 | 10001111 | 1010110 | 101100 |
Color Harmonies of #10D059
Complementary color
Monochromatic Colors of #10D059
Black with #10D059
Text Example
Text Example
White with #10D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D059; }
p { color: rgb(16,208,89); }
H1.HeaderClassName
{
color: #10D059;
}
.AnyTagClassName
{
color: #10D059;
}
</style>
background-color css
<style>
a { background-color: #10D059; }
a { background-color: rgb(16,208,89); }
div.DivClassName
{
background-color: #10D059;
}
.BgClassName
{
background-color: #10D059;
}
</style>
border-color css
<style>
span { border-color: #10D059; }
span { border-color: rgb(16,208,89); }
td.TdClassName
{
border-color: #10D059;
}
.TagClassName
{
border-color: #10D059;
}
</style>