Shades of Malachite #10D55C
Tints of Malachite #10D55C
RGB
CMYK
RGB Variations
Color information
#10D55C (or 0x10D55C) is known color: Malachite. HEX triplet: 10, D5 and 5C. RGB value is (16,213,92). Sum of RGB (Red+Green+Blue) = 16+213+92=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #10D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D55C is #EF2AA3. Grayscale: #8C8C8C. Windows color (decimal): -15674020 or 6083856. OLE color: 6083856.
HSL color Cylindrical-coordinate representation of color #10D55C: hue angle of 143.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D55C is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 92 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.16 |
| HSL | 143.15º | 0.86% | 0.45% | - |
| HSV(B) | 143.15º | 0.92% | 0.84% | - |
| XYZ | 25.94 | 48.47 | 18.11 | - |
| YUV | 140.3 | 100.73 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 92 | 0.92 | 0 | 0.57 | 0.16 | 143.15 | 0.86 | 0.45 |
| Hex | 10 | D5 | 5C | 5C | 0 | 39 | 10 | 8F | 56 | 2D |
| Octal | 20 | 325 | 134 | 134 | 0 | 71 | 20 | 217 | 126 | 55 |
| Binary | 10000 | 11010101 | 1011100 | 1011100 | 0 | 111001 | 10000 | 10001111 | 1010110 | 101101 |
Color Harmonies of #10D55C
Complementary color
Monochromatic Colors of #10D55C
Black with #10D55C
Text Example
Text Example
White with #10D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D55C; }
p { color: rgb(16,213,92); }
H1.HeaderClassName
{
color: #10D55C;
}
.AnyTagClassName
{
color: #10D55C;
}
</style>
background-color css
<style>
a { background-color: #10D55C; }
a { background-color: rgb(16,213,92); }
div.DivClassName
{
background-color: #10D55C;
}
.BgClassName
{
background-color: #10D55C;
}
</style>
border-color css
<style>
span { border-color: #10D55C; }
span { border-color: rgb(16,213,92); }
td.TdClassName
{
border-color: #10D55C;
}
.TagClassName
{
border-color: #10D55C;
}
</style>