Shades of Malachite #10C25C
Tints of Malachite #10C25C
RGB
CMYK
RGB Variations
Color information
#10C25C (or 0x10C25C) is known color: Malachite. HEX triplet: 10, C2 and 5C. RGB value is (16,194,92). Sum of RGB (Red+Green+Blue) = 16+194+92=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #10C25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C25C is #EF3DA3. Grayscale: #818181. Windows color (decimal): -15678884 or 6078992. OLE color: 6078992.
HSL color Cylindrical-coordinate representation of color #10C25C: hue angle of 145.62º 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 #10C25C is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 92 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.24 |
| HSL | 145.62º | 0.85% | 0.41% | - |
| HSV(B) | 145.62º | 0.92% | 0.76% | - |
| XYZ | 21.44 | 39.47 | 16.61 | - |
| YUV | 129.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 92 | 0.92 | 0 | 0.53 | 0.24 | 145.62 | 0.85 | 0.41 |
| Hex | 10 | C2 | 5C | 5C | 0 | 35 | 18 | 92 | 55 | 29 |
| Octal | 20 | 302 | 134 | 134 | 0 | 65 | 30 | 222 | 125 | 51 |
| Binary | 10000 | 11000010 | 1011100 | 1011100 | 0 | 110101 | 11000 | 10010010 | 1010101 | 101001 |
Color Harmonies of #10C25C
Complementary color
Monochromatic Colors of #10C25C
Black with #10C25C
Text Example
Text Example
White with #10C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C25C; }
p { color: rgb(16,194,92); }
H1.HeaderClassName
{
color: #10C25C;
}
.AnyTagClassName
{
color: #10C25C;
}
</style>
background-color css
<style>
a { background-color: #10C25C; }
a { background-color: rgb(16,194,92); }
div.DivClassName
{
background-color: #10C25C;
}
.BgClassName
{
background-color: #10C25C;
}
</style>
border-color css
<style>
span { border-color: #10C25C; }
span { border-color: rgb(16,194,92); }
td.TdClassName
{
border-color: #10C25C;
}
.TagClassName
{
border-color: #10C25C;
}
</style>