Shades of Malachite #10DA3C
Tints of Malachite #10DA3C
RGB
CMYK
RGB Variations
Color information
#10DA3C (or 0x10DA3C) is known color: Malachite. HEX triplet: 10, DA and 3C. RGB value is (16,218,60). Sum of RGB (Red+Green+Blue) = 16+218+60=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DA3C is #EF25C3. Grayscale: #8C8C8C. Windows color (decimal): -15672772 or 3987984. OLE color: 3987984.
HSL color Cylindrical-coordinate representation of color #10DA3C: hue angle of 133.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA3C is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 60 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.15 |
| HSL | 133.07º | 0.86% | 0.46% | - |
| HSV(B) | 133.07º | 0.93% | 0.85% | - |
| XYZ | 26.1 | 50.58 | 12.66 | - |
| YUV | 139.59 | 83.08 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 60 | 0.93 | 0 | 0.72 | 0.15 | 133.07 | 0.86 | 0.46 |
| Hex | 10 | DA | 3C | 5D | 0 | 48 | F | 85 | 56 | 2E |
| Octal | 20 | 332 | 74 | 135 | 0 | 110 | 17 | 205 | 126 | 56 |
| Binary | 10000 | 11011010 | 111100 | 1011101 | 0 | 1001000 | 1111 | 10000101 | 1010110 | 101110 |
Color Harmonies of #10DA3C
Complementary color
Monochromatic Colors of #10DA3C
Black with #10DA3C
Text Example
Text Example
White with #10DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA3C; }
p { color: rgb(16,218,60); }
H1.HeaderClassName
{
color: #10DA3C;
}
.AnyTagClassName
{
color: #10DA3C;
}
</style>
background-color css
<style>
a { background-color: #10DA3C; }
a { background-color: rgb(16,218,60); }
div.DivClassName
{
background-color: #10DA3C;
}
.BgClassName
{
background-color: #10DA3C;
}
</style>
border-color css
<style>
span { border-color: #10DA3C; }
span { border-color: rgb(16,218,60); }
td.TdClassName
{
border-color: #10DA3C;
}
.TagClassName
{
border-color: #10DA3C;
}
</style>