Shades of Malachite #10D253
Tints of Malachite #10D253
RGB
CMYK
RGB Variations
Color information
#10D253 (or 0x10D253) is known color: Malachite. HEX triplet: 10, D2 and 53. RGB value is (16,210,83). Sum of RGB (Red+Green+Blue) = 16+210+83=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #10D253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D253 is #EF2DAC. Grayscale: #898989. Windows color (decimal): -15674797 or 5493264. OLE color: 5493264.
HSL color Cylindrical-coordinate representation of color #10D253: hue angle of 140.72º 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 #10D253 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 83 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.18 |
| HSL | 140.72º | 0.86% | 0.44% | - |
| HSV(B) | 140.72º | 0.92% | 0.82% | - |
| XYZ | 24.82 | 46.83 | 15.91 | - |
| YUV | 137.52 | 97.23 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 83 | 0.92 | 0 | 0.60 | 0.18 | 140.72 | 0.86 | 0.44 |
| Hex | 10 | D2 | 53 | 5C | 0 | 3C | 12 | 8D | 56 | 2C |
| Octal | 20 | 322 | 123 | 134 | 0 | 74 | 22 | 215 | 126 | 54 |
| Binary | 10000 | 11010010 | 1010011 | 1011100 | 0 | 111100 | 10010 | 10001101 | 1010110 | 101100 |
Color Harmonies of #10D253
Complementary color
Monochromatic Colors of #10D253
Black with #10D253
Text Example
Text Example
White with #10D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D253; }
p { color: rgb(16,210,83); }
H1.HeaderClassName
{
color: #10D253;
}
.AnyTagClassName
{
color: #10D253;
}
</style>
background-color css
<style>
a { background-color: #10D253; }
a { background-color: rgb(16,210,83); }
div.DivClassName
{
background-color: #10D253;
}
.BgClassName
{
background-color: #10D253;
}
</style>
border-color css
<style>
span { border-color: #10D253; }
span { border-color: rgb(16,210,83); }
td.TdClassName
{
border-color: #10D253;
}
.TagClassName
{
border-color: #10D253;
}
</style>