Shades of Malachite #10C153
Tints of Malachite #10C153
RGB
CMYK
RGB Variations
Color information
#10C153 (or 0x10C153) is known color: Malachite. HEX triplet: 10, C1 and 53. RGB value is (16,193,83). Sum of RGB (Red+Green+Blue) = 16+193+83=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #10C153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C153 is #EF3EAC. Grayscale: #7F7F7F. Windows color (decimal): -15679149 or 5488912. OLE color: 5488912.
HSL color Cylindrical-coordinate representation of color #10C153: hue angle of 142.71º 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 #10C153 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 83 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.24 |
| HSL | 142.71º | 0.85% | 0.41% | - |
| HSV(B) | 142.71º | 0.92% | 0.76% | - |
| XYZ | 20.84 | 38.87 | 14.59 | - |
| YUV | 127.54 | 102.86 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 83 | 0.92 | 0 | 0.57 | 0.24 | 142.71 | 0.85 | 0.41 |
| Hex | 10 | C1 | 53 | 5C | 0 | 39 | 18 | 8F | 55 | 29 |
| Octal | 20 | 301 | 123 | 134 | 0 | 71 | 30 | 217 | 125 | 51 |
| Binary | 10000 | 11000001 | 1010011 | 1011100 | 0 | 111001 | 11000 | 10001111 | 1010101 | 101001 |
Color Harmonies of #10C153
Complementary color
Monochromatic Colors of #10C153
Black with #10C153
Text Example
Text Example
White with #10C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C153; }
p { color: rgb(16,193,83); }
H1.HeaderClassName
{
color: #10C153;
}
.AnyTagClassName
{
color: #10C153;
}
</style>
background-color css
<style>
a { background-color: #10C153; }
a { background-color: rgb(16,193,83); }
div.DivClassName
{
background-color: #10C153;
}
.BgClassName
{
background-color: #10C153;
}
</style>
border-color css
<style>
span { border-color: #10C153; }
span { border-color: rgb(16,193,83); }
td.TdClassName
{
border-color: #10C153;
}
.TagClassName
{
border-color: #10C153;
}
</style>