Shades of Malachite #10D45D
Tints of Malachite #10D45D
RGB
CMYK
RGB Variations
Color information
#10D45D (or 0x10D45D) is known color: Malachite. HEX triplet: 10, D4 and 5D. RGB value is (16,212,93). Sum of RGB (Red+Green+Blue) = 16+212+93=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #10D45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D45D is #EF2BA2. Grayscale: #8C8C8C. Windows color (decimal): -15674275 or 6149136. OLE color: 6149136.
HSL color Cylindrical-coordinate representation of color #10D45D: hue angle of 143.57º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D45D is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 93 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.17 |
| HSL | 143.57º | 0.86% | 0.45% | - |
| HSV(B) | 143.57º | 0.92% | 0.83% | - |
| XYZ | 25.73 | 47.99 | 18.26 | - |
| YUV | 139.83 | 101.57 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 93 | 0.92 | 0 | 0.56 | 0.17 | 143.57 | 0.86 | 0.45 |
| Hex | 10 | D4 | 5D | 5C | 0 | 38 | 11 | 90 | 56 | 2D |
| Octal | 20 | 324 | 135 | 134 | 0 | 70 | 21 | 220 | 126 | 55 |
| Binary | 10000 | 11010100 | 1011101 | 1011100 | 0 | 111000 | 10001 | 10010000 | 1010110 | 101101 |
Color Harmonies of #10D45D
Complementary color
Monochromatic Colors of #10D45D
Black with #10D45D
Text Example
Text Example
White with #10D45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D45D; }
p { color: rgb(16,212,93); }
H1.HeaderClassName
{
color: #10D45D;
}
.AnyTagClassName
{
color: #10D45D;
}
</style>
background-color css
<style>
a { background-color: #10D45D; }
a { background-color: rgb(16,212,93); }
div.DivClassName
{
background-color: #10D45D;
}
.BgClassName
{
background-color: #10D45D;
}
</style>
border-color css
<style>
span { border-color: #10D45D; }
span { border-color: rgb(16,212,93); }
td.TdClassName
{
border-color: #10D45D;
}
.TagClassName
{
border-color: #10D45D;
}
</style>