Shades of Malachite #10D94D
Tints of Malachite #10D94D
RGB
CMYK
RGB Variations
Color information
#10D94D (or 0x10D94D) is known color: Malachite. HEX triplet: 10, D9 and 4D. RGB value is (16,217,77). Sum of RGB (Red+Green+Blue) = 16+217+77=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #10D94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D94D is #EF26B2. Grayscale: #8D8D8D. Windows color (decimal): -15673011 or 5101840. OLE color: 5101840.
HSL color Cylindrical-coordinate representation of color #10D94D: hue angle of 138.21º 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 #10D94D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 77 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.15 |
| HSL | 138.21º | 0.86% | 0.46% | - |
| HSV(B) | 138.21º | 0.93% | 0.85% | - |
| XYZ | 26.37 | 50.27 | 15.33 | - |
| YUV | 140.94 | 91.91 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 77 | 0.93 | 0 | 0.65 | 0.15 | 138.21 | 0.86 | 0.46 |
| Hex | 10 | D9 | 4D | 5D | 0 | 41 | F | 8A | 56 | 2E |
| Octal | 20 | 331 | 115 | 135 | 0 | 101 | 17 | 212 | 126 | 56 |
| Binary | 10000 | 11011001 | 1001101 | 1011101 | 0 | 1000001 | 1111 | 10001010 | 1010110 | 101110 |
Color Harmonies of #10D94D
Complementary color
Monochromatic Colors of #10D94D
Black with #10D94D
Text Example
Text Example
White with #10D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D94D; }
p { color: rgb(16,217,77); }
H1.HeaderClassName
{
color: #10D94D;
}
.AnyTagClassName
{
color: #10D94D;
}
</style>
background-color css
<style>
a { background-color: #10D94D; }
a { background-color: rgb(16,217,77); }
div.DivClassName
{
background-color: #10D94D;
}
.BgClassName
{
background-color: #10D94D;
}
</style>
border-color css
<style>
span { border-color: #10D94D; }
span { border-color: rgb(16,217,77); }
td.TdClassName
{
border-color: #10D94D;
}
.TagClassName
{
border-color: #10D94D;
}
</style>