Shades of Malachite #10FE4E
Tints of Malachite #10FE4E
RGB
CMYK
RGB Variations
Color information
#10FE4E (or 0x10FE4E) is known color: Malachite. HEX triplet: 10, FE and 4E. RGB value is (16,254,78). Sum of RGB (Red+Green+Blue) = 16+254+78=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FE4E is #EF01B1. Grayscale: #A3A3A3. Windows color (decimal): -15663538 or 5176848. OLE color: 5176848.
HSL color Cylindrical-coordinate representation of color #10FE4E: hue angle of 135.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE4E is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 78 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.00 |
| HSL | 135.63º | 0.99% | 0.53% | - |
| HSV(B) | 135.63º | 0.94% | 1% | - |
| XYZ | 37.03 | 71.54 | 19.07 | - |
| YUV | 162.77 | 80.15 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 78 | 0.94 | 0 | 0.69 | 0.00 | 135.63 | 0.99 | 0.53 |
| Hex | 10 | FE | 4E | 5E | 0 | 45 | 0 | 88 | 63 | 35 |
| Octal | 20 | 376 | 116 | 136 | 0 | 105 | 0 | 210 | 143 | 65 |
| Binary | 10000 | 11111110 | 1001110 | 1011110 | 0 | 1000101 | 0 | 10001000 | 1100011 | 110101 |
Color Harmonies of #10FE4E
Complementary color
Monochromatic Colors of #10FE4E
Black with #10FE4E
Text Example
Text Example
White with #10FE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE4E; }
p { color: rgb(16,254,78); }
H1.HeaderClassName
{
color: #10FE4E;
}
.AnyTagClassName
{
color: #10FE4E;
}
</style>
background-color css
<style>
a { background-color: #10FE4E; }
a { background-color: rgb(16,254,78); }
div.DivClassName
{
background-color: #10FE4E;
}
.BgClassName
{
background-color: #10FE4E;
}
</style>
border-color css
<style>
span { border-color: #10FE4E; }
span { border-color: rgb(16,254,78); }
td.TdClassName
{
border-color: #10FE4E;
}
.TagClassName
{
border-color: #10FE4E;
}
</style>