Shades of Malachite #10FF49
Tints of Malachite #10FF49
RGB
CMYK
RGB Variations
Color information
#10FF49 (or 0x10FF49) is known color: Malachite. HEX triplet: 10, FF and 49. RGB value is (16,255,73). Sum of RGB (Red+Green+Blue) = 16+255+73=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF49 is #EF00B6. Grayscale: #A3A3A3. Windows color (decimal): -15663287 or 4849424. OLE color: 4849424.
HSL color Cylindrical-coordinate representation of color #10FF49: hue angle of 134.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF49 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 73 | - |
| CMYK | 0.94 | 0 | 0.71 | 0 |
| HSL | 134.31º | 1% | 0.53% | - |
| HSV(B) | 134.31º | 0.94% | 1% | - |
| XYZ | 37.18 | 72.11 | 18.26 | - |
| YUV | 162.79 | 77.32 | 23.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 73 | 0.94 | 0 | 0.71 | 0 | 134.31 | 1 | 0.53 |
| Hex | 10 | FF | 49 | 5E | 0 | 47 | 0 | 86 | 64 | 35 |
| Octal | 20 | 377 | 111 | 136 | 0 | 107 | 0 | 206 | 144 | 65 |
| Binary | 10000 | 11111111 | 1001001 | 1011110 | 0 | 1000111 | 0 | 10000110 | 1100100 | 110101 |
Color Harmonies of #10FF49
Complementary color
Monochromatic Colors of #10FF49
Black with #10FF49
Text Example
Text Example
White with #10FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF49; }
p { color: rgb(16,255,73); }
H1.HeaderClassName
{
color: #10FF49;
}
.AnyTagClassName
{
color: #10FF49;
}
</style>
background-color css
<style>
a { background-color: #10FF49; }
a { background-color: rgb(16,255,73); }
div.DivClassName
{
background-color: #10FF49;
}
.BgClassName
{
background-color: #10FF49;
}
</style>
border-color css
<style>
span { border-color: #10FF49; }
span { border-color: rgb(16,255,73); }
td.TdClassName
{
border-color: #10FF49;
}
.TagClassName
{
border-color: #10FF49;
}
</style>