Shades of Malachite #10CE70
Tints of Malachite #10CE70
RGB
CMYK
RGB Variations
Color information
#10CE70 (or 0x10CE70) is known color: Malachite. HEX triplet: 10, CE and 70. RGB value is (16,206,112). Sum of RGB (Red+Green+Blue) = 16+206+112=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CE70 is #EF318F. Grayscale: #8A8A8A. Windows color (decimal): -15675792 or 7392784. OLE color: 7392784.
HSL color Cylindrical-coordinate representation of color #10CE70: hue angle of 150.32º 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 #10CE70 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 112 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.19 |
| HSL | 150.32º | 0.86% | 0.44% | - |
| HSV(B) | 150.32º | 0.92% | 0.81% | - |
| XYZ | 25.21 | 45.42 | 22.77 | - |
| YUV | 138.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 112 | 0.92 | 0 | 0.46 | 0.19 | 150.32 | 0.86 | 0.44 |
| Hex | 10 | CE | 70 | 5C | 0 | 2E | 13 | 96 | 56 | 2C |
| Octal | 20 | 316 | 160 | 134 | 0 | 56 | 23 | 226 | 126 | 54 |
| Binary | 10000 | 11001110 | 1110000 | 1011100 | 0 | 101110 | 10011 | 10010110 | 1010110 | 101100 |
Color Harmonies of #10CE70
Complementary color
Monochromatic Colors of #10CE70
Black with #10CE70
Text Example
Text Example
White with #10CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE70; }
p { color: rgb(16,206,112); }
H1.HeaderClassName
{
color: #10CE70;
}
.AnyTagClassName
{
color: #10CE70;
}
</style>
background-color css
<style>
a { background-color: #10CE70; }
a { background-color: rgb(16,206,112); }
div.DivClassName
{
background-color: #10CE70;
}
.BgClassName
{
background-color: #10CE70;
}
</style>
border-color css
<style>
span { border-color: #10CE70; }
span { border-color: rgb(16,206,112); }
td.TdClassName
{
border-color: #10CE70;
}
.TagClassName
{
border-color: #10CE70;
}
</style>