Shades of Malachite #10FA55
Tints of Malachite #10FA55
RGB
CMYK
RGB Variations
Color information
#10FA55 (or 0x10FA55) is known color: Malachite. HEX triplet: 10, FA and 55. RGB value is (16,250,85). Sum of RGB (Red+Green+Blue) = 16+250+85=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA55 is #EF05AA. Grayscale: #A1A1A1. Windows color (decimal): -15664555 or 5634576. OLE color: 5634576.
HSL color Cylindrical-coordinate representation of color #10FA55: hue angle of 137.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA55 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 85 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.02 |
| HSL | 137.69º | 0.96% | 0.52% | - |
| HSV(B) | 137.69º | 0.94% | 0.98% | - |
| XYZ | 36.04 | 69.14 | 20.04 | - |
| YUV | 161.22 | 84.98 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 85 | 0.94 | 0 | 0.66 | 0.02 | 137.69 | 0.96 | 0.52 |
| Hex | 10 | FA | 55 | 5E | 0 | 42 | 2 | 8A | 60 | 34 |
| Octal | 20 | 372 | 125 | 136 | 0 | 102 | 2 | 212 | 140 | 64 |
| Binary | 10000 | 11111010 | 1010101 | 1011110 | 0 | 1000010 | 10 | 10001010 | 1100000 | 110100 |
Color Harmonies of #10FA55
Complementary color
Monochromatic Colors of #10FA55
Black with #10FA55
Text Example
Text Example
White with #10FA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA55; }
p { color: rgb(16,250,85); }
H1.HeaderClassName
{
color: #10FA55;
}
.AnyTagClassName
{
color: #10FA55;
}
</style>
background-color css
<style>
a { background-color: #10FA55; }
a { background-color: rgb(16,250,85); }
div.DivClassName
{
background-color: #10FA55;
}
.BgClassName
{
background-color: #10FA55;
}
</style>
border-color css
<style>
span { border-color: #10FA55; }
span { border-color: rgb(16,250,85); }
td.TdClassName
{
border-color: #10FA55;
}
.TagClassName
{
border-color: #10FA55;
}
</style>