Shades of Malachite #10C84D
Tints of Malachite #10C84D
RGB
CMYK
RGB Variations
Color information
#10C84D (or 0x10C84D) is known color: Malachite. HEX triplet: 10, C8 and 4D. RGB value is (16,200,77). Sum of RGB (Red+Green+Blue) = 16+200+77=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #10C84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C84D is #EF37B2. Grayscale: #838383. Windows color (decimal): -15677363 or 5097488. OLE color: 5097488.
HSL color Cylindrical-coordinate representation of color #10C84D: hue angle of 139.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C84D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 77 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.22 |
| HSL | 139.89º | 0.85% | 0.42% | - |
| HSV(B) | 139.89º | 0.92% | 0.78% | - |
| XYZ | 22.21 | 41.95 | 13.95 | - |
| YUV | 130.96 | 97.54 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 77 | 0.92 | 0 | 0.62 | 0.22 | 139.89 | 0.85 | 0.42 |
| Hex | 10 | C8 | 4D | 5C | 0 | 3E | 16 | 8C | 55 | 2A |
| Octal | 20 | 310 | 115 | 134 | 0 | 76 | 26 | 214 | 125 | 52 |
| Binary | 10000 | 11001000 | 1001101 | 1011100 | 0 | 111110 | 10110 | 10001100 | 1010101 | 101010 |
Color Harmonies of #10C84D
Complementary color
Monochromatic Colors of #10C84D
Black with #10C84D
Text Example
Text Example
White with #10C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C84D; }
p { color: rgb(16,200,77); }
H1.HeaderClassName
{
color: #10C84D;
}
.AnyTagClassName
{
color: #10C84D;
}
</style>
background-color css
<style>
a { background-color: #10C84D; }
a { background-color: rgb(16,200,77); }
div.DivClassName
{
background-color: #10C84D;
}
.BgClassName
{
background-color: #10C84D;
}
</style>
border-color css
<style>
span { border-color: #10C84D; }
span { border-color: rgb(16,200,77); }
td.TdClassName
{
border-color: #10C84D;
}
.TagClassName
{
border-color: #10C84D;
}
</style>