Shades of Malachite #10CE52
Tints of Malachite #10CE52
RGB
CMYK
RGB Variations
Color information
#10CE52 (or 0x10CE52) is known color: Malachite. HEX triplet: 10, CE and 52. RGB value is (16,206,82). Sum of RGB (Red+Green+Blue) = 16+206+82=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CE52 is #EF31AD. Grayscale: #878787. Windows color (decimal): -15675822 or 5426704. OLE color: 5426704.
HSL color Cylindrical-coordinate representation of color #10CE52: hue angle of 140.84º 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 #10CE52 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 82 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.19 |
| HSL | 140.84º | 0.86% | 0.44% | - |
| HSV(B) | 140.84º | 0.92% | 0.81% | - |
| XYZ | 23.81 | 44.86 | 15.39 | - |
| YUV | 135.05 | 98.05 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 82 | 0.92 | 0 | 0.60 | 0.19 | 140.84 | 0.86 | 0.44 |
| Hex | 10 | CE | 52 | 5C | 0 | 3C | 13 | 8D | 56 | 2C |
| Octal | 20 | 316 | 122 | 134 | 0 | 74 | 23 | 215 | 126 | 54 |
| Binary | 10000 | 11001110 | 1010010 | 1011100 | 0 | 111100 | 10011 | 10001101 | 1010110 | 101100 |
Color Harmonies of #10CE52
Complementary color
Monochromatic Colors of #10CE52
Black with #10CE52
Text Example
Text Example
White with #10CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE52; }
p { color: rgb(16,206,82); }
H1.HeaderClassName
{
color: #10CE52;
}
.AnyTagClassName
{
color: #10CE52;
}
</style>
background-color css
<style>
a { background-color: #10CE52; }
a { background-color: rgb(16,206,82); }
div.DivClassName
{
background-color: #10CE52;
}
.BgClassName
{
background-color: #10CE52;
}
</style>
border-color css
<style>
span { border-color: #10CE52; }
span { border-color: rgb(16,206,82); }
td.TdClassName
{
border-color: #10CE52;
}
.TagClassName
{
border-color: #10CE52;
}
</style>