Shades of Malachite #10D65C
Tints of Malachite #10D65C
RGB
CMYK
RGB Variations
Color information
#10D65C (or 0x10D65C) is known color: Malachite. HEX triplet: 10, D6 and 5C. RGB value is (16,214,92). Sum of RGB (Red+Green+Blue) = 16+214+92=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #10D65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D65C is #EF29A3. Grayscale: #8D8D8D. Windows color (decimal): -15673764 or 6084112. OLE color: 6084112.
HSL color Cylindrical-coordinate representation of color #10D65C: hue angle of 143.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D65C is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 92 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.16 |
| HSL | 143.03º | 0.86% | 0.45% | - |
| HSV(B) | 143.03º | 0.93% | 0.84% | - |
| XYZ | 26.19 | 48.98 | 18.2 | - |
| YUV | 140.89 | 100.4 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 92 | 0.93 | 0 | 0.57 | 0.16 | 143.03 | 0.86 | 0.45 |
| Hex | 10 | D6 | 5C | 5D | 0 | 39 | 10 | 8F | 56 | 2D |
| Octal | 20 | 326 | 134 | 135 | 0 | 71 | 20 | 217 | 126 | 55 |
| Binary | 10000 | 11010110 | 1011100 | 1011101 | 0 | 111001 | 10000 | 10001111 | 1010110 | 101101 |
Color Harmonies of #10D65C
Complementary color
Monochromatic Colors of #10D65C
Black with #10D65C
Text Example
Text Example
White with #10D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D65C; }
p { color: rgb(16,214,92); }
H1.HeaderClassName
{
color: #10D65C;
}
.AnyTagClassName
{
color: #10D65C;
}
</style>
background-color css
<style>
a { background-color: #10D65C; }
a { background-color: rgb(16,214,92); }
div.DivClassName
{
background-color: #10D65C;
}
.BgClassName
{
background-color: #10D65C;
}
</style>
border-color css
<style>
span { border-color: #10D65C; }
span { border-color: rgb(16,214,92); }
td.TdClassName
{
border-color: #10D65C;
}
.TagClassName
{
border-color: #10D65C;
}
</style>