Shades of Malachite #10FF3E
Tints of Malachite #10FF3E
RGB
CMYK
RGB Variations
Color information
#10FF3E (or 0x10FF3E) is known color: Malachite. HEX triplet: 10, FF and 3E. RGB value is (16,255,62). Sum of RGB (Red+Green+Blue) = 16+255+62=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF3E is #EF00C1. Grayscale: #A2A2A2. Windows color (decimal): -15663298 or 4128528. OLE color: 4128528.
HSL color Cylindrical-coordinate representation of color #10FF3E: hue angle of 131.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF3E is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 62 | - |
| CMYK | 0.94 | 0 | 0.76 | 0 |
| HSL | 131.55º | 1% | 0.53% | - |
| HSV(B) | 131.55º | 0.94% | 1% | - |
| XYZ | 36.84 | 71.98 | 16.51 | - |
| YUV | 161.54 | 71.82 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 62 | 0.94 | 0 | 0.76 | 0 | 131.55 | 1 | 0.53 |
| Hex | 10 | FF | 3E | 5E | 0 | 4C | 0 | 84 | 64 | 35 |
| Octal | 20 | 377 | 76 | 136 | 0 | 114 | 0 | 204 | 144 | 65 |
| Binary | 10000 | 11111111 | 111110 | 1011110 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #10FF3E
Complementary color
Monochromatic Colors of #10FF3E
Black with #10FF3E
Text Example
Text Example
White with #10FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF3E; }
p { color: rgb(16,255,62); }
H1.HeaderClassName
{
color: #10FF3E;
}
.AnyTagClassName
{
color: #10FF3E;
}
</style>
background-color css
<style>
a { background-color: #10FF3E; }
a { background-color: rgb(16,255,62); }
div.DivClassName
{
background-color: #10FF3E;
}
.BgClassName
{
background-color: #10FF3E;
}
</style>
border-color css
<style>
span { border-color: #10FF3E; }
span { border-color: rgb(16,255,62); }
td.TdClassName
{
border-color: #10FF3E;
}
.TagClassName
{
border-color: #10FF3E;
}
</style>