Shades of Malachite #10D24A
Tints of Malachite #10D24A
RGB
CMYK
RGB Variations
Color information
#10D24A (or 0x10D24A) is known color: Malachite. HEX triplet: 10, D2 and 4A. RGB value is (16,210,74). Sum of RGB (Red+Green+Blue) = 16+210+74=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #10D24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D24A is #EF2DB5. Grayscale: #888888. Windows color (decimal): -15674806 or 4903440. OLE color: 4903440.
HSL color Cylindrical-coordinate representation of color #10D24A: hue angle of 137.94º 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 #10D24A is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 74 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.18 |
| HSL | 137.94º | 0.86% | 0.44% | - |
| HSV(B) | 137.94º | 0.92% | 0.82% | - |
| XYZ | 24.5 | 46.7 | 14.2 | - |
| YUV | 136.49 | 92.73 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 74 | 0.92 | 0 | 0.65 | 0.18 | 137.94 | 0.86 | 0.44 |
| Hex | 10 | D2 | 4A | 5C | 0 | 41 | 12 | 8A | 56 | 2C |
| Octal | 20 | 322 | 112 | 134 | 0 | 101 | 22 | 212 | 126 | 54 |
| Binary | 10000 | 11010010 | 1001010 | 1011100 | 0 | 1000001 | 10010 | 10001010 | 1010110 | 101100 |
Color Harmonies of #10D24A
Complementary color
Monochromatic Colors of #10D24A
Black with #10D24A
Text Example
Text Example
White with #10D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D24A; }
p { color: rgb(16,210,74); }
H1.HeaderClassName
{
color: #10D24A;
}
.AnyTagClassName
{
color: #10D24A;
}
</style>
background-color css
<style>
a { background-color: #10D24A; }
a { background-color: rgb(16,210,74); }
div.DivClassName
{
background-color: #10D24A;
}
.BgClassName
{
background-color: #10D24A;
}
</style>
border-color css
<style>
span { border-color: #10D24A; }
span { border-color: rgb(16,210,74); }
td.TdClassName
{
border-color: #10D24A;
}
.TagClassName
{
border-color: #10D24A;
}
</style>