Shades of Malachite #10F642
Tints of Malachite #10F642
RGB
CMYK
RGB Variations
Color information
#10F642 (or 0x10F642) is known color: Malachite. HEX triplet: 10, F6 and 42. RGB value is (16,246,66). Sum of RGB (Red+Green+Blue) = 16+246+66=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #10F642 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F642 is #EF09BD. Grayscale: #9D9D9D. Windows color (decimal): -15665598 or 4388368. OLE color: 4388368.
HSL color Cylindrical-coordinate representation of color #10F642: hue angle of 133.04º degrees, saturation: 0.93, 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 #10F642 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 246 | 66 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.04 |
| HSL | 133.04º | 0.93% | 0.51% | - |
| HSV(B) | 133.04º | 0.93% | 0.96% | - |
| XYZ | 34.15 | 66.42 | 16.17 | - |
| YUV | 156.71 | 76.8 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 246 | 66 | 0.93 | 0 | 0.73 | 0.04 | 133.04 | 0.93 | 0.51 |
| Hex | 10 | F6 | 42 | 5D | 0 | 49 | 4 | 85 | 5D | 33 |
| Octal | 20 | 366 | 102 | 135 | 0 | 111 | 4 | 205 | 135 | 63 |
| Binary | 10000 | 11110110 | 1000010 | 1011101 | 0 | 1001001 | 100 | 10000101 | 1011101 | 110011 |
Color Harmonies of #10F642
Complementary color
Monochromatic Colors of #10F642
Black with #10F642
Text Example
Text Example
White with #10F642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F642; }
p { color: rgb(16,246,66); }
H1.HeaderClassName
{
color: #10F642;
}
.AnyTagClassName
{
color: #10F642;
}
</style>
background-color css
<style>
a { background-color: #10F642; }
a { background-color: rgb(16,246,66); }
div.DivClassName
{
background-color: #10F642;
}
.BgClassName
{
background-color: #10F642;
}
</style>
border-color css
<style>
span { border-color: #10F642; }
span { border-color: rgb(16,246,66); }
td.TdClassName
{
border-color: #10F642;
}
.TagClassName
{
border-color: #10F642;
}
</style>