Shades of Malachite #10F14D
Tints of Malachite #10F14D
RGB
CMYK
RGB Variations
Color information
#10F14D (or 0x10F14D) is known color: Malachite. HEX triplet: 10, F1 and 4D. RGB value is (16,241,77). Sum of RGB (Red+Green+Blue) = 16+241+77=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #10F14D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F14D is #EF0EB2. Grayscale: #9B9B9B. Windows color (decimal): -15666867 or 5107984. OLE color: 5107984.
HSL color Cylindrical-coordinate representation of color #10F14D: hue angle of 136.27º 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 #10F14D is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 77 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.05 |
| HSL | 136.27º | 0.89% | 0.5% | - |
| HSV(B) | 136.27º | 0.93% | 0.95% | - |
| XYZ | 33.01 | 63.56 | 17.55 | - |
| YUV | 155.03 | 83.96 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 77 | 0.93 | 0 | 0.68 | 0.05 | 136.27 | 0.89 | 0.5 |
| Hex | 10 | F1 | 4D | 5D | 0 | 44 | 5 | 88 | 59 | 32 |
| Octal | 20 | 361 | 115 | 135 | 0 | 104 | 5 | 210 | 131 | 62 |
| Binary | 10000 | 11110001 | 1001101 | 1011101 | 0 | 1000100 | 101 | 10001000 | 1011001 | 110010 |
Color Harmonies of #10F14D
Complementary color
Monochromatic Colors of #10F14D
Black with #10F14D
Text Example
Text Example
White with #10F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F14D; }
p { color: rgb(16,241,77); }
H1.HeaderClassName
{
color: #10F14D;
}
.AnyTagClassName
{
color: #10F14D;
}
</style>
background-color css
<style>
a { background-color: #10F14D; }
a { background-color: rgb(16,241,77); }
div.DivClassName
{
background-color: #10F14D;
}
.BgClassName
{
background-color: #10F14D;
}
</style>
border-color css
<style>
span { border-color: #10F14D; }
span { border-color: rgb(16,241,77); }
td.TdClassName
{
border-color: #10F14D;
}
.TagClassName
{
border-color: #10F14D;
}
</style>