Shades of Malachite #10D24D
Tints of Malachite #10D24D
RGB
CMYK
RGB Variations
Color information
#10D24D (or 0x10D24D) is known color: Malachite. HEX triplet: 10, D2 and 4D. RGB value is (16,210,77). Sum of RGB (Red+Green+Blue) = 16+210+77=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #10D24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D24D is #EF2DB2. Grayscale: #898989. Windows color (decimal): -15674803 or 5100048. OLE color: 5100048.
HSL color Cylindrical-coordinate representation of color #10D24D: hue angle of 138.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D24D is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 77 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.18 |
| HSL | 138.87º | 0.86% | 0.44% | - |
| HSV(B) | 138.87º | 0.92% | 0.82% | - |
| XYZ | 24.6 | 46.74 | 14.75 | - |
| YUV | 136.83 | 94.23 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 77 | 0.92 | 0 | 0.63 | 0.18 | 138.87 | 0.86 | 0.44 |
| Hex | 10 | D2 | 4D | 5C | 0 | 3F | 12 | 8B | 56 | 2C |
| Octal | 20 | 322 | 115 | 134 | 0 | 77 | 22 | 213 | 126 | 54 |
| Binary | 10000 | 11010010 | 1001101 | 1011100 | 0 | 111111 | 10010 | 10001011 | 1010110 | 101100 |
Color Harmonies of #10D24D
Complementary color
Monochromatic Colors of #10D24D
Black with #10D24D
Text Example
Text Example
White with #10D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D24D; }
p { color: rgb(16,210,77); }
H1.HeaderClassName
{
color: #10D24D;
}
.AnyTagClassName
{
color: #10D24D;
}
</style>
background-color css
<style>
a { background-color: #10D24D; }
a { background-color: rgb(16,210,77); }
div.DivClassName
{
background-color: #10D24D;
}
.BgClassName
{
background-color: #10D24D;
}
</style>
border-color css
<style>
span { border-color: #10D24D; }
span { border-color: rgb(16,210,77); }
td.TdClassName
{
border-color: #10D24D;
}
.TagClassName
{
border-color: #10D24D;
}
</style>