Shades of Malachite #10E06B
Tints of Malachite #10E06B
RGB
CMYK
RGB Variations
Color information
#10E06B (or 0x10E06B) is known color: Malachite. HEX triplet: 10, E0 and 6B. RGB value is (16,224,107). Sum of RGB (Red+Green+Blue) = 16+224+107=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #10E06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E06B is #EF1F94. Grayscale: #949494. Windows color (decimal): -15671189 or 7069712. OLE color: 7069712.
HSL color Cylindrical-coordinate representation of color #10E06B: hue angle of 146.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E06B is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 107 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.12 |
| HSL | 146.25º | 0.87% | 0.47% | - |
| HSV(B) | 146.25º | 0.93% | 0.88% | - |
| XYZ | 29.52 | 54.48 | 22.87 | - |
| YUV | 148.47 | 104.59 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 107 | 0.93 | 0 | 0.52 | 0.12 | 146.25 | 0.87 | 0.47 |
| Hex | 10 | E0 | 6B | 5D | 0 | 34 | C | 92 | 57 | 2F |
| Octal | 20 | 340 | 153 | 135 | 0 | 64 | 14 | 222 | 127 | 57 |
| Binary | 10000 | 11100000 | 1101011 | 1011101 | 0 | 110100 | 1100 | 10010010 | 1010111 | 101111 |
Color Harmonies of #10E06B
Complementary color
Monochromatic Colors of #10E06B
Black with #10E06B
Text Example
Text Example
White with #10E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E06B; }
p { color: rgb(16,224,107); }
H1.HeaderClassName
{
color: #10E06B;
}
.AnyTagClassName
{
color: #10E06B;
}
</style>
background-color css
<style>
a { background-color: #10E06B; }
a { background-color: rgb(16,224,107); }
div.DivClassName
{
background-color: #10E06B;
}
.BgClassName
{
background-color: #10E06B;
}
</style>
border-color css
<style>
span { border-color: #10E06B; }
span { border-color: rgb(16,224,107); }
td.TdClassName
{
border-color: #10E06B;
}
.TagClassName
{
border-color: #10E06B;
}
</style>