Shades of Malachite #10D64D
Tints of Malachite #10D64D
RGB
CMYK
RGB Variations
Color information
#10D64D (or 0x10D64D) is known color: Malachite. HEX triplet: 10, D6 and 4D. RGB value is (16,214,77). Sum of RGB (Red+Green+Blue) = 16+214+77=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #10D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D64D is #EF29B2. Grayscale: #8B8B8B. Windows color (decimal): -15673779 or 5101072. OLE color: 5101072.
HSL color Cylindrical-coordinate representation of color #10D64D: hue angle of 138.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D64D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 77 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.16 |
| HSL | 138.48º | 0.86% | 0.45% | - |
| HSV(B) | 138.48º | 0.93% | 0.84% | - |
| XYZ | 25.6 | 48.74 | 15.08 | - |
| YUV | 139.18 | 92.9 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 77 | 0.93 | 0 | 0.64 | 0.16 | 138.48 | 0.86 | 0.45 |
| Hex | 10 | D6 | 4D | 5D | 0 | 40 | 10 | 8A | 56 | 2D |
| Octal | 20 | 326 | 115 | 135 | 0 | 100 | 20 | 212 | 126 | 55 |
| Binary | 10000 | 11010110 | 1001101 | 1011101 | 0 | 1000000 | 10000 | 10001010 | 1010110 | 101101 |
Color Harmonies of #10D64D
Complementary color
Monochromatic Colors of #10D64D
Black with #10D64D
Text Example
Text Example
White with #10D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D64D; }
p { color: rgb(16,214,77); }
H1.HeaderClassName
{
color: #10D64D;
}
.AnyTagClassName
{
color: #10D64D;
}
</style>
background-color css
<style>
a { background-color: #10D64D; }
a { background-color: rgb(16,214,77); }
div.DivClassName
{
background-color: #10D64D;
}
.BgClassName
{
background-color: #10D64D;
}
</style>
border-color css
<style>
span { border-color: #10D64D; }
span { border-color: rgb(16,214,77); }
td.TdClassName
{
border-color: #10D64D;
}
.TagClassName
{
border-color: #10D64D;
}
</style>