Shades of Malachite #10D669
Tints of Malachite #10D669
RGB
CMYK
RGB Variations
Color information
#10D669 (or 0x10D669) is known color: Malachite. HEX triplet: 10, D6 and 69. RGB value is (16,214,105). Sum of RGB (Red+Green+Blue) = 16+214+105=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #10D669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D669 is #EF2996. Grayscale: #8E8E8E. Windows color (decimal): -15673751 or 6936080. OLE color: 6936080.
HSL color Cylindrical-coordinate representation of color #10D669: hue angle of 146.97º 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 #10D669 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 105 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.16 |
| HSL | 146.97º | 0.86% | 0.45% | - |
| HSV(B) | 146.97º | 0.93% | 0.84% | - |
| XYZ | 26.81 | 49.22 | 21.45 | - |
| YUV | 142.37 | 106.9 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 105 | 0.93 | 0 | 0.51 | 0.16 | 146.97 | 0.86 | 0.45 |
| Hex | 10 | D6 | 69 | 5D | 0 | 33 | 10 | 93 | 56 | 2D |
| Octal | 20 | 326 | 151 | 135 | 0 | 63 | 20 | 223 | 126 | 55 |
| Binary | 10000 | 11010110 | 1101001 | 1011101 | 0 | 110011 | 10000 | 10010011 | 1010110 | 101101 |
Color Harmonies of #10D669
Complementary color
Monochromatic Colors of #10D669
Black with #10D669
Text Example
Text Example
White with #10D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D669; }
p { color: rgb(16,214,105); }
H1.HeaderClassName
{
color: #10D669;
}
.AnyTagClassName
{
color: #10D669;
}
</style>
background-color css
<style>
a { background-color: #10D669; }
a { background-color: rgb(16,214,105); }
div.DivClassName
{
background-color: #10D669;
}
.BgClassName
{
background-color: #10D669;
}
</style>
border-color css
<style>
span { border-color: #10D669; }
span { border-color: rgb(16,214,105); }
td.TdClassName
{
border-color: #10D669;
}
.TagClassName
{
border-color: #10D669;
}
</style>