Shades of Malachite #10E062
Tints of Malachite #10E062
RGB
CMYK
RGB Variations
Color information
#10E062 (or 0x10E062) is known color: Malachite. HEX triplet: 10, E0 and 62. RGB value is (16,224,98). Sum of RGB (Red+Green+Blue) = 16+224+98=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #10E062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E062 is #EF1F9D. Grayscale: #939393. Windows color (decimal): -15671198 or 6479888. OLE color: 6479888.
HSL color Cylindrical-coordinate representation of color #10E062: hue angle of 143.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E062 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 98 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.12 |
| HSL | 143.65º | 0.87% | 0.47% | - |
| HSV(B) | 143.65º | 0.93% | 0.88% | - |
| XYZ | 29.07 | 54.3 | 20.5 | - |
| YUV | 147.44 | 100.09 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 98 | 0.93 | 0 | 0.56 | 0.12 | 143.65 | 0.87 | 0.47 |
| Hex | 10 | E0 | 62 | 5D | 0 | 38 | C | 90 | 57 | 2F |
| Octal | 20 | 340 | 142 | 135 | 0 | 70 | 14 | 220 | 127 | 57 |
| Binary | 10000 | 11100000 | 1100010 | 1011101 | 0 | 111000 | 1100 | 10010000 | 1010111 | 101111 |
Color Harmonies of #10E062
Complementary color
Monochromatic Colors of #10E062
Black with #10E062
Text Example
Text Example
White with #10E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E062; }
p { color: rgb(16,224,98); }
H1.HeaderClassName
{
color: #10E062;
}
.AnyTagClassName
{
color: #10E062;
}
</style>
background-color css
<style>
a { background-color: #10E062; }
a { background-color: rgb(16,224,98); }
div.DivClassName
{
background-color: #10E062;
}
.BgClassName
{
background-color: #10E062;
}
</style>
border-color css
<style>
span { border-color: #10E062; }
span { border-color: rgb(16,224,98); }
td.TdClassName
{
border-color: #10E062;
}
.TagClassName
{
border-color: #10E062;
}
</style>