Shades of Malachite #10DA6B
Tints of Malachite #10DA6B
RGB
CMYK
RGB Variations
Color information
#10DA6B (or 0x10DA6B) is known color: Malachite. HEX triplet: 10, DA and 6B. RGB value is (16,218,107). Sum of RGB (Red+Green+Blue) = 16+218+107=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DA6B is #EF2594. Grayscale: #919191. Windows color (decimal): -15672725 or 7068176. OLE color: 7068176.
HSL color Cylindrical-coordinate representation of color #10DA6B: hue angle of 147.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA6B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 107 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.15 |
| HSL | 147.03º | 0.86% | 0.46% | - |
| HSV(B) | 147.03º | 0.93% | 0.85% | - |
| XYZ | 27.94 | 51.31 | 22.34 | - |
| YUV | 144.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 107 | 0.93 | 0 | 0.51 | 0.15 | 147.03 | 0.86 | 0.46 |
| Hex | 10 | DA | 6B | 5D | 0 | 33 | F | 93 | 56 | 2E |
| Octal | 20 | 332 | 153 | 135 | 0 | 63 | 17 | 223 | 126 | 56 |
| Binary | 10000 | 11011010 | 1101011 | 1011101 | 0 | 110011 | 1111 | 10010011 | 1010110 | 101110 |
Color Harmonies of #10DA6B
Complementary color
Monochromatic Colors of #10DA6B
Black with #10DA6B
Text Example
Text Example
White with #10DA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA6B; }
p { color: rgb(16,218,107); }
H1.HeaderClassName
{
color: #10DA6B;
}
.AnyTagClassName
{
color: #10DA6B;
}
</style>
background-color css
<style>
a { background-color: #10DA6B; }
a { background-color: rgb(16,218,107); }
div.DivClassName
{
background-color: #10DA6B;
}
.BgClassName
{
background-color: #10DA6B;
}
</style>
border-color css
<style>
span { border-color: #10DA6B; }
span { border-color: rgb(16,218,107); }
td.TdClassName
{
border-color: #10DA6B;
}
.TagClassName
{
border-color: #10DA6B;
}
</style>