Shades of Malachite #10CE55
Tints of Malachite #10CE55
RGB
CMYK
RGB Variations
Color information
#10CE55 (or 0x10CE55) is known color: Malachite. HEX triplet: 10, CE and 55. RGB value is (16,206,85). Sum of RGB (Red+Green+Blue) = 16+206+85=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CE55 is #EF31AA. Grayscale: #878787. Windows color (decimal): -15675819 or 5623312. OLE color: 5623312.
HSL color Cylindrical-coordinate representation of color #10CE55: hue angle of 141.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE55 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 85 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.19 |
| HSL | 141.79º | 0.86% | 0.44% | - |
| HSV(B) | 141.79º | 0.92% | 0.81% | - |
| XYZ | 23.92 | 44.91 | 16 | - |
| YUV | 135.4 | 99.55 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 85 | 0.92 | 0 | 0.59 | 0.19 | 141.79 | 0.86 | 0.44 |
| Hex | 10 | CE | 55 | 5C | 0 | 3B | 13 | 8E | 56 | 2C |
| Octal | 20 | 316 | 125 | 134 | 0 | 73 | 23 | 216 | 126 | 54 |
| Binary | 10000 | 11001110 | 1010101 | 1011100 | 0 | 111011 | 10011 | 10001110 | 1010110 | 101100 |
Color Harmonies of #10CE55
Complementary color
Monochromatic Colors of #10CE55
Black with #10CE55
Text Example
Text Example
White with #10CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE55; }
p { color: rgb(16,206,85); }
H1.HeaderClassName
{
color: #10CE55;
}
.AnyTagClassName
{
color: #10CE55;
}
</style>
background-color css
<style>
a { background-color: #10CE55; }
a { background-color: rgb(16,206,85); }
div.DivClassName
{
background-color: #10CE55;
}
.BgClassName
{
background-color: #10CE55;
}
</style>
border-color css
<style>
span { border-color: #10CE55; }
span { border-color: rgb(16,206,85); }
td.TdClassName
{
border-color: #10CE55;
}
.TagClassName
{
border-color: #10CE55;
}
</style>