Shades of Malachite #10C55F
Tints of Malachite #10C55F
RGB
CMYK
RGB Variations
Color information
#10C55F (or 0x10C55F) is known color: Malachite. HEX triplet: 10, C5 and 5F. RGB value is (16,197,95). Sum of RGB (Red+Green+Blue) = 16+197+95=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #10C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C55F is #EF3AA0. Grayscale: #838383. Windows color (decimal): -15678113 or 6276368. OLE color: 6276368.
HSL color Cylindrical-coordinate representation of color #10C55F: hue angle of 146.19º 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 #10C55F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 95 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.23 |
| HSL | 146.19º | 0.85% | 0.42% | - |
| HSV(B) | 146.19º | 0.92% | 0.77% | - |
| XYZ | 22.25 | 40.87 | 17.54 | - |
| YUV | 131.25 | 107.53 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 95 | 0.92 | 0 | 0.52 | 0.23 | 146.19 | 0.85 | 0.42 |
| Hex | 10 | C5 | 5F | 5C | 0 | 34 | 17 | 92 | 55 | 2A |
| Octal | 20 | 305 | 137 | 134 | 0 | 64 | 27 | 222 | 125 | 52 |
| Binary | 10000 | 11000101 | 1011111 | 1011100 | 0 | 110100 | 10111 | 10010010 | 1010101 | 101010 |
Color Harmonies of #10C55F
Complementary color
Monochromatic Colors of #10C55F
Black with #10C55F
Text Example
Text Example
White with #10C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C55F; }
p { color: rgb(16,197,95); }
H1.HeaderClassName
{
color: #10C55F;
}
.AnyTagClassName
{
color: #10C55F;
}
</style>
background-color css
<style>
a { background-color: #10C55F; }
a { background-color: rgb(16,197,95); }
div.DivClassName
{
background-color: #10C55F;
}
.BgClassName
{
background-color: #10C55F;
}
</style>
border-color css
<style>
span { border-color: #10C55F; }
span { border-color: rgb(16,197,95); }
td.TdClassName
{
border-color: #10C55F;
}
.TagClassName
{
border-color: #10C55F;
}
</style>