Shades of Malachite #10D36C
Tints of Malachite #10D36C
RGB
CMYK
RGB Variations
Color information
#10D36C (or 0x10D36C) is known color: Malachite. HEX triplet: 10, D3 and 6C. RGB value is (16,211,108). Sum of RGB (Red+Green+Blue) = 16+211+108=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #10D36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D36C is #EF2C93. Grayscale: #8D8D8D. Windows color (decimal): -15674516 or 7131920. OLE color: 7131920.
HSL color Cylindrical-coordinate representation of color #10D36C: hue angle of 148.31º 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 #10D36C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 211 | 108 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.17 |
| HSL | 148.31º | 0.86% | 0.45% | - |
| HSV(B) | 148.31º | 0.92% | 0.83% | - |
| XYZ | 26.21 | 47.78 | 22.03 | - |
| YUV | 140.95 | 109.4 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 108 | 0.92 | 0 | 0.49 | 0.17 | 148.31 | 0.86 | 0.45 |
| Hex | 10 | D3 | 6C | 5C | 0 | 31 | 11 | 94 | 56 | 2D |
| Octal | 20 | 323 | 154 | 134 | 0 | 61 | 21 | 224 | 126 | 55 |
| Binary | 10000 | 11010011 | 1101100 | 1011100 | 0 | 110001 | 10001 | 10010100 | 1010110 | 101101 |
Color Harmonies of #10D36C
Complementary color
Monochromatic Colors of #10D36C
Black with #10D36C
Text Example
Text Example
White with #10D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D36C; }
p { color: rgb(16,211,108); }
H1.HeaderClassName
{
color: #10D36C;
}
.AnyTagClassName
{
color: #10D36C;
}
</style>
background-color css
<style>
a { background-color: #10D36C; }
a { background-color: rgb(16,211,108); }
div.DivClassName
{
background-color: #10D36C;
}
.BgClassName
{
background-color: #10D36C;
}
</style>
border-color css
<style>
span { border-color: #10D36C; }
span { border-color: rgb(16,211,108); }
td.TdClassName
{
border-color: #10D36C;
}
.TagClassName
{
border-color: #10D36C;
}
</style>