Shades of Malachite #10F052
Tints of Malachite #10F052
RGB
CMYK
RGB Variations
Color information
#10F052 (or 0x10F052) is known color: Malachite. HEX triplet: 10, F0 and 52. RGB value is (16,240,82). Sum of RGB (Red+Green+Blue) = 16+240+82=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #10F052 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F052 is #EF0FAD. Grayscale: #9B9B9B. Windows color (decimal): -15667118 or 5435408. OLE color: 5435408.
HSL color Cylindrical-coordinate representation of color #10F052: hue angle of 137.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F052 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 82 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.06 |
| HSL | 137.68º | 0.88% | 0.5% | - |
| HSV(B) | 137.68º | 0.93% | 0.94% | - |
| XYZ | 32.9 | 63.04 | 18.42 | - |
| YUV | 155.01 | 86.79 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 82 | 0.93 | 0 | 0.66 | 0.06 | 137.68 | 0.88 | 0.5 |
| Hex | 10 | F0 | 52 | 5D | 0 | 42 | 6 | 8A | 58 | 32 |
| Octal | 20 | 360 | 122 | 135 | 0 | 102 | 6 | 212 | 130 | 62 |
| Binary | 10000 | 11110000 | 1010010 | 1011101 | 0 | 1000010 | 110 | 10001010 | 1011000 | 110010 |
Color Harmonies of #10F052
Complementary color
Monochromatic Colors of #10F052
Black with #10F052
Text Example
Text Example
White with #10F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F052; }
p { color: rgb(16,240,82); }
H1.HeaderClassName
{
color: #10F052;
}
.AnyTagClassName
{
color: #10F052;
}
</style>
background-color css
<style>
a { background-color: #10F052; }
a { background-color: rgb(16,240,82); }
div.DivClassName
{
background-color: #10F052;
}
.BgClassName
{
background-color: #10F052;
}
</style>
border-color css
<style>
span { border-color: #10F052; }
span { border-color: rgb(16,240,82); }
td.TdClassName
{
border-color: #10F052;
}
.TagClassName
{
border-color: #10F052;
}
</style>