Shades of Malachite #10D84A
Tints of Malachite #10D84A
RGB
CMYK
RGB Variations
Color information
#10D84A (or 0x10D84A) is known color: Malachite. HEX triplet: 10, D8 and 4A. RGB value is (16,216,74). Sum of RGB (Red+Green+Blue) = 16+216+74=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #10D84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D84A is #EF27B5. Grayscale: #8C8C8C. Windows color (decimal): -15673270 or 4904976. OLE color: 4904976.
HSL color Cylindrical-coordinate representation of color #10D84A: hue angle of 137.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D84A is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 216 | 74 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.15 |
| HSL | 137.4º | 0.86% | 0.45% | - |
| HSV(B) | 137.4º | 0.93% | 0.85% | - |
| XYZ | 26.01 | 49.72 | 14.7 | - |
| YUV | 140.01 | 90.74 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 74 | 0.93 | 0 | 0.66 | 0.15 | 137.4 | 0.86 | 0.45 |
| Hex | 10 | D8 | 4A | 5D | 0 | 42 | F | 89 | 56 | 2D |
| Octal | 20 | 330 | 112 | 135 | 0 | 102 | 17 | 211 | 126 | 55 |
| Binary | 10000 | 11011000 | 1001010 | 1011101 | 0 | 1000010 | 1111 | 10001001 | 1010110 | 101101 |
Color Harmonies of #10D84A
Complementary color
Monochromatic Colors of #10D84A
Black with #10D84A
Text Example
Text Example
White with #10D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D84A; }
p { color: rgb(16,216,74); }
H1.HeaderClassName
{
color: #10D84A;
}
.AnyTagClassName
{
color: #10D84A;
}
</style>
background-color css
<style>
a { background-color: #10D84A; }
a { background-color: rgb(16,216,74); }
div.DivClassName
{
background-color: #10D84A;
}
.BgClassName
{
background-color: #10D84A;
}
</style>
border-color css
<style>
span { border-color: #10D84A; }
span { border-color: rgb(16,216,74); }
td.TdClassName
{
border-color: #10D84A;
}
.TagClassName
{
border-color: #10D84A;
}
</style>