Shades of Malachite #10F166
Tints of Malachite #10F166
RGB
CMYK
RGB Variations
Color information
#10F166 (or 0x10F166) is known color: Malachite. HEX triplet: 10, F1 and 66. RGB value is (16,241,102). Sum of RGB (Red+Green+Blue) = 16+241+102=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #10F166 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F166 is #EF0E99. Grayscale: #9E9E9E. Windows color (decimal): -15666842 or 6746384. OLE color: 6746384.
HSL color Cylindrical-coordinate representation of color #10F166: hue angle of 142.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F166 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 102 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.05 |
| HSL | 142.93º | 0.89% | 0.5% | - |
| HSV(B) | 142.93º | 0.93% | 0.95% | - |
| XYZ | 34.07 | 63.98 | 23.12 | - |
| YUV | 157.88 | 96.46 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 102 | 0.93 | 0 | 0.58 | 0.05 | 142.93 | 0.89 | 0.5 |
| Hex | 10 | F1 | 66 | 5D | 0 | 3A | 5 | 8F | 59 | 32 |
| Octal | 20 | 361 | 146 | 135 | 0 | 72 | 5 | 217 | 131 | 62 |
| Binary | 10000 | 11110001 | 1100110 | 1011101 | 0 | 111010 | 101 | 10001111 | 1011001 | 110010 |
Color Harmonies of #10F166
Complementary color
Monochromatic Colors of #10F166
Black with #10F166
Text Example
Text Example
White with #10F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F166; }
p { color: rgb(16,241,102); }
H1.HeaderClassName
{
color: #10F166;
}
.AnyTagClassName
{
color: #10F166;
}
</style>
background-color css
<style>
a { background-color: #10F166; }
a { background-color: rgb(16,241,102); }
div.DivClassName
{
background-color: #10F166;
}
.BgClassName
{
background-color: #10F166;
}
</style>
border-color css
<style>
span { border-color: #10F166; }
span { border-color: rgb(16,241,102); }
td.TdClassName
{
border-color: #10F166;
}
.TagClassName
{
border-color: #10F166;
}
</style>