Shades of Malachite #10C668
Tints of Malachite #10C668
RGB
CMYK
RGB Variations
Color information
#10C668 (or 0x10C668) is known color: Malachite. HEX triplet: 10, C6 and 68. RGB value is (16,198,104). Sum of RGB (Red+Green+Blue) = 16+198+104=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #10C668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C668 is #EF3997. Grayscale: #858585. Windows color (decimal): -15677848 or 6866448. OLE color: 6866448.
HSL color Cylindrical-coordinate representation of color #10C668: hue angle of 149.01º 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 #10C668 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 104 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.22 |
| HSL | 149.01º | 0.85% | 0.42% | - |
| HSV(B) | 149.01º | 0.92% | 0.78% | - |
| XYZ | 22.91 | 41.5 | 19.9 | - |
| YUV | 132.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 104 | 0.92 | 0 | 0.47 | 0.22 | 149.01 | 0.85 | 0.42 |
| Hex | 10 | C6 | 68 | 5C | 0 | 2F | 16 | 95 | 55 | 2A |
| Octal | 20 | 306 | 150 | 134 | 0 | 57 | 26 | 225 | 125 | 52 |
| Binary | 10000 | 11000110 | 1101000 | 1011100 | 0 | 101111 | 10110 | 10010101 | 1010101 | 101010 |
Color Harmonies of #10C668
Complementary color
Monochromatic Colors of #10C668
Black with #10C668
Text Example
Text Example
White with #10C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C668; }
p { color: rgb(16,198,104); }
H1.HeaderClassName
{
color: #10C668;
}
.AnyTagClassName
{
color: #10C668;
}
</style>
background-color css
<style>
a { background-color: #10C668; }
a { background-color: rgb(16,198,104); }
div.DivClassName
{
background-color: #10C668;
}
.BgClassName
{
background-color: #10C668;
}
</style>
border-color css
<style>
span { border-color: #10C668; }
span { border-color: rgb(16,198,104); }
td.TdClassName
{
border-color: #10C668;
}
.TagClassName
{
border-color: #10C668;
}
</style>