Shades of Malachite #10FE4C
Tints of Malachite #10FE4C
RGB
CMYK
RGB Variations
Color information
#10FE4C (or 0x10FE4C) is known color: Malachite. HEX triplet: 10, FE and 4C. RGB value is (16,254,76). Sum of RGB (Red+Green+Blue) = 16+254+76=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE4C is #EF01B3. Grayscale: #A3A3A3. Windows color (decimal): -15663540 or 5045776. OLE color: 5045776.
HSL color Cylindrical-coordinate representation of color #10FE4C: hue angle of 135.13º 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 #10FE4C is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 76 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.00 |
| HSL | 135.13º | 0.99% | 0.53% | - |
| HSV(B) | 135.13º | 0.94% | 1% | - |
| XYZ | 36.96 | 71.52 | 18.69 | - |
| YUV | 162.55 | 79.15 | 23.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 76 | 0.94 | 0 | 0.70 | 0.00 | 135.13 | 0.99 | 0.53 |
| Hex | 10 | FE | 4C | 5E | 0 | 46 | 0 | 87 | 63 | 35 |
| Octal | 20 | 376 | 114 | 136 | 0 | 106 | 0 | 207 | 143 | 65 |
| Binary | 10000 | 11111110 | 1001100 | 1011110 | 0 | 1000110 | 0 | 10000111 | 1100011 | 110101 |
Color Harmonies of #10FE4C
Complementary color
Monochromatic Colors of #10FE4C
Black with #10FE4C
Text Example
Text Example
White with #10FE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE4C; }
p { color: rgb(16,254,76); }
H1.HeaderClassName
{
color: #10FE4C;
}
.AnyTagClassName
{
color: #10FE4C;
}
</style>
background-color css
<style>
a { background-color: #10FE4C; }
a { background-color: rgb(16,254,76); }
div.DivClassName
{
background-color: #10FE4C;
}
.BgClassName
{
background-color: #10FE4C;
}
</style>
border-color css
<style>
span { border-color: #10FE4C; }
span { border-color: rgb(16,254,76); }
td.TdClassName
{
border-color: #10FE4C;
}
.TagClassName
{
border-color: #10FE4C;
}
</style>