Shades of Malachite #10D44C
Tints of Malachite #10D44C
RGB
CMYK
RGB Variations
Color information
#10D44C (or 0x10D44C) is known color: Malachite. HEX triplet: 10, D4 and 4C. RGB value is (16,212,76). Sum of RGB (Red+Green+Blue) = 16+212+76=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 212 (83.20% from 255 or 69.74% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 212 - color contains mainly: green. Hex color #10D44C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D44C is #EF2BB3. Grayscale: #8A8A8A. Windows color (decimal): -15674292 or 5035024. OLE color: 5035024.
HSL color Cylindrical-coordinate representation of color #10D44C: hue angle of 138.37º 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 #10D44C is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 76 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.17 |
| HSL | 138.37º | 0.86% | 0.45% | - |
| HSV(B) | 138.37º | 0.92% | 0.83% | - |
| XYZ | 25.06 | 47.72 | 14.73 | - |
| YUV | 137.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 76 | 0.92 | 0 | 0.64 | 0.17 | 138.37 | 0.86 | 0.45 |
| Hex | 10 | D4 | 4C | 5C | 0 | 40 | 11 | 8A | 56 | 2D |
| Octal | 20 | 324 | 114 | 134 | 0 | 100 | 21 | 212 | 126 | 55 |
| Binary | 10000 | 11010100 | 1001100 | 1011100 | 0 | 1000000 | 10001 | 10001010 | 1010110 | 101101 |
Color Harmonies of #10D44C
Complementary color
Monochromatic Colors of #10D44C
Black with #10D44C
Text Example
Text Example
White with #10D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D44C; }
p { color: rgb(16,212,76); }
H1.HeaderClassName
{
color: #10D44C;
}
.AnyTagClassName
{
color: #10D44C;
}
</style>
background-color css
<style>
a { background-color: #10D44C; }
a { background-color: rgb(16,212,76); }
div.DivClassName
{
background-color: #10D44C;
}
.BgClassName
{
background-color: #10D44C;
}
</style>
border-color css
<style>
span { border-color: #10D44C; }
span { border-color: rgb(16,212,76); }
td.TdClassName
{
border-color: #10D44C;
}
.TagClassName
{
border-color: #10D44C;
}
</style>