Shades of Malachite #10C65F
Tints of Malachite #10C65F
RGB
CMYK
RGB Variations
Color information
#10C65F (or 0x10C65F) is known color: Malachite. HEX triplet: 10, C6 and 5F. RGB value is (16,198,95). Sum of RGB (Red+Green+Blue) = 16+198+95=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #10C65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C65F is #EF39A0. Grayscale: #848484. Windows color (decimal): -15677857 or 6276624. OLE color: 6276624.
HSL color Cylindrical-coordinate representation of color #10C65F: hue angle of 146.04º 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 #10C65F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 95 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.22 |
| HSL | 146.04º | 0.85% | 0.42% | - |
| HSV(B) | 146.04º | 0.92% | 0.78% | - |
| XYZ | 22.47 | 41.32 | 17.62 | - |
| YUV | 131.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 95 | 0.92 | 0 | 0.52 | 0.22 | 146.04 | 0.85 | 0.42 |
| Hex | 10 | C6 | 5F | 5C | 0 | 34 | 16 | 92 | 55 | 2A |
| Octal | 20 | 306 | 137 | 134 | 0 | 64 | 26 | 222 | 125 | 52 |
| Binary | 10000 | 11000110 | 1011111 | 1011100 | 0 | 110100 | 10110 | 10010010 | 1010101 | 101010 |
Color Harmonies of #10C65F
Complementary color
Monochromatic Colors of #10C65F
Black with #10C65F
Text Example
Text Example
White with #10C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C65F; }
p { color: rgb(16,198,95); }
H1.HeaderClassName
{
color: #10C65F;
}
.AnyTagClassName
{
color: #10C65F;
}
</style>
background-color css
<style>
a { background-color: #10C65F; }
a { background-color: rgb(16,198,95); }
div.DivClassName
{
background-color: #10C65F;
}
.BgClassName
{
background-color: #10C65F;
}
</style>
border-color css
<style>
span { border-color: #10C65F; }
span { border-color: rgb(16,198,95); }
td.TdClassName
{
border-color: #10C65F;
}
.TagClassName
{
border-color: #10C65F;
}
</style>