Shades of Malachite #10F747
Tints of Malachite #10F747
RGB
CMYK
RGB Variations
Color information
#10F747 (or 0x10F747) is known color: Malachite. HEX triplet: 10, F7 and 47. RGB value is (16,247,71). Sum of RGB (Red+Green+Blue) = 16+247+71=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #10F747 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F747 is #EF08B8. Grayscale: #9E9E9E. Windows color (decimal): -15665337 or 4716304. OLE color: 4716304.
HSL color Cylindrical-coordinate representation of color #10F747: hue angle of 134.29º 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 #10F747 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 71 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.03 |
| HSL | 134.29º | 0.94% | 0.52% | - |
| HSV(B) | 134.29º | 0.94% | 0.97% | - |
| XYZ | 34.61 | 67.09 | 17.09 | - |
| YUV | 157.87 | 78.97 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 71 | 0.94 | 0 | 0.71 | 0.03 | 134.29 | 0.94 | 0.52 |
| Hex | 10 | F7 | 47 | 5E | 0 | 47 | 3 | 86 | 5E | 34 |
| Octal | 20 | 367 | 107 | 136 | 0 | 107 | 3 | 206 | 136 | 64 |
| Binary | 10000 | 11110111 | 1000111 | 1011110 | 0 | 1000111 | 11 | 10000110 | 1011110 | 110100 |
Color Harmonies of #10F747
Complementary color
Monochromatic Colors of #10F747
Black with #10F747
Text Example
Text Example
White with #10F747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F747; }
p { color: rgb(16,247,71); }
H1.HeaderClassName
{
color: #10F747;
}
.AnyTagClassName
{
color: #10F747;
}
</style>
background-color css
<style>
a { background-color: #10F747; }
a { background-color: rgb(16,247,71); }
div.DivClassName
{
background-color: #10F747;
}
.BgClassName
{
background-color: #10F747;
}
</style>
border-color css
<style>
span { border-color: #10F747; }
span { border-color: rgb(16,247,71); }
td.TdClassName
{
border-color: #10F747;
}
.TagClassName
{
border-color: #10F747;
}
</style>