Shades of Malachite #10C158
Tints of Malachite #10C158
RGB
CMYK
RGB Variations
Color information
#10C158 (or 0x10C158) is known color: Malachite. HEX triplet: 10, C1 and 58. RGB value is (16,193,88). Sum of RGB (Red+Green+Blue) = 16+193+88=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #10C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C158 is #EF3EA7. Grayscale: #808080. Windows color (decimal): -15679144 or 5816592. OLE color: 5816592.
HSL color Cylindrical-coordinate representation of color #10C158: hue angle of 144.41º 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 #10C158 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 88 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.24 |
| HSL | 144.41º | 0.85% | 0.41% | - |
| HSV(B) | 144.41º | 0.92% | 0.76% | - |
| XYZ | 21.05 | 38.95 | 15.64 | - |
| YUV | 128.11 | 105.36 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 88 | 0.92 | 0 | 0.54 | 0.24 | 144.41 | 0.85 | 0.41 |
| Hex | 10 | C1 | 58 | 5C | 0 | 36 | 18 | 90 | 55 | 29 |
| Octal | 20 | 301 | 130 | 134 | 0 | 66 | 30 | 220 | 125 | 51 |
| Binary | 10000 | 11000001 | 1011000 | 1011100 | 0 | 110110 | 11000 | 10010000 | 1010101 | 101001 |
Color Harmonies of #10C158
Complementary color
Monochromatic Colors of #10C158
Black with #10C158
Text Example
Text Example
White with #10C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C158; }
p { color: rgb(16,193,88); }
H1.HeaderClassName
{
color: #10C158;
}
.AnyTagClassName
{
color: #10C158;
}
</style>
background-color css
<style>
a { background-color: #10C158; }
a { background-color: rgb(16,193,88); }
div.DivClassName
{
background-color: #10C158;
}
.BgClassName
{
background-color: #10C158;
}
</style>
border-color css
<style>
span { border-color: #10C158; }
span { border-color: rgb(16,193,88); }
td.TdClassName
{
border-color: #10C158;
}
.TagClassName
{
border-color: #10C158;
}
</style>