Shades of Malachite #10DE70
Tints of Malachite #10DE70
RGB
CMYK
RGB Variations
Color information
#10DE70 (or 0x10DE70) is known color: Malachite. HEX triplet: 10, DE and 70. RGB value is (16,222,112). Sum of RGB (Red+Green+Blue) = 16+222+112=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 222 (87.11% from 255 or 63.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DE70 is #EF218F. Grayscale: #949494. Windows color (decimal): -15671696 or 7396880. OLE color: 7396880.
HSL color Cylindrical-coordinate representation of color #10DE70: hue angle of 147.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE70 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 112 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.13 |
| HSL | 147.96º | 0.87% | 0.47% | - |
| HSV(B) | 147.96º | 0.93% | 0.87% | - |
| XYZ | 29.26 | 53.52 | 24.12 | - |
| YUV | 147.87 | 107.75 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 112 | 0.93 | 0 | 0.50 | 0.13 | 147.96 | 0.87 | 0.47 |
| Hex | 10 | DE | 70 | 5D | 0 | 32 | D | 94 | 57 | 2F |
| Octal | 20 | 336 | 160 | 135 | 0 | 62 | 15 | 224 | 127 | 57 |
| Binary | 10000 | 11011110 | 1110000 | 1011101 | 0 | 110010 | 1101 | 10010100 | 1010111 | 101111 |
Color Harmonies of #10DE70
Complementary color
Monochromatic Colors of #10DE70
Black with #10DE70
Text Example
Text Example
White with #10DE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DE70; }
p { color: rgb(16,222,112); }
H1.HeaderClassName
{
color: #10DE70;
}
.AnyTagClassName
{
color: #10DE70;
}
</style>
background-color css
<style>
a { background-color: #10DE70; }
a { background-color: rgb(16,222,112); }
div.DivClassName
{
background-color: #10DE70;
}
.BgClassName
{
background-color: #10DE70;
}
</style>
border-color css
<style>
span { border-color: #10DE70; }
span { border-color: rgb(16,222,112); }
td.TdClassName
{
border-color: #10DE70;
}
.TagClassName
{
border-color: #10DE70;
}
</style>