Shades of Malachite #10DA72
Tints of Malachite #10DA72
RGB
CMYK
RGB Variations
Color information
#10DA72 (or 0x10DA72) is known color: Malachite. HEX triplet: 10, DA and 72. RGB value is (16,218,114). Sum of RGB (Red+Green+Blue) = 16+218+114=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DA72 is #EF258D. Grayscale: #919191. Windows color (decimal): -15672718 or 7526928. OLE color: 7526928.
HSL color Cylindrical-coordinate representation of color #10DA72: hue angle of 149.11º 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 #10DA72 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 114 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.15 |
| HSL | 149.11º | 0.86% | 0.46% | - |
| HSV(B) | 149.11º | 0.93% | 0.85% | - |
| XYZ | 28.32 | 51.47 | 24.36 | - |
| YUV | 145.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 114 | 0.93 | 0 | 0.48 | 0.15 | 149.11 | 0.86 | 0.46 |
| Hex | 10 | DA | 72 | 5D | 0 | 30 | F | 95 | 56 | 2E |
| Octal | 20 | 332 | 162 | 135 | 0 | 60 | 17 | 225 | 126 | 56 |
| Binary | 10000 | 11011010 | 1110010 | 1011101 | 0 | 110000 | 1111 | 10010101 | 1010110 | 101110 |
Color Harmonies of #10DA72
Complementary color
Monochromatic Colors of #10DA72
Black with #10DA72
Text Example
Text Example
White with #10DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA72; }
p { color: rgb(16,218,114); }
H1.HeaderClassName
{
color: #10DA72;
}
.AnyTagClassName
{
color: #10DA72;
}
</style>
background-color css
<style>
a { background-color: #10DA72; }
a { background-color: rgb(16,218,114); }
div.DivClassName
{
background-color: #10DA72;
}
.BgClassName
{
background-color: #10DA72;
}
</style>
border-color css
<style>
span { border-color: #10DA72; }
span { border-color: rgb(16,218,114); }
td.TdClassName
{
border-color: #10DA72;
}
.TagClassName
{
border-color: #10DA72;
}
</style>