Shades of Malachite #10C565
Tints of Malachite #10C565
RGB
CMYK
RGB Variations
Color information
#10C565 (or 0x10C565) is known color: Malachite. HEX triplet: 10, C5 and 65. RGB value is (16,197,101). Sum of RGB (Red+Green+Blue) = 16+197+101=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #10C565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C565 is #EF3A9A. Grayscale: #848484. Windows color (decimal): -15678107 or 6669584. OLE color: 6669584.
HSL color Cylindrical-coordinate representation of color #10C565: hue angle of 148.18º 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 #10C565 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 101 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.23 |
| HSL | 148.18º | 0.85% | 0.42% | - |
| HSV(B) | 148.18º | 0.92% | 0.77% | - |
| XYZ | 22.53 | 40.98 | 19.03 | - |
| YUV | 131.94 | 110.53 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 101 | 0.92 | 0 | 0.49 | 0.23 | 148.18 | 0.85 | 0.42 |
| Hex | 10 | C5 | 65 | 5C | 0 | 31 | 17 | 94 | 55 | 2A |
| Octal | 20 | 305 | 145 | 134 | 0 | 61 | 27 | 224 | 125 | 52 |
| Binary | 10000 | 11000101 | 1100101 | 1011100 | 0 | 110001 | 10111 | 10010100 | 1010101 | 101010 |
Color Harmonies of #10C565
Complementary color
Monochromatic Colors of #10C565
Black with #10C565
Text Example
Text Example
White with #10C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C565; }
p { color: rgb(16,197,101); }
H1.HeaderClassName
{
color: #10C565;
}
.AnyTagClassName
{
color: #10C565;
}
</style>
background-color css
<style>
a { background-color: #10C565; }
a { background-color: rgb(16,197,101); }
div.DivClassName
{
background-color: #10C565;
}
.BgClassName
{
background-color: #10C565;
}
</style>
border-color css
<style>
span { border-color: #10C565; }
span { border-color: rgb(16,197,101); }
td.TdClassName
{
border-color: #10C565;
}
.TagClassName
{
border-color: #10C565;
}
</style>