Shades of Malachite #10F661
Tints of Malachite #10F661
RGB
CMYK
RGB Variations
Color information
#10F661 (or 0x10F661) is known color: Malachite. HEX triplet: 10, F6 and 61. RGB value is (16,246,97). Sum of RGB (Red+Green+Blue) = 16+246+97=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #10F661 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F661 is #EF099E. Grayscale: #A0A0A0. Windows color (decimal): -15665567 or 6419984. OLE color: 6419984.
HSL color Cylindrical-coordinate representation of color #10F661: hue angle of 141.13º 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 #10F661 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 246 | 97 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.04 |
| HSL | 141.13º | 0.93% | 0.51% | - |
| HSV(B) | 141.13º | 0.93% | 0.96% | - |
| XYZ | 35.33 | 66.88 | 22.36 | - |
| YUV | 160.24 | 92.3 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 246 | 97 | 0.93 | 0 | 0.61 | 0.04 | 141.13 | 0.93 | 0.51 |
| Hex | 10 | F6 | 61 | 5D | 0 | 3D | 4 | 8D | 5D | 33 |
| Octal | 20 | 366 | 141 | 135 | 0 | 75 | 4 | 215 | 135 | 63 |
| Binary | 10000 | 11110110 | 1100001 | 1011101 | 0 | 111101 | 100 | 10001101 | 1011101 | 110011 |
Color Harmonies of #10F661
Complementary color
Monochromatic Colors of #10F661
Black with #10F661
Text Example
Text Example
White with #10F661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F661; }
p { color: rgb(16,246,97); }
H1.HeaderClassName
{
color: #10F661;
}
.AnyTagClassName
{
color: #10F661;
}
</style>
background-color css
<style>
a { background-color: #10F661; }
a { background-color: rgb(16,246,97); }
div.DivClassName
{
background-color: #10F661;
}
.BgClassName
{
background-color: #10F661;
}
</style>
border-color css
<style>
span { border-color: #10F661; }
span { border-color: rgb(16,246,97); }
td.TdClassName
{
border-color: #10F661;
}
.TagClassName
{
border-color: #10F661;
}
</style>