Shades of Malachite #10C258
Tints of Malachite #10C258
RGB
CMYK
RGB Variations
Color information
#10C258 (or 0x10C258) is known color: Malachite. HEX triplet: 10, C2 and 58. RGB value is (16,194,88). Sum of RGB (Red+Green+Blue) = 16+194+88=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #10C258 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C258 is #EF3DA7. Grayscale: #808080. Windows color (decimal): -15678888 or 5816848. OLE color: 5816848.
HSL color Cylindrical-coordinate representation of color #10C258: hue angle of 144.27º 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 #10C258 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 88 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.24 |
| HSL | 144.27º | 0.85% | 0.41% | - |
| HSV(B) | 144.27º | 0.92% | 0.76% | - |
| XYZ | 21.27 | 39.4 | 15.72 | - |
| YUV | 128.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 88 | 0.92 | 0 | 0.55 | 0.24 | 144.27 | 0.85 | 0.41 |
| Hex | 10 | C2 | 58 | 5C | 0 | 37 | 18 | 90 | 55 | 29 |
| Octal | 20 | 302 | 130 | 134 | 0 | 67 | 30 | 220 | 125 | 51 |
| Binary | 10000 | 11000010 | 1011000 | 1011100 | 0 | 110111 | 11000 | 10010000 | 1010101 | 101001 |
Color Harmonies of #10C258
Complementary color
Monochromatic Colors of #10C258
Black with #10C258
Text Example
Text Example
White with #10C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C258; }
p { color: rgb(16,194,88); }
H1.HeaderClassName
{
color: #10C258;
}
.AnyTagClassName
{
color: #10C258;
}
</style>
background-color css
<style>
a { background-color: #10C258; }
a { background-color: rgb(16,194,88); }
div.DivClassName
{
background-color: #10C258;
}
.BgClassName
{
background-color: #10C258;
}
</style>
border-color css
<style>
span { border-color: #10C258; }
span { border-color: rgb(16,194,88); }
td.TdClassName
{
border-color: #10C258;
}
.TagClassName
{
border-color: #10C258;
}
</style>