Shades of Malachite #10C25E
Tints of Malachite #10C25E
RGB
CMYK
RGB Variations
Color information
#10C25E (or 0x10C25E) is known color: Malachite. HEX triplet: 10, C2 and 5E. RGB value is (16,194,94). Sum of RGB (Red+Green+Blue) = 16+194+94=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #10C25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C25E is #EF3DA1. Grayscale: #818181. Windows color (decimal): -15678882 or 6210064. OLE color: 6210064.
HSL color Cylindrical-coordinate representation of color #10C25E: hue angle of 146.29º 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 #10C25E is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 94 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.24 |
| HSL | 146.29º | 0.85% | 0.41% | - |
| HSV(B) | 146.29º | 0.92% | 0.76% | - |
| XYZ | 21.53 | 39.5 | 17.08 | - |
| YUV | 129.38 | 108.03 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 94 | 0.92 | 0 | 0.52 | 0.24 | 146.29 | 0.85 | 0.41 |
| Hex | 10 | C2 | 5E | 5C | 0 | 34 | 18 | 92 | 55 | 29 |
| Octal | 20 | 302 | 136 | 134 | 0 | 64 | 30 | 222 | 125 | 51 |
| Binary | 10000 | 11000010 | 1011110 | 1011100 | 0 | 110100 | 11000 | 10010010 | 1010101 | 101001 |
Color Harmonies of #10C25E
Complementary color
Monochromatic Colors of #10C25E
Black with #10C25E
Text Example
Text Example
White with #10C25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C25E; }
p { color: rgb(16,194,94); }
H1.HeaderClassName
{
color: #10C25E;
}
.AnyTagClassName
{
color: #10C25E;
}
</style>
background-color css
<style>
a { background-color: #10C25E; }
a { background-color: rgb(16,194,94); }
div.DivClassName
{
background-color: #10C25E;
}
.BgClassName
{
background-color: #10C25E;
}
</style>
border-color css
<style>
span { border-color: #10C25E; }
span { border-color: rgb(16,194,94); }
td.TdClassName
{
border-color: #10C25E;
}
.TagClassName
{
border-color: #10C25E;
}
</style>