Shades of Malachite #10F762
Tints of Malachite #10F762
RGB
CMYK
RGB Variations
Color information
#10F762 (or 0x10F762) is known color: Malachite. HEX triplet: 10, F7 and 62. RGB value is (16,247,98). Sum of RGB (Red+Green+Blue) = 16+247+98=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #10F762 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F762 is #EF089D. Grayscale: #A1A1A1. Windows color (decimal): -15665310 or 6485776. OLE color: 6485776.
HSL color Cylindrical-coordinate representation of color #10F762: hue angle of 141.3º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F762 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 98 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.03 |
| HSL | 141.3º | 0.94% | 0.52% | - |
| HSV(B) | 141.3º | 0.94% | 0.97% | - |
| XYZ | 35.68 | 67.51 | 22.71 | - |
| YUV | 160.95 | 92.47 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 98 | 0.94 | 0 | 0.60 | 0.03 | 141.3 | 0.94 | 0.52 |
| Hex | 10 | F7 | 62 | 5E | 0 | 3C | 3 | 8D | 5E | 34 |
| Octal | 20 | 367 | 142 | 136 | 0 | 74 | 3 | 215 | 136 | 64 |
| Binary | 10000 | 11110111 | 1100010 | 1011110 | 0 | 111100 | 11 | 10001101 | 1011110 | 110100 |
Color Harmonies of #10F762
Complementary color
Monochromatic Colors of #10F762
Black with #10F762
Text Example
Text Example
White with #10F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F762; }
p { color: rgb(16,247,98); }
H1.HeaderClassName
{
color: #10F762;
}
.AnyTagClassName
{
color: #10F762;
}
</style>
background-color css
<style>
a { background-color: #10F762; }
a { background-color: rgb(16,247,98); }
div.DivClassName
{
background-color: #10F762;
}
.BgClassName
{
background-color: #10F762;
}
</style>
border-color css
<style>
span { border-color: #10F762; }
span { border-color: rgb(16,247,98); }
td.TdClassName
{
border-color: #10F762;
}
.TagClassName
{
border-color: #10F762;
}
</style>