Shades of Malachite #10C256
Tints of Malachite #10C256
RGB
CMYK
RGB Variations
Color information
#10C256 (or 0x10C256) is known color: Malachite. HEX triplet: 10, C2 and 56. RGB value is (16,194,86). Sum of RGB (Red+Green+Blue) = 16+194+86=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #10C256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C256 is #EF3DA9. Grayscale: #808080. Windows color (decimal): -15678890 or 5685776. OLE color: 5685776.
HSL color Cylindrical-coordinate representation of color #10C256: hue angle of 143.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C256 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 86 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.24 |
| HSL | 143.6º | 0.85% | 0.41% | - |
| HSV(B) | 143.6º | 0.92% | 0.76% | - |
| XYZ | 21.19 | 39.37 | 15.29 | - |
| YUV | 128.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 86 | 0.92 | 0 | 0.56 | 0.24 | 143.6 | 0.85 | 0.41 |
| Hex | 10 | C2 | 56 | 5C | 0 | 38 | 18 | 90 | 55 | 29 |
| Octal | 20 | 302 | 126 | 134 | 0 | 70 | 30 | 220 | 125 | 51 |
| Binary | 10000 | 11000010 | 1010110 | 1011100 | 0 | 111000 | 11000 | 10010000 | 1010101 | 101001 |
Color Harmonies of #10C256
Complementary color
Monochromatic Colors of #10C256
Black with #10C256
Text Example
Text Example
White with #10C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C256; }
p { color: rgb(16,194,86); }
H1.HeaderClassName
{
color: #10C256;
}
.AnyTagClassName
{
color: #10C256;
}
</style>
background-color css
<style>
a { background-color: #10C256; }
a { background-color: rgb(16,194,86); }
div.DivClassName
{
background-color: #10C256;
}
.BgClassName
{
background-color: #10C256;
}
</style>
border-color css
<style>
span { border-color: #10C256; }
span { border-color: rgb(16,194,86); }
td.TdClassName
{
border-color: #10C256;
}
.TagClassName
{
border-color: #10C256;
}
</style>