Shades of Malachite #10D240
Tints of Malachite #10D240
RGB
CMYK
RGB Variations
Color information
#10D240 (or 0x10D240) is known color: Malachite. HEX triplet: 10, D2 and 40. RGB value is (16,210,64). Sum of RGB (Red+Green+Blue) = 16+210+64=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #10D240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D240 is #EF2DBF. Grayscale: #878787. Windows color (decimal): -15674816 or 4248080. OLE color: 4248080.
HSL color Cylindrical-coordinate representation of color #10D240: hue angle of 134.85º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D240 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 64 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.18 |
| HSL | 134.85º | 0.86% | 0.44% | - |
| HSV(B) | 134.85º | 0.92% | 0.82% | - |
| XYZ | 24.19 | 46.57 | 12.57 | - |
| YUV | 135.35 | 87.73 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 64 | 0.92 | 0 | 0.70 | 0.18 | 134.85 | 0.86 | 0.44 |
| Hex | 10 | D2 | 40 | 5C | 0 | 46 | 12 | 87 | 56 | 2C |
| Octal | 20 | 322 | 100 | 134 | 0 | 106 | 22 | 207 | 126 | 54 |
| Binary | 10000 | 11010010 | 1000000 | 1011100 | 0 | 1000110 | 10010 | 10000111 | 1010110 | 101100 |
Color Harmonies of #10D240
Complementary color
Monochromatic Colors of #10D240
Black with #10D240
Text Example
Text Example
White with #10D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D240; }
p { color: rgb(16,210,64); }
H1.HeaderClassName
{
color: #10D240;
}
.AnyTagClassName
{
color: #10D240;
}
</style>
background-color css
<style>
a { background-color: #10D240; }
a { background-color: rgb(16,210,64); }
div.DivClassName
{
background-color: #10D240;
}
.BgClassName
{
background-color: #10D240;
}
</style>
border-color css
<style>
span { border-color: #10D240; }
span { border-color: rgb(16,210,64); }
td.TdClassName
{
border-color: #10D240;
}
.TagClassName
{
border-color: #10D240;
}
</style>