Shades of Malachite #10E75D
Tints of Malachite #10E75D
RGB
CMYK
RGB Variations
Color information
#10E75D (or 0x10E75D) is known color: Malachite. HEX triplet: 10, E7 and 5D. RGB value is (16,231,93). Sum of RGB (Red+Green+Blue) = 16+231+93=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #10E75D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E75D is #EF18A2. Grayscale: #979797. Windows color (decimal): -15669411 or 6154000. OLE color: 6154000.
HSL color Cylindrical-coordinate representation of color #10E75D: hue angle of 141.49º 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 #10E75D is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 93 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.09 |
| HSL | 141.49º | 0.87% | 0.48% | - |
| HSV(B) | 141.49º | 0.93% | 0.91% | - |
| XYZ | 30.77 | 58.05 | 19.94 | - |
| YUV | 150.98 | 95.27 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 93 | 0.93 | 0 | 0.60 | 0.09 | 141.49 | 0.87 | 0.48 |
| Hex | 10 | E7 | 5D | 5D | 0 | 3C | 9 | 8D | 57 | 30 |
| Octal | 20 | 347 | 135 | 135 | 0 | 74 | 11 | 215 | 127 | 60 |
| Binary | 10000 | 11100111 | 1011101 | 1011101 | 0 | 111100 | 1001 | 10001101 | 1010111 | 110000 |
Color Harmonies of #10E75D
Complementary color
Monochromatic Colors of #10E75D
Black with #10E75D
Text Example
Text Example
White with #10E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E75D; }
p { color: rgb(16,231,93); }
H1.HeaderClassName
{
color: #10E75D;
}
.AnyTagClassName
{
color: #10E75D;
}
</style>
background-color css
<style>
a { background-color: #10E75D; }
a { background-color: rgb(16,231,93); }
div.DivClassName
{
background-color: #10E75D;
}
.BgClassName
{
background-color: #10E75D;
}
</style>
border-color css
<style>
span { border-color: #10E75D; }
span { border-color: rgb(16,231,93); }
td.TdClassName
{
border-color: #10E75D;
}
.TagClassName
{
border-color: #10E75D;
}
</style>