Shades of Malachite #10FE3C
Tints of Malachite #10FE3C
RGB
CMYK
RGB Variations
Color information
#10FE3C (or 0x10FE3C) is known color: Malachite. HEX triplet: 10, FE and 3C. RGB value is (16,254,60). Sum of RGB (Red+Green+Blue) = 16+254+60=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE3C is #EF01C3. Grayscale: #A1A1A1. Windows color (decimal): -15663556 or 3997200. OLE color: 3997200.
HSL color Cylindrical-coordinate representation of color #10FE3C: hue angle of 131.09º 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 #10FE3C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 60 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.00 |
| HSL | 131.09º | 0.99% | 0.53% | - |
| HSV(B) | 131.09º | 0.94% | 1% | - |
| XYZ | 36.47 | 71.32 | 16.12 | - |
| YUV | 160.72 | 71.15 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 60 | 0.94 | 0 | 0.76 | 0.00 | 131.09 | 0.99 | 0.53 |
| Hex | 10 | FE | 3C | 5E | 0 | 4C | 0 | 83 | 63 | 35 |
| Octal | 20 | 376 | 74 | 136 | 0 | 114 | 0 | 203 | 143 | 65 |
| Binary | 10000 | 11111110 | 111100 | 1011110 | 0 | 1001100 | 0 | 10000011 | 1100011 | 110101 |
Color Harmonies of #10FE3C
Complementary color
Monochromatic Colors of #10FE3C
Black with #10FE3C
Text Example
Text Example
White with #10FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE3C; }
p { color: rgb(16,254,60); }
H1.HeaderClassName
{
color: #10FE3C;
}
.AnyTagClassName
{
color: #10FE3C;
}
</style>
background-color css
<style>
a { background-color: #10FE3C; }
a { background-color: rgb(16,254,60); }
div.DivClassName
{
background-color: #10FE3C;
}
.BgClassName
{
background-color: #10FE3C;
}
</style>
border-color css
<style>
span { border-color: #10FE3C; }
span { border-color: rgb(16,254,60); }
td.TdClassName
{
border-color: #10FE3C;
}
.TagClassName
{
border-color: #10FE3C;
}
</style>