Shades of Malachite #10D762
Tints of Malachite #10D762
RGB
CMYK
RGB Variations
Color information
#10D762 (or 0x10D762) is known color: Malachite. HEX triplet: 10, D7 and 62. RGB value is (16,215,98). Sum of RGB (Red+Green+Blue) = 16+215+98=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #10D762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D762 is #EF289D. Grayscale: #8E8E8E. Windows color (decimal): -15673502 or 6477584. OLE color: 6477584.
HSL color Cylindrical-coordinate representation of color #10D762: hue angle of 144.72º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D762 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 98 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.16 |
| HSL | 144.72º | 0.86% | 0.45% | - |
| HSV(B) | 144.72º | 0.93% | 0.84% | - |
| XYZ | 26.72 | 49.59 | 19.72 | - |
| YUV | 142.16 | 103.07 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 98 | 0.93 | 0 | 0.54 | 0.16 | 144.72 | 0.86 | 0.45 |
| Hex | 10 | D7 | 62 | 5D | 0 | 36 | 10 | 91 | 56 | 2D |
| Octal | 20 | 327 | 142 | 135 | 0 | 66 | 20 | 221 | 126 | 55 |
| Binary | 10000 | 11010111 | 1100010 | 1011101 | 0 | 110110 | 10000 | 10010001 | 1010110 | 101101 |
Color Harmonies of #10D762
Complementary color
Monochromatic Colors of #10D762
Black with #10D762
Text Example
Text Example
White with #10D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D762; }
p { color: rgb(16,215,98); }
H1.HeaderClassName
{
color: #10D762;
}
.AnyTagClassName
{
color: #10D762;
}
</style>
background-color css
<style>
a { background-color: #10D762; }
a { background-color: rgb(16,215,98); }
div.DivClassName
{
background-color: #10D762;
}
.BgClassName
{
background-color: #10D762;
}
</style>
border-color css
<style>
span { border-color: #10D762; }
span { border-color: rgb(16,215,98); }
td.TdClassName
{
border-color: #10D762;
}
.TagClassName
{
border-color: #10D762;
}
</style>