Shades of Malachite #10D449
Tints of Malachite #10D449
RGB
CMYK
RGB Variations
Color information
#10D449 (or 0x10D449) is known color: Malachite. HEX triplet: 10, D4 and 49. RGB value is (16,212,73). Sum of RGB (Red+Green+Blue) = 16+212+73=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #10D449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D449 is #EF2BB6. Grayscale: #898989. Windows color (decimal): -15674295 or 4838416. OLE color: 4838416.
HSL color Cylindrical-coordinate representation of color #10D449: hue angle of 137.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D449 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 73 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.17 |
| HSL | 137.45º | 0.86% | 0.45% | - |
| HSV(B) | 137.45º | 0.92% | 0.83% | - |
| XYZ | 24.96 | 47.68 | 14.19 | - |
| YUV | 137.55 | 91.57 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 73 | 0.92 | 0 | 0.66 | 0.17 | 137.45 | 0.86 | 0.45 |
| Hex | 10 | D4 | 49 | 5C | 0 | 42 | 11 | 89 | 56 | 2D |
| Octal | 20 | 324 | 111 | 134 | 0 | 102 | 21 | 211 | 126 | 55 |
| Binary | 10000 | 11010100 | 1001001 | 1011100 | 0 | 1000010 | 10001 | 10001001 | 1010110 | 101101 |
Color Harmonies of #10D449
Complementary color
Monochromatic Colors of #10D449
Black with #10D449
Text Example
Text Example
White with #10D449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D449; }
p { color: rgb(16,212,73); }
H1.HeaderClassName
{
color: #10D449;
}
.AnyTagClassName
{
color: #10D449;
}
</style>
background-color css
<style>
a { background-color: #10D449; }
a { background-color: rgb(16,212,73); }
div.DivClassName
{
background-color: #10D449;
}
.BgClassName
{
background-color: #10D449;
}
</style>
border-color css
<style>
span { border-color: #10D449; }
span { border-color: rgb(16,212,73); }
td.TdClassName
{
border-color: #10D449;
}
.TagClassName
{
border-color: #10D449;
}
</style>