Shades of Malachite #10C466
Tints of Malachite #10C466
RGB
CMYK
RGB Variations
Color information
#10C466 (or 0x10C466) is known color: Malachite. HEX triplet: 10, C4 and 66. RGB value is (16,196,102). Sum of RGB (Red+Green+Blue) = 16+196+102=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #10C466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C466 is #EF3B99. Grayscale: #838383. Windows color (decimal): -15678362 or 6734864. OLE color: 6734864.
HSL color Cylindrical-coordinate representation of color #10C466: hue angle of 148.67º 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 #10C466 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 102 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.23 |
| HSL | 148.67º | 0.85% | 0.42% | - |
| HSV(B) | 148.67º | 0.92% | 0.77% | - |
| XYZ | 22.35 | 40.55 | 19.22 | - |
| YUV | 131.46 | 111.37 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 102 | 0.92 | 0 | 0.48 | 0.23 | 148.67 | 0.85 | 0.42 |
| Hex | 10 | C4 | 66 | 5C | 0 | 30 | 17 | 95 | 55 | 2A |
| Octal | 20 | 304 | 146 | 134 | 0 | 60 | 27 | 225 | 125 | 52 |
| Binary | 10000 | 11000100 | 1100110 | 1011100 | 0 | 110000 | 10111 | 10010101 | 1010101 | 101010 |
Color Harmonies of #10C466
Complementary color
Monochromatic Colors of #10C466
Black with #10C466
Text Example
Text Example
White with #10C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C466; }
p { color: rgb(16,196,102); }
H1.HeaderClassName
{
color: #10C466;
}
.AnyTagClassName
{
color: #10C466;
}
</style>
background-color css
<style>
a { background-color: #10C466; }
a { background-color: rgb(16,196,102); }
div.DivClassName
{
background-color: #10C466;
}
.BgClassName
{
background-color: #10C466;
}
</style>
border-color css
<style>
span { border-color: #10C466; }
span { border-color: rgb(16,196,102); }
td.TdClassName
{
border-color: #10C466;
}
.TagClassName
{
border-color: #10C466;
}
</style>