Shades of Malachite #10CA63
Tints of Malachite #10CA63
RGB
CMYK
RGB Variations
Color information
#10CA63 (or 0x10CA63) is known color: Malachite. HEX triplet: 10, CA and 63. RGB value is (16,202,99). Sum of RGB (Red+Green+Blue) = 16+202+99=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA63 is #EF359C. Grayscale: #868686. Windows color (decimal): -15676829 or 6539792. OLE color: 6539792.
HSL color Cylindrical-coordinate representation of color #10CA63: hue angle of 146.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA63 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 99 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.21 |
| HSL | 146.77º | 0.85% | 0.43% | - |
| HSV(B) | 146.77º | 0.92% | 0.79% | - |
| XYZ | 23.59 | 43.25 | 18.91 | - |
| YUV | 134.64 | 107.88 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 99 | 0.92 | 0 | 0.51 | 0.21 | 146.77 | 0.85 | 0.43 |
| Hex | 10 | CA | 63 | 5C | 0 | 33 | 15 | 93 | 55 | 2B |
| Octal | 20 | 312 | 143 | 134 | 0 | 63 | 25 | 223 | 125 | 53 |
| Binary | 10000 | 11001010 | 1100011 | 1011100 | 0 | 110011 | 10101 | 10010011 | 1010101 | 101011 |
Color Harmonies of #10CA63
Complementary color
Monochromatic Colors of #10CA63
Black with #10CA63
Text Example
Text Example
White with #10CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA63; }
p { color: rgb(16,202,99); }
H1.HeaderClassName
{
color: #10CA63;
}
.AnyTagClassName
{
color: #10CA63;
}
</style>
background-color css
<style>
a { background-color: #10CA63; }
a { background-color: rgb(16,202,99); }
div.DivClassName
{
background-color: #10CA63;
}
.BgClassName
{
background-color: #10CA63;
}
</style>
border-color css
<style>
span { border-color: #10CA63; }
span { border-color: rgb(16,202,99); }
td.TdClassName
{
border-color: #10CA63;
}
.TagClassName
{
border-color: #10CA63;
}
</style>