Shades of Malachite #10D04C
Tints of Malachite #10D04C
RGB
CMYK
RGB Variations
Color information
#10D04C (or 0x10D04C) is known color: Malachite. HEX triplet: 10, D0 and 4C. RGB value is (16,208,76). Sum of RGB (Red+Green+Blue) = 16+208+76=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #10D04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D04C is #EF2FB3. Grayscale: #878787. Windows color (decimal): -15675316 or 5034000. OLE color: 5034000.
HSL color Cylindrical-coordinate representation of color #10D04C: hue angle of 138.75º 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 #10D04C is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 76 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.18 |
| HSL | 138.75º | 0.86% | 0.44% | - |
| HSV(B) | 138.75º | 0.92% | 0.82% | - |
| XYZ | 24.07 | 45.74 | 14.4 | - |
| YUV | 135.54 | 94.39 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 76 | 0.92 | 0 | 0.63 | 0.18 | 138.75 | 0.86 | 0.44 |
| Hex | 10 | D0 | 4C | 5C | 0 | 3F | 12 | 8B | 56 | 2C |
| Octal | 20 | 320 | 114 | 134 | 0 | 77 | 22 | 213 | 126 | 54 |
| Binary | 10000 | 11010000 | 1001100 | 1011100 | 0 | 111111 | 10010 | 10001011 | 1010110 | 101100 |
Color Harmonies of #10D04C
Complementary color
Monochromatic Colors of #10D04C
Black with #10D04C
Text Example
Text Example
White with #10D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D04C; }
p { color: rgb(16,208,76); }
H1.HeaderClassName
{
color: #10D04C;
}
.AnyTagClassName
{
color: #10D04C;
}
</style>
background-color css
<style>
a { background-color: #10D04C; }
a { background-color: rgb(16,208,76); }
div.DivClassName
{
background-color: #10D04C;
}
.BgClassName
{
background-color: #10D04C;
}
</style>
border-color css
<style>
span { border-color: #10D04C; }
span { border-color: rgb(16,208,76); }
td.TdClassName
{
border-color: #10D04C;
}
.TagClassName
{
border-color: #10D04C;
}
</style>