Shades of Malachite #10F546
Tints of Malachite #10F546
RGB
CMYK
RGB Variations
Color information
#10F546 (or 0x10F546) is known color: Malachite. HEX triplet: 10, F5 and 46. RGB value is (16,245,70). Sum of RGB (Red+Green+Blue) = 16+245+70=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 245 (96.09% from 255 or 74.02% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 245 - color contains mainly: green. Hex color #10F546 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F546 is #EF0AB9. Grayscale: #9D9D9D. Windows color (decimal): -15665850 or 4650256. OLE color: 4650256.
HSL color Cylindrical-coordinate representation of color #10F546: hue angle of 134.15º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F546 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 70 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.04 |
| HSL | 134.15º | 0.92% | 0.51% | - |
| HSV(B) | 134.15º | 0.93% | 0.96% | - |
| XYZ | 33.97 | 65.86 | 16.72 | - |
| YUV | 156.58 | 79.13 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 70 | 0.93 | 0 | 0.71 | 0.04 | 134.15 | 0.92 | 0.51 |
| Hex | 10 | F5 | 46 | 5D | 0 | 47 | 4 | 86 | 5C | 33 |
| Octal | 20 | 365 | 106 | 135 | 0 | 107 | 4 | 206 | 134 | 63 |
| Binary | 10000 | 11110101 | 1000110 | 1011101 | 0 | 1000111 | 100 | 10000110 | 1011100 | 110011 |
Color Harmonies of #10F546
Complementary color
Monochromatic Colors of #10F546
Black with #10F546
Text Example
Text Example
White with #10F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F546; }
p { color: rgb(16,245,70); }
H1.HeaderClassName
{
color: #10F546;
}
.AnyTagClassName
{
color: #10F546;
}
</style>
background-color css
<style>
a { background-color: #10F546; }
a { background-color: rgb(16,245,70); }
div.DivClassName
{
background-color: #10F546;
}
.BgClassName
{
background-color: #10F546;
}
</style>
border-color css
<style>
span { border-color: #10F546; }
span { border-color: rgb(16,245,70); }
td.TdClassName
{
border-color: #10F546;
}
.TagClassName
{
border-color: #10F546;
}
</style>