Shades of Malachite #10CC66
Tints of Malachite #10CC66
RGB
CMYK
RGB Variations
Color information
#10CC66 (or 0x10CC66) is known color: Malachite. HEX triplet: 10, CC and 66. RGB value is (16,204,102). Sum of RGB (Red+Green+Blue) = 16+204+102=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC66 is #EF3399. Grayscale: #888888. Windows color (decimal): -15676314 or 6736912. OLE color: 6736912.
HSL color Cylindrical-coordinate representation of color #10CC66: hue angle of 147.45º 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 #10CC66 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 102 | - |
| CMYK | 0.92 | 0 | 0.5 | 0.2 |
| HSL | 147.45º | 0.85% | 0.43% | - |
| HSV(B) | 147.45º | 0.92% | 0.8% | - |
| XYZ | 24.2 | 44.26 | 19.84 | - |
| YUV | 136.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 102 | 0.92 | 0 | 0.5 | 0.2 | 147.45 | 0.85 | 0.43 |
| Hex | 10 | CC | 66 | 5C | 0 | 32 | 14 | 93 | 55 | 2B |
| Octal | 20 | 314 | 146 | 134 | 0 | 62 | 24 | 223 | 125 | 53 |
| Binary | 10000 | 11001100 | 1100110 | 1011100 | 0 | 110010 | 10100 | 10010011 | 1010101 | 101011 |
Color Harmonies of #10CC66
Complementary color
Monochromatic Colors of #10CC66
Black with #10CC66
Text Example
Text Example
White with #10CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC66; }
p { color: rgb(16,204,102); }
H1.HeaderClassName
{
color: #10CC66;
}
.AnyTagClassName
{
color: #10CC66;
}
</style>
background-color css
<style>
a { background-color: #10CC66; }
a { background-color: rgb(16,204,102); }
div.DivClassName
{
background-color: #10CC66;
}
.BgClassName
{
background-color: #10CC66;
}
</style>
border-color css
<style>
span { border-color: #10CC66; }
span { border-color: rgb(16,204,102); }
td.TdClassName
{
border-color: #10CC66;
}
.TagClassName
{
border-color: #10CC66;
}
</style>