Shades of Malachite #10E766
Tints of Malachite #10E766
RGB
CMYK
RGB Variations
Color information
#10E766 (or 0x10E766) is known color: Malachite. HEX triplet: 10, E7 and 66. RGB value is (16,231,102). Sum of RGB (Red+Green+Blue) = 16+231+102=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #10E766 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E766 is #EF1899. Grayscale: #989898. Windows color (decimal): -15669402 or 6743824. OLE color: 6743824.
HSL color Cylindrical-coordinate representation of color #10E766: hue angle of 144º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E766 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 102 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.09 |
| HSL | 144º | 0.87% | 0.48% | - |
| HSV(B) | 144º | 0.93% | 0.91% | - |
| XYZ | 31.19 | 58.22 | 22.16 | - |
| YUV | 152.01 | 99.77 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 102 | 0.93 | 0 | 0.56 | 0.09 | 144 | 0.87 | 0.48 |
| Hex | 10 | E7 | 66 | 5D | 0 | 38 | 9 | 90 | 57 | 30 |
| Octal | 20 | 347 | 146 | 135 | 0 | 70 | 11 | 220 | 127 | 60 |
| Binary | 10000 | 11100111 | 1100110 | 1011101 | 0 | 111000 | 1001 | 10010000 | 1010111 | 110000 |
Color Harmonies of #10E766
Complementary color
Monochromatic Colors of #10E766
Black with #10E766
Text Example
Text Example
White with #10E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E766; }
p { color: rgb(16,231,102); }
H1.HeaderClassName
{
color: #10E766;
}
.AnyTagClassName
{
color: #10E766;
}
</style>
background-color css
<style>
a { background-color: #10E766; }
a { background-color: rgb(16,231,102); }
div.DivClassName
{
background-color: #10E766;
}
.BgClassName
{
background-color: #10E766;
}
</style>
border-color css
<style>
span { border-color: #10E766; }
span { border-color: rgb(16,231,102); }
td.TdClassName
{
border-color: #10E766;
}
.TagClassName
{
border-color: #10E766;
}
</style>