Shades of Malachite #10E968
Tints of Malachite #10E968
RGB
CMYK
RGB Variations
Color information
#10E968 (or 0x10E968) is known color: Malachite. HEX triplet: 10, E9 and 68. RGB value is (16,233,104). Sum of RGB (Red+Green+Blue) = 16+233+104=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #10E968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E968 is #EF1697. Grayscale: #999999. Windows color (decimal): -15668888 or 6875408. OLE color: 6875408.
HSL color Cylindrical-coordinate representation of color #10E968: hue angle of 144.33º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E968 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 233 | 104 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.09 |
| HSL | 144.33º | 0.87% | 0.49% | - |
| HSV(B) | 144.33º | 0.93% | 0.91% | - |
| XYZ | 31.85 | 59.39 | 22.88 | - |
| YUV | 153.41 | 100.11 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 233 | 104 | 0.93 | 0 | 0.55 | 0.09 | 144.33 | 0.87 | 0.49 |
| Hex | 10 | E9 | 68 | 5D | 0 | 37 | 9 | 90 | 57 | 31 |
| Octal | 20 | 351 | 150 | 135 | 0 | 67 | 11 | 220 | 127 | 61 |
| Binary | 10000 | 11101001 | 1101000 | 1011101 | 0 | 110111 | 1001 | 10010000 | 1010111 | 110001 |
Color Harmonies of #10E968
Complementary color
Monochromatic Colors of #10E968
Black with #10E968
Text Example
Text Example
White with #10E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E968; }
p { color: rgb(16,233,104); }
H1.HeaderClassName
{
color: #10E968;
}
.AnyTagClassName
{
color: #10E968;
}
</style>
background-color css
<style>
a { background-color: #10E968; }
a { background-color: rgb(16,233,104); }
div.DivClassName
{
background-color: #10E968;
}
.BgClassName
{
background-color: #10E968;
}
</style>
border-color css
<style>
span { border-color: #10E968; }
span { border-color: rgb(16,233,104); }
td.TdClassName
{
border-color: #10E968;
}
.TagClassName
{
border-color: #10E968;
}
</style>