Shades of Malachite #10C455
Tints of Malachite #10C455
RGB
CMYK
RGB Variations
Color information
#10C455 (or 0x10C455) is known color: Malachite. HEX triplet: 10, C4 and 55. RGB value is (16,196,85). Sum of RGB (Red+Green+Blue) = 16+196+85=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #10C455 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C455 is #EF3BAA. Grayscale: #818181. Windows color (decimal): -15678379 or 5620752. OLE color: 5620752.
HSL color Cylindrical-coordinate representation of color #10C455: hue angle of 143º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C455 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 85 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.23 |
| HSL | 143º | 0.85% | 0.42% | - |
| HSV(B) | 143º | 0.92% | 0.77% | - |
| XYZ | 21.59 | 40.25 | 15.22 | - |
| YUV | 129.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 85 | 0.92 | 0 | 0.57 | 0.23 | 143 | 0.85 | 0.42 |
| Hex | 10 | C4 | 55 | 5C | 0 | 39 | 17 | 8F | 55 | 2A |
| Octal | 20 | 304 | 125 | 134 | 0 | 71 | 27 | 217 | 125 | 52 |
| Binary | 10000 | 11000100 | 1010101 | 1011100 | 0 | 111001 | 10111 | 10001111 | 1010101 | 101010 |
Color Harmonies of #10C455
Complementary color
Monochromatic Colors of #10C455
Black with #10C455
Text Example
Text Example
White with #10C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C455; }
p { color: rgb(16,196,85); }
H1.HeaderClassName
{
color: #10C455;
}
.AnyTagClassName
{
color: #10C455;
}
</style>
background-color css
<style>
a { background-color: #10C455; }
a { background-color: rgb(16,196,85); }
div.DivClassName
{
background-color: #10C455;
}
.BgClassName
{
background-color: #10C455;
}
</style>
border-color css
<style>
span { border-color: #10C455; }
span { border-color: rgb(16,196,85); }
td.TdClassName
{
border-color: #10C455;
}
.TagClassName
{
border-color: #10C455;
}
</style>