Shades of Malachite #10DC69
Tints of Malachite #10DC69
RGB
CMYK
RGB Variations
Color information
#10DC69 (or 0x10DC69) is known color: Malachite. HEX triplet: 10, DC and 69. RGB value is (16,220,105). Sum of RGB (Red+Green+Blue) = 16+220+105=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC69 is #EF2396. Grayscale: #929292. Windows color (decimal): -15672215 or 6937616. OLE color: 6937616.
HSL color Cylindrical-coordinate representation of color #10DC69: hue angle of 146.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC69 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 105 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.14 |
| HSL | 146.18º | 0.86% | 0.46% | - |
| HSV(B) | 146.18º | 0.93% | 0.86% | - |
| XYZ | 28.36 | 52.32 | 21.97 | - |
| YUV | 145.89 | 104.91 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 105 | 0.93 | 0 | 0.52 | 0.14 | 146.18 | 0.86 | 0.46 |
| Hex | 10 | DC | 69 | 5D | 0 | 34 | E | 92 | 56 | 2E |
| Octal | 20 | 334 | 151 | 135 | 0 | 64 | 16 | 222 | 126 | 56 |
| Binary | 10000 | 11011100 | 1101001 | 1011101 | 0 | 110100 | 1110 | 10010010 | 1010110 | 101110 |
Color Harmonies of #10DC69
Complementary color
Monochromatic Colors of #10DC69
Black with #10DC69
Text Example
Text Example
White with #10DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC69; }
p { color: rgb(16,220,105); }
H1.HeaderClassName
{
color: #10DC69;
}
.AnyTagClassName
{
color: #10DC69;
}
</style>
background-color css
<style>
a { background-color: #10DC69; }
a { background-color: rgb(16,220,105); }
div.DivClassName
{
background-color: #10DC69;
}
.BgClassName
{
background-color: #10DC69;
}
</style>
border-color css
<style>
span { border-color: #10DC69; }
span { border-color: rgb(16,220,105); }
td.TdClassName
{
border-color: #10DC69;
}
.TagClassName
{
border-color: #10DC69;
}
</style>