Shades of Malachite #10C558
Tints of Malachite #10C558
RGB
CMYK
RGB Variations
Color information
#10C558 (or 0x10C558) is known color: Malachite. HEX triplet: 10, C5 and 58. RGB value is (16,197,88). Sum of RGB (Red+Green+Blue) = 16+197+88=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #10C558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C558 is #EF3AA7. Grayscale: #828282. Windows color (decimal): -15678120 or 5817616. OLE color: 5817616.
HSL color Cylindrical-coordinate representation of color #10C558: hue angle of 143.87º 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 #10C558 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 88 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.23 |
| HSL | 143.87º | 0.85% | 0.42% | - |
| HSV(B) | 143.87º | 0.92% | 0.77% | - |
| XYZ | 21.94 | 40.75 | 15.94 | - |
| YUV | 130.46 | 104.03 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 88 | 0.92 | 0 | 0.55 | 0.23 | 143.87 | 0.85 | 0.42 |
| Hex | 10 | C5 | 58 | 5C | 0 | 37 | 17 | 90 | 55 | 2A |
| Octal | 20 | 305 | 130 | 134 | 0 | 67 | 27 | 220 | 125 | 52 |
| Binary | 10000 | 11000101 | 1011000 | 1011100 | 0 | 110111 | 10111 | 10010000 | 1010101 | 101010 |
Color Harmonies of #10C558
Complementary color
Monochromatic Colors of #10C558
Black with #10C558
Text Example
Text Example
White with #10C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C558; }
p { color: rgb(16,197,88); }
H1.HeaderClassName
{
color: #10C558;
}
.AnyTagClassName
{
color: #10C558;
}
</style>
background-color css
<style>
a { background-color: #10C558; }
a { background-color: rgb(16,197,88); }
div.DivClassName
{
background-color: #10C558;
}
.BgClassName
{
background-color: #10C558;
}
</style>
border-color css
<style>
span { border-color: #10C558; }
span { border-color: rgb(16,197,88); }
td.TdClassName
{
border-color: #10C558;
}
.TagClassName
{
border-color: #10C558;
}
</style>