Shades of Malachite #10C764
Tints of Malachite #10C764
RGB
CMYK
RGB Variations
Color information
#10C764 (or 0x10C764) is known color: Malachite. HEX triplet: 10, C7 and 64. RGB value is (16,199,100). Sum of RGB (Red+Green+Blue) = 16+199+100=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #10C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C764 is #EF389B. Grayscale: #858585. Windows color (decimal): -15677596 or 6604560. OLE color: 6604560.
HSL color Cylindrical-coordinate representation of color #10C764: hue angle of 147.54º 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 #10C764 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 100 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.22 |
| HSL | 147.54º | 0.85% | 0.42% | - |
| HSV(B) | 147.54º | 0.92% | 0.78% | - |
| XYZ | 22.94 | 41.88 | 18.93 | - |
| YUV | 133 | 109.37 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 100 | 0.92 | 0 | 0.50 | 0.22 | 147.54 | 0.85 | 0.42 |
| Hex | 10 | C7 | 64 | 5C | 0 | 32 | 16 | 94 | 55 | 2A |
| Octal | 20 | 307 | 144 | 134 | 0 | 62 | 26 | 224 | 125 | 52 |
| Binary | 10000 | 11000111 | 1100100 | 1011100 | 0 | 110010 | 10110 | 10010100 | 1010101 | 101010 |
Color Harmonies of #10C764
Complementary color
Monochromatic Colors of #10C764
Black with #10C764
Text Example
Text Example
White with #10C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C764; }
p { color: rgb(16,199,100); }
H1.HeaderClassName
{
color: #10C764;
}
.AnyTagClassName
{
color: #10C764;
}
</style>
background-color css
<style>
a { background-color: #10C764; }
a { background-color: rgb(16,199,100); }
div.DivClassName
{
background-color: #10C764;
}
.BgClassName
{
background-color: #10C764;
}
</style>
border-color css
<style>
span { border-color: #10C764; }
span { border-color: rgb(16,199,100); }
td.TdClassName
{
border-color: #10C764;
}
.TagClassName
{
border-color: #10C764;
}
</style>