Shades of Malachite #10C467
Tints of Malachite #10C467
RGB
CMYK
RGB Variations
Color information
#10C467 (or 0x10C467) is known color: Malachite. HEX triplet: 10, C4 and 67. RGB value is (16,196,103). Sum of RGB (Red+Green+Blue) = 16+196+103=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #10C467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C467 is #EF3B98. Grayscale: #838383. Windows color (decimal): -15678361 or 6800400. OLE color: 6800400.
HSL color Cylindrical-coordinate representation of color #10C467: hue angle of 149º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C467 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 103 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.23 |
| HSL | 149º | 0.85% | 0.42% | - |
| HSV(B) | 149º | 0.92% | 0.77% | - |
| XYZ | 22.4 | 40.57 | 19.48 | - |
| YUV | 131.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 103 | 0.92 | 0 | 0.47 | 0.23 | 149 | 0.85 | 0.42 |
| Hex | 10 | C4 | 67 | 5C | 0 | 2F | 17 | 95 | 55 | 2A |
| Octal | 20 | 304 | 147 | 134 | 0 | 57 | 27 | 225 | 125 | 52 |
| Binary | 10000 | 11000100 | 1100111 | 1011100 | 0 | 101111 | 10111 | 10010101 | 1010101 | 101010 |
Color Harmonies of #10C467
Complementary color
Monochromatic Colors of #10C467
Black with #10C467
Text Example
Text Example
White with #10C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C467; }
p { color: rgb(16,196,103); }
H1.HeaderClassName
{
color: #10C467;
}
.AnyTagClassName
{
color: #10C467;
}
</style>
background-color css
<style>
a { background-color: #10C467; }
a { background-color: rgb(16,196,103); }
div.DivClassName
{
background-color: #10C467;
}
.BgClassName
{
background-color: #10C467;
}
</style>
border-color css
<style>
span { border-color: #10C467; }
span { border-color: rgb(16,196,103); }
td.TdClassName
{
border-color: #10C467;
}
.TagClassName
{
border-color: #10C467;
}
</style>