Shades of Malachite #10D274
Tints of Malachite #10D274
RGB
CMYK
RGB Variations
Color information
#10D274 (or 0x10D274) is known color: Malachite. HEX triplet: 10, D2 and 74. RGB value is (16,210,116). Sum of RGB (Red+Green+Blue) = 16+210+116=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #10D274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D274 is #EF2D8B. Grayscale: #8D8D8D. Windows color (decimal): -15674764 or 7655952. OLE color: 7655952.
HSL color Cylindrical-coordinate representation of color #10D274: hue angle of 150.93º 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 #10D274 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 116 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.18 |
| HSL | 150.93º | 0.86% | 0.44% | - |
| HSV(B) | 150.93º | 0.92% | 0.82% | - |
| XYZ | 26.41 | 47.46 | 24.29 | - |
| YUV | 141.28 | 113.73 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 116 | 0.92 | 0 | 0.45 | 0.18 | 150.93 | 0.86 | 0.44 |
| Hex | 10 | D2 | 74 | 5C | 0 | 2D | 12 | 97 | 56 | 2C |
| Octal | 20 | 322 | 164 | 134 | 0 | 55 | 22 | 227 | 126 | 54 |
| Binary | 10000 | 11010010 | 1110100 | 1011100 | 0 | 101101 | 10010 | 10010111 | 1010110 | 101100 |
Color Harmonies of #10D274
Complementary color
Monochromatic Colors of #10D274
Black with #10D274
Text Example
Text Example
White with #10D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D274; }
p { color: rgb(16,210,116); }
H1.HeaderClassName
{
color: #10D274;
}
.AnyTagClassName
{
color: #10D274;
}
</style>
background-color css
<style>
a { background-color: #10D274; }
a { background-color: rgb(16,210,116); }
div.DivClassName
{
background-color: #10D274;
}
.BgClassName
{
background-color: #10D274;
}
</style>
border-color css
<style>
span { border-color: #10D274; }
span { border-color: rgb(16,210,116); }
td.TdClassName
{
border-color: #10D274;
}
.TagClassName
{
border-color: #10D274;
}
</style>