Shades of Malachite #10F249
Tints of Malachite #10F249
RGB
CMYK
RGB Variations
Color information
#10F249 (or 0x10F249) is known color: Malachite. HEX triplet: 10, F2 and 49. RGB value is (16,242,73). Sum of RGB (Red+Green+Blue) = 16+242+73=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #10F249 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F249 is #EF0DB6. Grayscale: #9B9B9B. Windows color (decimal): -15666615 or 4846096. OLE color: 4846096.
HSL color Cylindrical-coordinate representation of color #10F249: hue angle of 135.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F249 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 73 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.05 |
| HSL | 135.13º | 0.9% | 0.51% | - |
| HSV(B) | 135.13º | 0.93% | 0.95% | - |
| XYZ | 33.17 | 64.1 | 16.93 | - |
| YUV | 155.16 | 81.63 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 73 | 0.93 | 0 | 0.70 | 0.05 | 135.13 | 0.9 | 0.51 |
| Hex | 10 | F2 | 49 | 5D | 0 | 46 | 5 | 87 | 5A | 33 |
| Octal | 20 | 362 | 111 | 135 | 0 | 106 | 5 | 207 | 132 | 63 |
| Binary | 10000 | 11110010 | 1001001 | 1011101 | 0 | 1000110 | 101 | 10000111 | 1011010 | 110011 |
Color Harmonies of #10F249
Complementary color
Monochromatic Colors of #10F249
Black with #10F249
Text Example
Text Example
White with #10F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F249; }
p { color: rgb(16,242,73); }
H1.HeaderClassName
{
color: #10F249;
}
.AnyTagClassName
{
color: #10F249;
}
</style>
background-color css
<style>
a { background-color: #10F249; }
a { background-color: rgb(16,242,73); }
div.DivClassName
{
background-color: #10F249;
}
.BgClassName
{
background-color: #10F249;
}
</style>
border-color css
<style>
span { border-color: #10F249; }
span { border-color: rgb(16,242,73); }
td.TdClassName
{
border-color: #10F249;
}
.TagClassName
{
border-color: #10F249;
}
</style>