Shades of Malachite #10F949
Tints of Malachite #10F949
RGB
CMYK
RGB Variations
Color information
#10F949 (or 0x10F949) is known color: Malachite. HEX triplet: 10, F9 and 49. RGB value is (16,249,73). Sum of RGB (Red+Green+Blue) = 16+249+73=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #10F949 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F949 is #EF06B6. Grayscale: #9F9F9F. Windows color (decimal): -15664823 or 4847888. OLE color: 4847888.
HSL color Cylindrical-coordinate representation of color #10F949: hue angle of 134.68º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F949 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 73 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.02 |
| HSL | 134.68º | 0.95% | 0.52% | - |
| HSV(B) | 134.68º | 0.94% | 0.98% | - |
| XYZ | 35.29 | 68.34 | 17.63 | - |
| YUV | 159.27 | 79.31 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 73 | 0.94 | 0 | 0.71 | 0.02 | 134.68 | 0.95 | 0.52 |
| Hex | 10 | F9 | 49 | 5E | 0 | 47 | 2 | 87 | 5F | 34 |
| Octal | 20 | 371 | 111 | 136 | 0 | 107 | 2 | 207 | 137 | 64 |
| Binary | 10000 | 11111001 | 1001001 | 1011110 | 0 | 1000111 | 10 | 10000111 | 1011111 | 110100 |
Color Harmonies of #10F949
Complementary color
Monochromatic Colors of #10F949
Black with #10F949
Text Example
Text Example
White with #10F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F949; }
p { color: rgb(16,249,73); }
H1.HeaderClassName
{
color: #10F949;
}
.AnyTagClassName
{
color: #10F949;
}
</style>
background-color css
<style>
a { background-color: #10F949; }
a { background-color: rgb(16,249,73); }
div.DivClassName
{
background-color: #10F949;
}
.BgClassName
{
background-color: #10F949;
}
</style>
border-color css
<style>
span { border-color: #10F949; }
span { border-color: rgb(16,249,73); }
td.TdClassName
{
border-color: #10F949;
}
.TagClassName
{
border-color: #10F949;
}
</style>