Shades of Malachite #10E668
Tints of Malachite #10E668
RGB
CMYK
RGB Variations
Color information
#10E668 (or 0x10E668) is known color: Malachite. HEX triplet: 10, E6 and 68. RGB value is (16,230,104). Sum of RGB (Red+Green+Blue) = 16+230+104=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #10E668 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E668 is #EF1997. Grayscale: #979797. Windows color (decimal): -15669656 or 6874640. OLE color: 6874640.
HSL color Cylindrical-coordinate representation of color #10E668: hue angle of 144.67º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E668 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 104 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.10 |
| HSL | 144.67º | 0.87% | 0.48% | - |
| HSV(B) | 144.67º | 0.93% | 0.9% | - |
| XYZ | 31.01 | 57.7 | 22.6 | - |
| YUV | 151.65 | 101.1 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 104 | 0.93 | 0 | 0.55 | 0.10 | 144.67 | 0.87 | 0.48 |
| Hex | 10 | E6 | 68 | 5D | 0 | 37 | A | 91 | 57 | 30 |
| Octal | 20 | 346 | 150 | 135 | 0 | 67 | 12 | 221 | 127 | 60 |
| Binary | 10000 | 11100110 | 1101000 | 1011101 | 0 | 110111 | 1010 | 10010001 | 1010111 | 110000 |
Color Harmonies of #10E668
Complementary color
Monochromatic Colors of #10E668
Black with #10E668
Text Example
Text Example
White with #10E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E668; }
p { color: rgb(16,230,104); }
H1.HeaderClassName
{
color: #10E668;
}
.AnyTagClassName
{
color: #10E668;
}
</style>
background-color css
<style>
a { background-color: #10E668; }
a { background-color: rgb(16,230,104); }
div.DivClassName
{
background-color: #10E668;
}
.BgClassName
{
background-color: #10E668;
}
</style>
border-color css
<style>
span { border-color: #10E668; }
span { border-color: rgb(16,230,104); }
td.TdClassName
{
border-color: #10E668;
}
.TagClassName
{
border-color: #10E668;
}
</style>