Shades of Malachite #10DA4D
Tints of Malachite #10DA4D
RGB
CMYK
RGB Variations
Color information
#10DA4D (or 0x10DA4D) is known color: Malachite. HEX triplet: 10, DA and 4D. RGB value is (16,218,77). Sum of RGB (Red+Green+Blue) = 16+218+77=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DA4D is #EF25B2. Grayscale: #8D8D8D. Windows color (decimal): -15672755 or 5102096. OLE color: 5102096.
HSL color Cylindrical-coordinate representation of color #10DA4D: hue angle of 138.12º 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 #10DA4D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 77 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.15 |
| HSL | 138.12º | 0.86% | 0.46% | - |
| HSV(B) | 138.12º | 0.93% | 0.85% | - |
| XYZ | 26.62 | 50.79 | 15.42 | - |
| YUV | 141.53 | 91.58 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 77 | 0.93 | 0 | 0.65 | 0.15 | 138.12 | 0.86 | 0.46 |
| Hex | 10 | DA | 4D | 5D | 0 | 41 | F | 8A | 56 | 2E |
| Octal | 20 | 332 | 115 | 135 | 0 | 101 | 17 | 212 | 126 | 56 |
| Binary | 10000 | 11011010 | 1001101 | 1011101 | 0 | 1000001 | 1111 | 10001010 | 1010110 | 101110 |
Color Harmonies of #10DA4D
Complementary color
Monochromatic Colors of #10DA4D
Black with #10DA4D
Text Example
Text Example
White with #10DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA4D; }
p { color: rgb(16,218,77); }
H1.HeaderClassName
{
color: #10DA4D;
}
.AnyTagClassName
{
color: #10DA4D;
}
</style>
background-color css
<style>
a { background-color: #10DA4D; }
a { background-color: rgb(16,218,77); }
div.DivClassName
{
background-color: #10DA4D;
}
.BgClassName
{
background-color: #10DA4D;
}
</style>
border-color css
<style>
span { border-color: #10DA4D; }
span { border-color: rgb(16,218,77); }
td.TdClassName
{
border-color: #10DA4D;
}
.TagClassName
{
border-color: #10DA4D;
}
</style>