Shades of Malachite #10D049
Tints of Malachite #10D049
RGB
CMYK
RGB Variations
Color information
#10D049 (or 0x10D049) is known color: Malachite. HEX triplet: 10, D0 and 49. RGB value is (16,208,73). Sum of RGB (Red+Green+Blue) = 16+208+73=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #10D049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D049 is #EF2FB6. Grayscale: #878787. Windows color (decimal): -15675319 or 4837392. OLE color: 4837392.
HSL color Cylindrical-coordinate representation of color #10D049: hue angle of 137.81º 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 #10D049 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 73 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.18 |
| HSL | 137.81º | 0.86% | 0.44% | - |
| HSV(B) | 137.81º | 0.92% | 0.82% | - |
| XYZ | 23.97 | 45.7 | 13.86 | - |
| YUV | 135.2 | 92.89 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 73 | 0.92 | 0 | 0.65 | 0.18 | 137.81 | 0.86 | 0.44 |
| Hex | 10 | D0 | 49 | 5C | 0 | 41 | 12 | 8A | 56 | 2C |
| Octal | 20 | 320 | 111 | 134 | 0 | 101 | 22 | 212 | 126 | 54 |
| Binary | 10000 | 11010000 | 1001001 | 1011100 | 0 | 1000001 | 10010 | 10001010 | 1010110 | 101100 |
Color Harmonies of #10D049
Complementary color
Monochromatic Colors of #10D049
Black with #10D049
Text Example
Text Example
White with #10D049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D049; }
p { color: rgb(16,208,73); }
H1.HeaderClassName
{
color: #10D049;
}
.AnyTagClassName
{
color: #10D049;
}
</style>
background-color css
<style>
a { background-color: #10D049; }
a { background-color: rgb(16,208,73); }
div.DivClassName
{
background-color: #10D049;
}
.BgClassName
{
background-color: #10D049;
}
</style>
border-color css
<style>
span { border-color: #10D049; }
span { border-color: rgb(16,208,73); }
td.TdClassName
{
border-color: #10D049;
}
.TagClassName
{
border-color: #10D049;
}
</style>