Shades of Malachite #10D05D
Tints of Malachite #10D05D
RGB
CMYK
RGB Variations
Color information
#10D05D (or 0x10D05D) is known color: Malachite. HEX triplet: 10, D0 and 5D. RGB value is (16,208,93). Sum of RGB (Red+Green+Blue) = 16+208+93=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #10D05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D05D is #EF2FA2. Grayscale: #898989. Windows color (decimal): -15675299 or 6148112. OLE color: 6148112.
HSL color Cylindrical-coordinate representation of color #10D05D: hue angle of 144.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D05D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 93 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.18 |
| HSL | 144.06º | 0.86% | 0.44% | - |
| HSV(B) | 144.06º | 0.92% | 0.82% | - |
| XYZ | 24.75 | 46.01 | 17.93 | - |
| YUV | 137.48 | 102.89 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 93 | 0.92 | 0 | 0.55 | 0.18 | 144.06 | 0.86 | 0.44 |
| Hex | 10 | D0 | 5D | 5C | 0 | 37 | 12 | 90 | 56 | 2C |
| Octal | 20 | 320 | 135 | 134 | 0 | 67 | 22 | 220 | 126 | 54 |
| Binary | 10000 | 11010000 | 1011101 | 1011100 | 0 | 110111 | 10010 | 10010000 | 1010110 | 101100 |
Color Harmonies of #10D05D
Complementary color
Monochromatic Colors of #10D05D
Black with #10D05D
Text Example
Text Example
White with #10D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D05D; }
p { color: rgb(16,208,93); }
H1.HeaderClassName
{
color: #10D05D;
}
.AnyTagClassName
{
color: #10D05D;
}
</style>
background-color css
<style>
a { background-color: #10D05D; }
a { background-color: rgb(16,208,93); }
div.DivClassName
{
background-color: #10D05D;
}
.BgClassName
{
background-color: #10D05D;
}
</style>
border-color css
<style>
span { border-color: #10D05D; }
span { border-color: rgb(16,208,93); }
td.TdClassName
{
border-color: #10D05D;
}
.TagClassName
{
border-color: #10D05D;
}
</style>