Shades of Malachite #10EA5D
Tints of Malachite #10EA5D
RGB
CMYK
RGB Variations
Color information
#10EA5D (or 0x10EA5D) is known color: Malachite. HEX triplet: 10, EA and 5D. RGB value is (16,234,93). Sum of RGB (Red+Green+Blue) = 16+234+93=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #10EA5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EA5D is #EF15A2. Grayscale: #999999. Windows color (decimal): -15668643 or 6154768. OLE color: 6154768.
HSL color Cylindrical-coordinate representation of color #10EA5D: hue angle of 141.19º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EA5D is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 93 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.08 |
| HSL | 141.19º | 0.87% | 0.49% | - |
| HSV(B) | 141.19º | 0.93% | 0.92% | - |
| XYZ | 31.61 | 59.75 | 20.22 | - |
| YUV | 152.74 | 94.28 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 93 | 0.93 | 0 | 0.60 | 0.08 | 141.19 | 0.87 | 0.49 |
| Hex | 10 | EA | 5D | 5D | 0 | 3C | 8 | 8D | 57 | 31 |
| Octal | 20 | 352 | 135 | 135 | 0 | 74 | 10 | 215 | 127 | 61 |
| Binary | 10000 | 11101010 | 1011101 | 1011101 | 0 | 111100 | 1000 | 10001101 | 1010111 | 110001 |
Color Harmonies of #10EA5D
Complementary color
Monochromatic Colors of #10EA5D
Black with #10EA5D
Text Example
Text Example
White with #10EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EA5D; }
p { color: rgb(16,234,93); }
H1.HeaderClassName
{
color: #10EA5D;
}
.AnyTagClassName
{
color: #10EA5D;
}
</style>
background-color css
<style>
a { background-color: #10EA5D; }
a { background-color: rgb(16,234,93); }
div.DivClassName
{
background-color: #10EA5D;
}
.BgClassName
{
background-color: #10EA5D;
}
</style>
border-color css
<style>
span { border-color: #10EA5D; }
span { border-color: rgb(16,234,93); }
td.TdClassName
{
border-color: #10EA5D;
}
.TagClassName
{
border-color: #10EA5D;
}
</style>