Shades of Malachite #10E46C
Tints of Malachite #10E46C
RGB
CMYK
RGB Variations
Color information
#10E46C (or 0x10E46C) is known color: Malachite. HEX triplet: 10, E4 and 6C. RGB value is (16,228,108). Sum of RGB (Red+Green+Blue) = 16+228+108=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #10E46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E46C is #EF1B93. Grayscale: #979797. Windows color (decimal): -15670164 or 7136272. OLE color: 7136272.
HSL color Cylindrical-coordinate representation of color #10E46C: hue angle of 146.04º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E46C is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 108 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.11 |
| HSL | 146.04º | 0.87% | 0.48% | - |
| HSV(B) | 146.04º | 0.93% | 0.89% | - |
| XYZ | 30.66 | 56.68 | 23.51 | - |
| YUV | 150.93 | 103.76 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 108 | 0.93 | 0 | 0.53 | 0.11 | 146.04 | 0.87 | 0.48 |
| Hex | 10 | E4 | 6C | 5D | 0 | 35 | B | 92 | 57 | 30 |
| Octal | 20 | 344 | 154 | 135 | 0 | 65 | 13 | 222 | 127 | 60 |
| Binary | 10000 | 11100100 | 1101100 | 1011101 | 0 | 110101 | 1011 | 10010010 | 1010111 | 110000 |
Color Harmonies of #10E46C
Complementary color
Monochromatic Colors of #10E46C
Black with #10E46C
Text Example
Text Example
White with #10E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E46C; }
p { color: rgb(16,228,108); }
H1.HeaderClassName
{
color: #10E46C;
}
.AnyTagClassName
{
color: #10E46C;
}
</style>
background-color css
<style>
a { background-color: #10E46C; }
a { background-color: rgb(16,228,108); }
div.DivClassName
{
background-color: #10E46C;
}
.BgClassName
{
background-color: #10E46C;
}
</style>
border-color css
<style>
span { border-color: #10E46C; }
span { border-color: rgb(16,228,108); }
td.TdClassName
{
border-color: #10E46C;
}
.TagClassName
{
border-color: #10E46C;
}
</style>