Shades of Malachite #10D641
Tints of Malachite #10D641
RGB
CMYK
RGB Variations
Color information
#10D641 (or 0x10D641) is known color: Malachite. HEX triplet: 10, D6 and 41. RGB value is (16,214,65). Sum of RGB (Red+Green+Blue) = 16+214+65=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #10D641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D641 is #EF29BE. Grayscale: #8A8A8A. Windows color (decimal): -15673791 or 4314640. OLE color: 4314640.
HSL color Cylindrical-coordinate representation of color #10D641: hue angle of 134.85º 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 #10D641 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 65 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.16 |
| HSL | 134.85º | 0.86% | 0.45% | - |
| HSV(B) | 134.85º | 0.93% | 0.84% | - |
| XYZ | 25.21 | 48.58 | 13.05 | - |
| YUV | 137.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 65 | 0.93 | 0 | 0.70 | 0.16 | 134.85 | 0.86 | 0.45 |
| Hex | 10 | D6 | 41 | 5D | 0 | 46 | 10 | 87 | 56 | 2D |
| Octal | 20 | 326 | 101 | 135 | 0 | 106 | 20 | 207 | 126 | 55 |
| Binary | 10000 | 11010110 | 1000001 | 1011101 | 0 | 1000110 | 10000 | 10000111 | 1010110 | 101101 |
Color Harmonies of #10D641
Complementary color
Monochromatic Colors of #10D641
Black with #10D641
Text Example
Text Example
White with #10D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D641; }
p { color: rgb(16,214,65); }
H1.HeaderClassName
{
color: #10D641;
}
.AnyTagClassName
{
color: #10D641;
}
</style>
background-color css
<style>
a { background-color: #10D641; }
a { background-color: rgb(16,214,65); }
div.DivClassName
{
background-color: #10D641;
}
.BgClassName
{
background-color: #10D641;
}
</style>
border-color css
<style>
span { border-color: #10D641; }
span { border-color: rgb(16,214,65); }
td.TdClassName
{
border-color: #10D641;
}
.TagClassName
{
border-color: #10D641;
}
</style>