Shades of Malachite #10F040
Tints of Malachite #10F040
RGB
CMYK
RGB Variations
Color information
#10F040 (or 0x10F040) is known color: Malachite. HEX triplet: 10, F0 and 40. RGB value is (16,240,64). Sum of RGB (Red+Green+Blue) = 16+240+64=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #10F040 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F040 is #EF0FBF. Grayscale: #999999. Windows color (decimal): -15667136 or 4255760. OLE color: 4255760.
HSL color Cylindrical-coordinate representation of color #10F040: hue angle of 132.86º 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 #10F040 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 64 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.06 |
| HSL | 132.86º | 0.88% | 0.5% | - |
| HSV(B) | 132.86º | 0.93% | 0.94% | - |
| XYZ | 32.3 | 62.8 | 15.27 | - |
| YUV | 152.96 | 77.79 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 64 | 0.93 | 0 | 0.73 | 0.06 | 132.86 | 0.88 | 0.5 |
| Hex | 10 | F0 | 40 | 5D | 0 | 49 | 6 | 85 | 58 | 32 |
| Octal | 20 | 360 | 100 | 135 | 0 | 111 | 6 | 205 | 130 | 62 |
| Binary | 10000 | 11110000 | 1000000 | 1011101 | 0 | 1001001 | 110 | 10000101 | 1011000 | 110010 |
Color Harmonies of #10F040
Complementary color
Monochromatic Colors of #10F040
Black with #10F040
Text Example
Text Example
White with #10F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F040; }
p { color: rgb(16,240,64); }
H1.HeaderClassName
{
color: #10F040;
}
.AnyTagClassName
{
color: #10F040;
}
</style>
background-color css
<style>
a { background-color: #10F040; }
a { background-color: rgb(16,240,64); }
div.DivClassName
{
background-color: #10F040;
}
.BgClassName
{
background-color: #10F040;
}
</style>
border-color css
<style>
span { border-color: #10F040; }
span { border-color: rgb(16,240,64); }
td.TdClassName
{
border-color: #10F040;
}
.TagClassName
{
border-color: #10F040;
}
</style>