Shades of Malachite #10D272
Tints of Malachite #10D272
RGB
CMYK
RGB Variations
Color information
#10D272 (or 0x10D272) is known color: Malachite. HEX triplet: 10, D2 and 72. RGB value is (16,210,114). Sum of RGB (Red+Green+Blue) = 16+210+114=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #10D272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D272 is #EF2D8D. Grayscale: #8D8D8D. Windows color (decimal): -15674766 or 7524880. OLE color: 7524880.
HSL color Cylindrical-coordinate representation of color #10D272: hue angle of 150.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D272 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 114 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.18 |
| HSL | 150.31º | 0.86% | 0.44% | - |
| HSV(B) | 150.31º | 0.92% | 0.82% | - |
| XYZ | 26.3 | 47.42 | 23.69 | - |
| YUV | 141.05 | 112.73 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 114 | 0.92 | 0 | 0.46 | 0.18 | 150.31 | 0.86 | 0.44 |
| Hex | 10 | D2 | 72 | 5C | 0 | 2E | 12 | 96 | 56 | 2C |
| Octal | 20 | 322 | 162 | 134 | 0 | 56 | 22 | 226 | 126 | 54 |
| Binary | 10000 | 11010010 | 1110010 | 1011100 | 0 | 101110 | 10010 | 10010110 | 1010110 | 101100 |
Color Harmonies of #10D272
Complementary color
Monochromatic Colors of #10D272
Black with #10D272
Text Example
Text Example
White with #10D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D272; }
p { color: rgb(16,210,114); }
H1.HeaderClassName
{
color: #10D272;
}
.AnyTagClassName
{
color: #10D272;
}
</style>
background-color css
<style>
a { background-color: #10D272; }
a { background-color: rgb(16,210,114); }
div.DivClassName
{
background-color: #10D272;
}
.BgClassName
{
background-color: #10D272;
}
</style>
border-color css
<style>
span { border-color: #10D272; }
span { border-color: rgb(16,210,114); }
td.TdClassName
{
border-color: #10D272;
}
.TagClassName
{
border-color: #10D272;
}
</style>