Shades of Malachite #10C85B
Tints of Malachite #10C85B
RGB
CMYK
RGB Variations
Color information
#10C85B (or 0x10C85B) is known color: Malachite. HEX triplet: 10, C8 and 5B. RGB value is (16,200,91). Sum of RGB (Red+Green+Blue) = 16+200+91=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #10C85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C85B is #EF37A4. Grayscale: #848484. Windows color (decimal): -15677349 or 6014992. OLE color: 6014992.
HSL color Cylindrical-coordinate representation of color #10C85B: hue angle of 144.46º 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 #10C85B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 91 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.22 |
| HSL | 144.46º | 0.85% | 0.42% | - |
| HSV(B) | 144.46º | 0.92% | 0.78% | - |
| XYZ | 22.76 | 42.17 | 16.84 | - |
| YUV | 132.56 | 104.54 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 91 | 0.92 | 0 | 0.54 | 0.22 | 144.46 | 0.85 | 0.42 |
| Hex | 10 | C8 | 5B | 5C | 0 | 36 | 16 | 90 | 55 | 2A |
| Octal | 20 | 310 | 133 | 134 | 0 | 66 | 26 | 220 | 125 | 52 |
| Binary | 10000 | 11001000 | 1011011 | 1011100 | 0 | 110110 | 10110 | 10010000 | 1010101 | 101010 |
Color Harmonies of #10C85B
Complementary color
Monochromatic Colors of #10C85B
Black with #10C85B
Text Example
Text Example
White with #10C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C85B; }
p { color: rgb(16,200,91); }
H1.HeaderClassName
{
color: #10C85B;
}
.AnyTagClassName
{
color: #10C85B;
}
</style>
background-color css
<style>
a { background-color: #10C85B; }
a { background-color: rgb(16,200,91); }
div.DivClassName
{
background-color: #10C85B;
}
.BgClassName
{
background-color: #10C85B;
}
</style>
border-color css
<style>
span { border-color: #10C85B; }
span { border-color: rgb(16,200,91); }
td.TdClassName
{
border-color: #10C85B;
}
.TagClassName
{
border-color: #10C85B;
}
</style>