Shades of Malachite #10FC5D
Tints of Malachite #10FC5D
RGB
CMYK
RGB Variations
Color information
#10FC5D (or 0x10FC5D) is known color: Malachite. HEX triplet: 10, FC and 5D. RGB value is (16,252,93). Sum of RGB (Red+Green+Blue) = 16+252+93=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC5D is #EF03A2. Grayscale: #A3A3A3. Windows color (decimal): -15664035 or 6159376. OLE color: 6159376.
HSL color Cylindrical-coordinate representation of color #10FC5D: hue angle of 139.58º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC5D is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 93 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.01 |
| HSL | 139.58º | 0.98% | 0.53% | - |
| HSV(B) | 139.58º | 0.94% | 0.99% | - |
| XYZ | 37 | 70.52 | 22.02 | - |
| YUV | 163.31 | 88.31 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 93 | 0.94 | 0 | 0.63 | 0.01 | 139.58 | 0.98 | 0.53 |
| Hex | 10 | FC | 5D | 5E | 0 | 3F | 1 | 8C | 62 | 35 |
| Octal | 20 | 374 | 135 | 136 | 0 | 77 | 1 | 214 | 142 | 65 |
| Binary | 10000 | 11111100 | 1011101 | 1011110 | 0 | 111111 | 1 | 10001100 | 1100010 | 110101 |
Color Harmonies of #10FC5D
Complementary color
Monochromatic Colors of #10FC5D
Black with #10FC5D
Text Example
Text Example
White with #10FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC5D; }
p { color: rgb(16,252,93); }
H1.HeaderClassName
{
color: #10FC5D;
}
.AnyTagClassName
{
color: #10FC5D;
}
</style>
background-color css
<style>
a { background-color: #10FC5D; }
a { background-color: rgb(16,252,93); }
div.DivClassName
{
background-color: #10FC5D;
}
.BgClassName
{
background-color: #10FC5D;
}
</style>
border-color css
<style>
span { border-color: #10FC5D; }
span { border-color: rgb(16,252,93); }
td.TdClassName
{
border-color: #10FC5D;
}
.TagClassName
{
border-color: #10FC5D;
}
</style>