Shades of Malachite #10C54D
Tints of Malachite #10C54D
RGB
CMYK
RGB Variations
Color information
#10C54D (or 0x10C54D) is known color: Malachite. HEX triplet: 10, C5 and 4D. RGB value is (16,197,77). Sum of RGB (Red+Green+Blue) = 16+197+77=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #10C54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C54D is #EF3AB2. Grayscale: #818181. Windows color (decimal): -15678131 or 5096720. OLE color: 5096720.
HSL color Cylindrical-coordinate representation of color #10C54D: hue angle of 140.22º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C54D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 77 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.23 |
| HSL | 140.22º | 0.85% | 0.42% | - |
| HSV(B) | 140.22º | 0.92% | 0.77% | - |
| XYZ | 21.52 | 40.58 | 13.72 | - |
| YUV | 129.2 | 98.53 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 77 | 0.92 | 0 | 0.61 | 0.23 | 140.22 | 0.85 | 0.42 |
| Hex | 10 | C5 | 4D | 5C | 0 | 3D | 17 | 8C | 55 | 2A |
| Octal | 20 | 305 | 115 | 134 | 0 | 75 | 27 | 214 | 125 | 52 |
| Binary | 10000 | 11000101 | 1001101 | 1011100 | 0 | 111101 | 10111 | 10001100 | 1010101 | 101010 |
Color Harmonies of #10C54D
Complementary color
Monochromatic Colors of #10C54D
Black with #10C54D
Text Example
Text Example
White with #10C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C54D; }
p { color: rgb(16,197,77); }
H1.HeaderClassName
{
color: #10C54D;
}
.AnyTagClassName
{
color: #10C54D;
}
</style>
background-color css
<style>
a { background-color: #10C54D; }
a { background-color: rgb(16,197,77); }
div.DivClassName
{
background-color: #10C54D;
}
.BgClassName
{
background-color: #10C54D;
}
</style>
border-color css
<style>
span { border-color: #10C54D; }
span { border-color: rgb(16,197,77); }
td.TdClassName
{
border-color: #10C54D;
}
.TagClassName
{
border-color: #10C54D;
}
</style>