Shades of Malachite #10C85A
Tints of Malachite #10C85A
RGB
CMYK
RGB Variations
Color information
#10C85A (or 0x10C85A) is known color: Malachite. HEX triplet: 10, C8 and 5A. RGB value is (16,200,90). Sum of RGB (Red+Green+Blue) = 16+200+90=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #10C85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C85A is #EF37A5. Grayscale: #848484. Windows color (decimal): -15677350 or 5949456. OLE color: 5949456.
HSL color Cylindrical-coordinate representation of color #10C85A: hue angle of 144.13º 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 #10C85A is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 90 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.22 |
| HSL | 144.13º | 0.85% | 0.42% | - |
| HSV(B) | 144.13º | 0.92% | 0.78% | - |
| XYZ | 22.71 | 42.16 | 16.61 | - |
| YUV | 132.44 | 104.04 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 90 | 0.92 | 0 | 0.55 | 0.22 | 144.13 | 0.85 | 0.42 |
| Hex | 10 | C8 | 5A | 5C | 0 | 37 | 16 | 90 | 55 | 2A |
| Octal | 20 | 310 | 132 | 134 | 0 | 67 | 26 | 220 | 125 | 52 |
| Binary | 10000 | 11001000 | 1011010 | 1011100 | 0 | 110111 | 10110 | 10010000 | 1010101 | 101010 |
Color Harmonies of #10C85A
Complementary color
Monochromatic Colors of #10C85A
Black with #10C85A
Text Example
Text Example
White with #10C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C85A; }
p { color: rgb(16,200,90); }
H1.HeaderClassName
{
color: #10C85A;
}
.AnyTagClassName
{
color: #10C85A;
}
</style>
background-color css
<style>
a { background-color: #10C85A; }
a { background-color: rgb(16,200,90); }
div.DivClassName
{
background-color: #10C85A;
}
.BgClassName
{
background-color: #10C85A;
}
</style>
border-color css
<style>
span { border-color: #10C85A; }
span { border-color: rgb(16,200,90); }
td.TdClassName
{
border-color: #10C85A;
}
.TagClassName
{
border-color: #10C85A;
}
</style>