Shades of Malachite #10C154
Tints of Malachite #10C154
RGB
CMYK
RGB Variations
Color information
#10C154 (or 0x10C154) is known color: Malachite. HEX triplet: 10, C1 and 54. RGB value is (16,193,84). Sum of RGB (Red+Green+Blue) = 16+193+84=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #10C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C154 is #EF3EAB. Grayscale: #7F7F7F. Windows color (decimal): -15679148 or 5554448. OLE color: 5554448.
HSL color Cylindrical-coordinate representation of color #10C154: hue angle of 143.05º 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 #10C154 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 84 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.24 |
| HSL | 143.05º | 0.85% | 0.41% | - |
| HSV(B) | 143.05º | 0.92% | 0.76% | - |
| XYZ | 20.88 | 38.89 | 14.79 | - |
| YUV | 127.65 | 103.36 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 84 | 0.92 | 0 | 0.56 | 0.24 | 143.05 | 0.85 | 0.41 |
| Hex | 10 | C1 | 54 | 5C | 0 | 38 | 18 | 8F | 55 | 29 |
| Octal | 20 | 301 | 124 | 134 | 0 | 70 | 30 | 217 | 125 | 51 |
| Binary | 10000 | 11000001 | 1010100 | 1011100 | 0 | 111000 | 11000 | 10001111 | 1010101 | 101001 |
Color Harmonies of #10C154
Complementary color
Monochromatic Colors of #10C154
Black with #10C154
Text Example
Text Example
White with #10C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C154; }
p { color: rgb(16,193,84); }
H1.HeaderClassName
{
color: #10C154;
}
.AnyTagClassName
{
color: #10C154;
}
</style>
background-color css
<style>
a { background-color: #10C154; }
a { background-color: rgb(16,193,84); }
div.DivClassName
{
background-color: #10C154;
}
.BgClassName
{
background-color: #10C154;
}
</style>
border-color css
<style>
span { border-color: #10C154; }
span { border-color: rgb(16,193,84); }
td.TdClassName
{
border-color: #10C154;
}
.TagClassName
{
border-color: #10C154;
}
</style>