Shades of Malachite #10F84C
Tints of Malachite #10F84C
RGB
CMYK
RGB Variations
Color information
#10F84C (or 0x10F84C) is known color: Malachite. HEX triplet: 10, F8 and 4C. RGB value is (16,248,76). Sum of RGB (Red+Green+Blue) = 16+248+76=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 248 (97.27% from 255 or 72.94% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 248 - color contains mainly: green. Hex color #10F84C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F84C is #EF07B3. Grayscale: #9F9F9F. Windows color (decimal): -15665076 or 5044240. OLE color: 5044240.
HSL color Cylindrical-coordinate representation of color #10F84C: hue angle of 135.52º 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 #10F84C is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 76 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.03 |
| HSL | 135.52º | 0.94% | 0.52% | - |
| HSV(B) | 135.52º | 0.94% | 0.97% | - |
| XYZ | 35.09 | 67.77 | 18.07 | - |
| YUV | 159.02 | 81.14 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 76 | 0.94 | 0 | 0.69 | 0.03 | 135.52 | 0.94 | 0.52 |
| Hex | 10 | F8 | 4C | 5E | 0 | 45 | 3 | 88 | 5E | 34 |
| Octal | 20 | 370 | 114 | 136 | 0 | 105 | 3 | 210 | 136 | 64 |
| Binary | 10000 | 11111000 | 1001100 | 1011110 | 0 | 1000101 | 11 | 10001000 | 1011110 | 110100 |
Color Harmonies of #10F84C
Complementary color
Monochromatic Colors of #10F84C
Black with #10F84C
Text Example
Text Example
White with #10F84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F84C; }
p { color: rgb(16,248,76); }
H1.HeaderClassName
{
color: #10F84C;
}
.AnyTagClassName
{
color: #10F84C;
}
</style>
background-color css
<style>
a { background-color: #10F84C; }
a { background-color: rgb(16,248,76); }
div.DivClassName
{
background-color: #10F84C;
}
.BgClassName
{
background-color: #10F84C;
}
</style>
border-color css
<style>
span { border-color: #10F84C; }
span { border-color: rgb(16,248,76); }
td.TdClassName
{
border-color: #10F84C;
}
.TagClassName
{
border-color: #10F84C;
}
</style>