Shades of Malachite #10C76A
Tints of Malachite #10C76A
RGB
CMYK
RGB Variations
Color information
#10C76A (or 0x10C76A) is known color: Malachite. HEX triplet: 10, C7 and 6A. RGB value is (16,199,106). Sum of RGB (Red+Green+Blue) = 16+199+106=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #10C76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C76A is #EF3895. Grayscale: #858585. Windows color (decimal): -15677590 or 6997776. OLE color: 6997776.
HSL color Cylindrical-coordinate representation of color #10C76A: hue angle of 149.51º 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 #10C76A is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 106 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.22 |
| HSL | 149.51º | 0.85% | 0.42% | - |
| HSV(B) | 149.51º | 0.92% | 0.78% | - |
| XYZ | 23.24 | 42 | 20.52 | - |
| YUV | 133.68 | 112.37 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 106 | 0.92 | 0 | 0.47 | 0.22 | 149.51 | 0.85 | 0.42 |
| Hex | 10 | C7 | 6A | 5C | 0 | 2F | 16 | 96 | 55 | 2A |
| Octal | 20 | 307 | 152 | 134 | 0 | 57 | 26 | 226 | 125 | 52 |
| Binary | 10000 | 11000111 | 1101010 | 1011100 | 0 | 101111 | 10110 | 10010110 | 1010101 | 101010 |
Color Harmonies of #10C76A
Complementary color
Monochromatic Colors of #10C76A
Black with #10C76A
Text Example
Text Example
White with #10C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C76A; }
p { color: rgb(16,199,106); }
H1.HeaderClassName
{
color: #10C76A;
}
.AnyTagClassName
{
color: #10C76A;
}
</style>
background-color css
<style>
a { background-color: #10C76A; }
a { background-color: rgb(16,199,106); }
div.DivClassName
{
background-color: #10C76A;
}
.BgClassName
{
background-color: #10C76A;
}
</style>
border-color css
<style>
span { border-color: #10C76A; }
span { border-color: rgb(16,199,106); }
td.TdClassName
{
border-color: #10C76A;
}
.TagClassName
{
border-color: #10C76A;
}
</style>