Shades of Malachite #10F84D
Tints of Malachite #10F84D
RGB
CMYK
RGB Variations
Color information
#10F84D (or 0x10F84D) is known color: Malachite. HEX triplet: 10, F8 and 4D. RGB value is (16,248,77). Sum of RGB (Red+Green+Blue) = 16+248+77=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 248 (97.27% from 255 or 72.73% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 248 - color contains mainly: green. Hex color #10F84D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F84D is #EF07B2. Grayscale: #9F9F9F. Windows color (decimal): -15665075 or 5109776. OLE color: 5109776.
HSL color Cylindrical-coordinate representation of color #10F84D: hue angle of 135.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F84D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 77 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.03 |
| HSL | 135.78º | 0.94% | 0.52% | - |
| HSV(B) | 135.78º | 0.94% | 0.97% | - |
| XYZ | 35.12 | 67.78 | 18.25 | - |
| YUV | 159.14 | 81.64 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 77 | 0.94 | 0 | 0.69 | 0.03 | 135.78 | 0.94 | 0.52 |
| Hex | 10 | F8 | 4D | 5E | 0 | 45 | 3 | 88 | 5E | 34 |
| Octal | 20 | 370 | 115 | 136 | 0 | 105 | 3 | 210 | 136 | 64 |
| Binary | 10000 | 11111000 | 1001101 | 1011110 | 0 | 1000101 | 11 | 10001000 | 1011110 | 110100 |
Color Harmonies of #10F84D
Complementary color
Monochromatic Colors of #10F84D
Black with #10F84D
Text Example
Text Example
White with #10F84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F84D; }
p { color: rgb(16,248,77); }
H1.HeaderClassName
{
color: #10F84D;
}
.AnyTagClassName
{
color: #10F84D;
}
</style>
background-color css
<style>
a { background-color: #10F84D; }
a { background-color: rgb(16,248,77); }
div.DivClassName
{
background-color: #10F84D;
}
.BgClassName
{
background-color: #10F84D;
}
</style>
border-color css
<style>
span { border-color: #10F84D; }
span { border-color: rgb(16,248,77); }
td.TdClassName
{
border-color: #10F84D;
}
.TagClassName
{
border-color: #10F84D;
}
</style>