Shades of Malachite #10F94D
Tints of Malachite #10F94D
RGB
CMYK
RGB Variations
Color information
#10F94D (or 0x10F94D) is known color: Malachite. HEX triplet: 10, F9 and 4D. RGB value is (16,249,77). Sum of RGB (Red+Green+Blue) = 16+249+77=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #10F94D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F94D is #EF06B2. Grayscale: #A0A0A0. Windows color (decimal): -15664819 or 5110032. OLE color: 5110032.
HSL color Cylindrical-coordinate representation of color #10F94D: hue angle of 135.71º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F94D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 77 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.02 |
| HSL | 135.71º | 0.95% | 0.52% | - |
| HSV(B) | 135.71º | 0.94% | 0.98% | - |
| XYZ | 35.43 | 68.4 | 18.36 | - |
| YUV | 159.73 | 81.31 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 77 | 0.94 | 0 | 0.69 | 0.02 | 135.71 | 0.95 | 0.52 |
| Hex | 10 | F9 | 4D | 5E | 0 | 45 | 2 | 88 | 5F | 34 |
| Octal | 20 | 371 | 115 | 136 | 0 | 105 | 2 | 210 | 137 | 64 |
| Binary | 10000 | 11111001 | 1001101 | 1011110 | 0 | 1000101 | 10 | 10001000 | 1011111 | 110100 |
Color Harmonies of #10F94D
Complementary color
Monochromatic Colors of #10F94D
Black with #10F94D
Text Example
Text Example
White with #10F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F94D; }
p { color: rgb(16,249,77); }
H1.HeaderClassName
{
color: #10F94D;
}
.AnyTagClassName
{
color: #10F94D;
}
</style>
background-color css
<style>
a { background-color: #10F94D; }
a { background-color: rgb(16,249,77); }
div.DivClassName
{
background-color: #10F94D;
}
.BgClassName
{
background-color: #10F94D;
}
</style>
border-color css
<style>
span { border-color: #10F94D; }
span { border-color: rgb(16,249,77); }
td.TdClassName
{
border-color: #10F94D;
}
.TagClassName
{
border-color: #10F94D;
}
</style>