Shades of Malachite #10CE6C
Tints of Malachite #10CE6C
RGB
CMYK
RGB Variations
Color information
#10CE6C (or 0x10CE6C) is known color: Malachite. HEX triplet: 10, CE and 6C. RGB value is (16,206,108). Sum of RGB (Red+Green+Blue) = 16+206+108=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CE6C is #EF3193. Grayscale: #8A8A8A. Windows color (decimal): -15675796 or 7130640. OLE color: 7130640.
HSL color Cylindrical-coordinate representation of color #10CE6C: hue angle of 149.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE6C is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 108 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.19 |
| HSL | 149.05º | 0.86% | 0.44% | - |
| HSV(B) | 149.05º | 0.92% | 0.81% | - |
| XYZ | 24.99 | 45.34 | 21.62 | - |
| YUV | 138.02 | 111.05 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 108 | 0.92 | 0 | 0.48 | 0.19 | 149.05 | 0.86 | 0.44 |
| Hex | 10 | CE | 6C | 5C | 0 | 30 | 13 | 95 | 56 | 2C |
| Octal | 20 | 316 | 154 | 134 | 0 | 60 | 23 | 225 | 126 | 54 |
| Binary | 10000 | 11001110 | 1101100 | 1011100 | 0 | 110000 | 10011 | 10010101 | 1010110 | 101100 |
Color Harmonies of #10CE6C
Complementary color
Monochromatic Colors of #10CE6C
Black with #10CE6C
Text Example
Text Example
White with #10CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE6C; }
p { color: rgb(16,206,108); }
H1.HeaderClassName
{
color: #10CE6C;
}
.AnyTagClassName
{
color: #10CE6C;
}
</style>
background-color css
<style>
a { background-color: #10CE6C; }
a { background-color: rgb(16,206,108); }
div.DivClassName
{
background-color: #10CE6C;
}
.BgClassName
{
background-color: #10CE6C;
}
</style>
border-color css
<style>
span { border-color: #10CE6C; }
span { border-color: rgb(16,206,108); }
td.TdClassName
{
border-color: #10CE6C;
}
.TagClassName
{
border-color: #10CE6C;
}
</style>