Shades of Malachite #10F552
Tints of Malachite #10F552
RGB
CMYK
RGB Variations
Color information
#10F552 (or 0x10F552) is known color: Malachite. HEX triplet: 10, F5 and 52. RGB value is (16,245,82). Sum of RGB (Red+Green+Blue) = 16+245+82=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 245 (96.09% from 255 or 71.43% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 245 - color contains mainly: green. Hex color #10F552 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F552 is #EF0AAD. Grayscale: #9E9E9E. Windows color (decimal): -15665838 or 5436688. OLE color: 5436688.
HSL color Cylindrical-coordinate representation of color #10F552: hue angle of 137.29º 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 #10F552 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 82 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.04 |
| HSL | 137.29º | 0.92% | 0.51% | - |
| HSV(B) | 137.29º | 0.93% | 0.96% | - |
| XYZ | 34.39 | 66.02 | 18.91 | - |
| YUV | 157.95 | 85.13 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 82 | 0.93 | 0 | 0.67 | 0.04 | 137.29 | 0.92 | 0.51 |
| Hex | 10 | F5 | 52 | 5D | 0 | 43 | 4 | 89 | 5C | 33 |
| Octal | 20 | 365 | 122 | 135 | 0 | 103 | 4 | 211 | 134 | 63 |
| Binary | 10000 | 11110101 | 1010010 | 1011101 | 0 | 1000011 | 100 | 10001001 | 1011100 | 110011 |
Color Harmonies of #10F552
Complementary color
Monochromatic Colors of #10F552
Black with #10F552
Text Example
Text Example
White with #10F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F552; }
p { color: rgb(16,245,82); }
H1.HeaderClassName
{
color: #10F552;
}
.AnyTagClassName
{
color: #10F552;
}
</style>
background-color css
<style>
a { background-color: #10F552; }
a { background-color: rgb(16,245,82); }
div.DivClassName
{
background-color: #10F552;
}
.BgClassName
{
background-color: #10F552;
}
</style>
border-color css
<style>
span { border-color: #10F552; }
span { border-color: rgb(16,245,82); }
td.TdClassName
{
border-color: #10F552;
}
.TagClassName
{
border-color: #10F552;
}
</style>