Shades of Malachite #10FF5D
Tints of Malachite #10FF5D
RGB
CMYK
RGB Variations
Color information
#10FF5D (or 0x10FF5D) is known color: Malachite. HEX triplet: 10, FF and 5D. RGB value is (16,255,93). Sum of RGB (Red+Green+Blue) = 16+255+93=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF5D is #EF00A2. Grayscale: #A5A5A5. Windows color (decimal): -15663267 or 6160144. OLE color: 6160144.
HSL color Cylindrical-coordinate representation of color #10FF5D: hue angle of 139.33º 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 #10FF5D is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 93 | - |
| CMYK | 0.94 | 0 | 0.64 | 0 |
| HSL | 139.33º | 1% | 0.53% | - |
| HSV(B) | 139.33º | 0.94% | 1% | - |
| XYZ | 37.95 | 72.42 | 22.33 | - |
| YUV | 165.07 | 87.32 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 93 | 0.94 | 0 | 0.64 | 0 | 139.33 | 1 | 0.53 |
| Hex | 10 | FF | 5D | 5E | 0 | 40 | 0 | 8B | 64 | 35 |
| Octal | 20 | 377 | 135 | 136 | 0 | 100 | 0 | 213 | 144 | 65 |
| Binary | 10000 | 11111111 | 1011101 | 1011110 | 0 | 1000000 | 0 | 10001011 | 1100100 | 110101 |
Color Harmonies of #10FF5D
Complementary color
Monochromatic Colors of #10FF5D
Black with #10FF5D
Text Example
Text Example
White with #10FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF5D; }
p { color: rgb(16,255,93); }
H1.HeaderClassName
{
color: #10FF5D;
}
.AnyTagClassName
{
color: #10FF5D;
}
</style>
background-color css
<style>
a { background-color: #10FF5D; }
a { background-color: rgb(16,255,93); }
div.DivClassName
{
background-color: #10FF5D;
}
.BgClassName
{
background-color: #10FF5D;
}
</style>
border-color css
<style>
span { border-color: #10FF5D; }
span { border-color: rgb(16,255,93); }
td.TdClassName
{
border-color: #10FF5D;
}
.TagClassName
{
border-color: #10FF5D;
}
</style>