Shades of Malachite #10D452
Tints of Malachite #10D452
RGB
CMYK
RGB Variations
Color information
#10D452 (or 0x10D452) is known color: Malachite. HEX triplet: 10, D4 and 52. RGB value is (16,212,82). Sum of RGB (Red+Green+Blue) = 16+212+82=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #10D452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D452 is #EF2BAD. Grayscale: #8A8A8A. Windows color (decimal): -15674286 or 5428240. OLE color: 5428240.
HSL color Cylindrical-coordinate representation of color #10D452: hue angle of 140.2º 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 #10D452 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 82 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.17 |
| HSL | 140.2º | 0.86% | 0.45% | - |
| HSV(B) | 140.2º | 0.92% | 0.83% | - |
| XYZ | 25.28 | 47.81 | 15.88 | - |
| YUV | 138.58 | 96.07 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 82 | 0.92 | 0 | 0.61 | 0.17 | 140.2 | 0.86 | 0.45 |
| Hex | 10 | D4 | 52 | 5C | 0 | 3D | 11 | 8C | 56 | 2D |
| Octal | 20 | 324 | 122 | 134 | 0 | 75 | 21 | 214 | 126 | 55 |
| Binary | 10000 | 11010100 | 1010010 | 1011100 | 0 | 111101 | 10001 | 10001100 | 1010110 | 101101 |
Color Harmonies of #10D452
Complementary color
Monochromatic Colors of #10D452
Black with #10D452
Text Example
Text Example
White with #10D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D452; }
p { color: rgb(16,212,82); }
H1.HeaderClassName
{
color: #10D452;
}
.AnyTagClassName
{
color: #10D452;
}
</style>
background-color css
<style>
a { background-color: #10D452; }
a { background-color: rgb(16,212,82); }
div.DivClassName
{
background-color: #10D452;
}
.BgClassName
{
background-color: #10D452;
}
</style>
border-color css
<style>
span { border-color: #10D452; }
span { border-color: rgb(16,212,82); }
td.TdClassName
{
border-color: #10D452;
}
.TagClassName
{
border-color: #10D452;
}
</style>