Shades of Malachite #10E769
Tints of Malachite #10E769
RGB
CMYK
RGB Variations
Color information
#10E769 (or 0x10E769) is known color: Malachite. HEX triplet: 10, E7 and 69. RGB value is (16,231,105). Sum of RGB (Red+Green+Blue) = 16+231+105=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 231 (90.62% from 255 or 65.62% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 231 - color contains mainly: green. Hex color #10E769 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E769 is #EF1896. Grayscale: #989898. Windows color (decimal): -15669399 or 6940432. OLE color: 6940432.
HSL color Cylindrical-coordinate representation of color #10E769: hue angle of 144.84º 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 #10E769 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 105 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.09 |
| HSL | 144.84º | 0.87% | 0.48% | - |
| HSV(B) | 144.84º | 0.93% | 0.91% | - |
| XYZ | 31.34 | 58.28 | 22.96 | - |
| YUV | 152.35 | 101.27 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 105 | 0.93 | 0 | 0.55 | 0.09 | 144.84 | 0.87 | 0.48 |
| Hex | 10 | E7 | 69 | 5D | 0 | 37 | 9 | 91 | 57 | 30 |
| Octal | 20 | 347 | 151 | 135 | 0 | 67 | 11 | 221 | 127 | 60 |
| Binary | 10000 | 11100111 | 1101001 | 1011101 | 0 | 110111 | 1001 | 10010001 | 1010111 | 110000 |
Color Harmonies of #10E769
Complementary color
Monochromatic Colors of #10E769
Black with #10E769
Text Example
Text Example
White with #10E769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E769; }
p { color: rgb(16,231,105); }
H1.HeaderClassName
{
color: #10E769;
}
.AnyTagClassName
{
color: #10E769;
}
</style>
background-color css
<style>
a { background-color: #10E769; }
a { background-color: rgb(16,231,105); }
div.DivClassName
{
background-color: #10E769;
}
.BgClassName
{
background-color: #10E769;
}
</style>
border-color css
<style>
span { border-color: #10E769; }
span { border-color: rgb(16,231,105); }
td.TdClassName
{
border-color: #10E769;
}
.TagClassName
{
border-color: #10E769;
}
</style>