Shades of Malachite #10C65C
Tints of Malachite #10C65C
RGB
CMYK
RGB Variations
Color information
#10C65C (or 0x10C65C) is known color: Malachite. HEX triplet: 10, C6 and 5C. RGB value is (16,198,92). Sum of RGB (Red+Green+Blue) = 16+198+92=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #10C65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C65C is #EF39A3. Grayscale: #838383. Windows color (decimal): -15677860 or 6080016. OLE color: 6080016.
HSL color Cylindrical-coordinate representation of color #10C65C: hue angle of 145.05º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C65C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 92 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.22 |
| HSL | 145.05º | 0.85% | 0.42% | - |
| HSV(B) | 145.05º | 0.92% | 0.78% | - |
| XYZ | 22.34 | 41.27 | 16.91 | - |
| YUV | 131.5 | 105.7 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 92 | 0.92 | 0 | 0.54 | 0.22 | 145.05 | 0.85 | 0.42 |
| Hex | 10 | C6 | 5C | 5C | 0 | 36 | 16 | 91 | 55 | 2A |
| Octal | 20 | 306 | 134 | 134 | 0 | 66 | 26 | 221 | 125 | 52 |
| Binary | 10000 | 11000110 | 1011100 | 1011100 | 0 | 110110 | 10110 | 10010001 | 1010101 | 101010 |
Color Harmonies of #10C65C
Complementary color
Monochromatic Colors of #10C65C
Black with #10C65C
Text Example
Text Example
White with #10C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C65C; }
p { color: rgb(16,198,92); }
H1.HeaderClassName
{
color: #10C65C;
}
.AnyTagClassName
{
color: #10C65C;
}
</style>
background-color css
<style>
a { background-color: #10C65C; }
a { background-color: rgb(16,198,92); }
div.DivClassName
{
background-color: #10C65C;
}
.BgClassName
{
background-color: #10C65C;
}
</style>
border-color css
<style>
span { border-color: #10C65C; }
span { border-color: rgb(16,198,92); }
td.TdClassName
{
border-color: #10C65C;
}
.TagClassName
{
border-color: #10C65C;
}
</style>