Shades of Malachite #10C55A
Tints of Malachite #10C55A
RGB
CMYK
RGB Variations
Color information
#10C55A (or 0x10C55A) is known color: Malachite. HEX triplet: 10, C5 and 5A. RGB value is (16,197,90). Sum of RGB (Red+Green+Blue) = 16+197+90=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #10C55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C55A is #EF3AA5. Grayscale: #828282. Windows color (decimal): -15678118 or 5948688. OLE color: 5948688.
HSL color Cylindrical-coordinate representation of color #10C55A: hue angle of 144.53º 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 #10C55A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 90 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.23 |
| HSL | 144.53º | 0.85% | 0.42% | - |
| HSV(B) | 144.53º | 0.92% | 0.77% | - |
| XYZ | 22.03 | 40.78 | 16.38 | - |
| YUV | 130.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 90 | 0.92 | 0 | 0.54 | 0.23 | 144.53 | 0.85 | 0.42 |
| Hex | 10 | C5 | 5A | 5C | 0 | 36 | 17 | 91 | 55 | 2A |
| Octal | 20 | 305 | 132 | 134 | 0 | 66 | 27 | 221 | 125 | 52 |
| Binary | 10000 | 11000101 | 1011010 | 1011100 | 0 | 110110 | 10111 | 10010001 | 1010101 | 101010 |
Color Harmonies of #10C55A
Complementary color
Monochromatic Colors of #10C55A
Black with #10C55A
Text Example
Text Example
White with #10C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C55A; }
p { color: rgb(16,197,90); }
H1.HeaderClassName
{
color: #10C55A;
}
.AnyTagClassName
{
color: #10C55A;
}
</style>
background-color css
<style>
a { background-color: #10C55A; }
a { background-color: rgb(16,197,90); }
div.DivClassName
{
background-color: #10C55A;
}
.BgClassName
{
background-color: #10C55A;
}
</style>
border-color css
<style>
span { border-color: #10C55A; }
span { border-color: rgb(16,197,90); }
td.TdClassName
{
border-color: #10C55A;
}
.TagClassName
{
border-color: #10C55A;
}
</style>