Shades of Malachite #10E066
Tints of Malachite #10E066
RGB
CMYK
RGB Variations
Color information
#10E066 (or 0x10E066) is known color: Malachite. HEX triplet: 10, E0 and 66. RGB value is (16,224,102). Sum of RGB (Red+Green+Blue) = 16+224+102=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #10E066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E066 is #EF1F99. Grayscale: #949494. Windows color (decimal): -15671194 or 6742032. OLE color: 6742032.
HSL color Cylindrical-coordinate representation of color #10E066: hue angle of 144.81º 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 #10E066 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 102 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.12 |
| HSL | 144.81º | 0.87% | 0.47% | - |
| HSV(B) | 144.81º | 0.93% | 0.88% | - |
| XYZ | 29.27 | 54.38 | 21.52 | - |
| YUV | 147.9 | 102.09 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 102 | 0.93 | 0 | 0.54 | 0.12 | 144.81 | 0.87 | 0.47 |
| Hex | 10 | E0 | 66 | 5D | 0 | 36 | C | 91 | 57 | 2F |
| Octal | 20 | 340 | 146 | 135 | 0 | 66 | 14 | 221 | 127 | 57 |
| Binary | 10000 | 11100000 | 1100110 | 1011101 | 0 | 110110 | 1100 | 10010001 | 1010111 | 101111 |
Color Harmonies of #10E066
Complementary color
Monochromatic Colors of #10E066
Black with #10E066
Text Example
Text Example
White with #10E066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E066; }
p { color: rgb(16,224,102); }
H1.HeaderClassName
{
color: #10E066;
}
.AnyTagClassName
{
color: #10E066;
}
</style>
background-color css
<style>
a { background-color: #10E066; }
a { background-color: rgb(16,224,102); }
div.DivClassName
{
background-color: #10E066;
}
.BgClassName
{
background-color: #10E066;
}
</style>
border-color css
<style>
span { border-color: #10E066; }
span { border-color: rgb(16,224,102); }
td.TdClassName
{
border-color: #10E066;
}
.TagClassName
{
border-color: #10E066;
}
</style>