Shades of Malachite #10D054
Tints of Malachite #10D054
RGB
CMYK
RGB Variations
Color information
#10D054 (or 0x10D054) is known color: Malachite. HEX triplet: 10, D0 and 54. RGB value is (16,208,84). Sum of RGB (Red+Green+Blue) = 16+208+84=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #10D054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D054 is #EF2FAB. Grayscale: #888888. Windows color (decimal): -15675308 or 5558288. OLE color: 5558288.
HSL color Cylindrical-coordinate representation of color #10D054: hue angle of 141.25º 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 #10D054 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 84 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.18 |
| HSL | 141.25º | 0.86% | 0.44% | - |
| HSV(B) | 141.25º | 0.92% | 0.82% | - |
| XYZ | 24.37 | 45.86 | 15.96 | - |
| YUV | 136.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 84 | 0.92 | 0 | 0.60 | 0.18 | 141.25 | 0.86 | 0.44 |
| Hex | 10 | D0 | 54 | 5C | 0 | 3C | 12 | 8D | 56 | 2C |
| Octal | 20 | 320 | 124 | 134 | 0 | 74 | 22 | 215 | 126 | 54 |
| Binary | 10000 | 11010000 | 1010100 | 1011100 | 0 | 111100 | 10010 | 10001101 | 1010110 | 101100 |
Color Harmonies of #10D054
Complementary color
Monochromatic Colors of #10D054
Black with #10D054
Text Example
Text Example
White with #10D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D054; }
p { color: rgb(16,208,84); }
H1.HeaderClassName
{
color: #10D054;
}
.AnyTagClassName
{
color: #10D054;
}
</style>
background-color css
<style>
a { background-color: #10D054; }
a { background-color: rgb(16,208,84); }
div.DivClassName
{
background-color: #10D054;
}
.BgClassName
{
background-color: #10D054;
}
</style>
border-color css
<style>
span { border-color: #10D054; }
span { border-color: rgb(16,208,84); }
td.TdClassName
{
border-color: #10D054;
}
.TagClassName
{
border-color: #10D054;
}
</style>