Shades of Malachite #10CC6C
Tints of Malachite #10CC6C
RGB
CMYK
RGB Variations
Color information
#10CC6C (or 0x10CC6C) is known color: Malachite. HEX triplet: 10, CC and 6C. RGB value is (16,204,108). Sum of RGB (Red+Green+Blue) = 16+204+108=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC6C is #EF3393. Grayscale: #898989. Windows color (decimal): -15676308 or 7130128. OLE color: 7130128.
HSL color Cylindrical-coordinate representation of color #10CC6C: hue angle of 149.36º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC6C is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 108 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.2 |
| HSL | 149.36º | 0.85% | 0.43% | - |
| HSV(B) | 149.36º | 0.92% | 0.8% | - |
| XYZ | 24.51 | 44.38 | 21.46 | - |
| YUV | 136.84 | 111.72 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 108 | 0.92 | 0 | 0.47 | 0.2 | 149.36 | 0.85 | 0.43 |
| Hex | 10 | CC | 6C | 5C | 0 | 2F | 14 | 95 | 55 | 2B |
| Octal | 20 | 314 | 154 | 134 | 0 | 57 | 24 | 225 | 125 | 53 |
| Binary | 10000 | 11001100 | 1101100 | 1011100 | 0 | 101111 | 10100 | 10010101 | 1010101 | 101011 |
Color Harmonies of #10CC6C
Complementary color
Monochromatic Colors of #10CC6C
Black with #10CC6C
Text Example
Text Example
White with #10CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC6C; }
p { color: rgb(16,204,108); }
H1.HeaderClassName
{
color: #10CC6C;
}
.AnyTagClassName
{
color: #10CC6C;
}
</style>
background-color css
<style>
a { background-color: #10CC6C; }
a { background-color: rgb(16,204,108); }
div.DivClassName
{
background-color: #10CC6C;
}
.BgClassName
{
background-color: #10CC6C;
}
</style>
border-color css
<style>
span { border-color: #10CC6C; }
span { border-color: rgb(16,204,108); }
td.TdClassName
{
border-color: #10CC6C;
}
.TagClassName
{
border-color: #10CC6C;
}
</style>