Shades of Malachite #10CA60
Tints of Malachite #10CA60
RGB
CMYK
RGB Variations
Color information
#10CA60 (or 0x10CA60) is known color: Malachite. HEX triplet: 10, CA and 60. RGB value is (16,202,96). Sum of RGB (Red+Green+Blue) = 16+202+96=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA60 is #EF359F. Grayscale: #868686. Windows color (decimal): -15676832 or 6343184. OLE color: 6343184.
HSL color Cylindrical-coordinate representation of color #10CA60: hue angle of 145.81º 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 #10CA60 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 96 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.21 |
| HSL | 145.81º | 0.85% | 0.43% | - |
| HSV(B) | 145.81º | 0.92% | 0.79% | - |
| XYZ | 23.45 | 43.2 | 18.17 | - |
| YUV | 134.3 | 106.38 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 96 | 0.92 | 0 | 0.52 | 0.21 | 145.81 | 0.85 | 0.43 |
| Hex | 10 | CA | 60 | 5C | 0 | 34 | 15 | 92 | 55 | 2B |
| Octal | 20 | 312 | 140 | 134 | 0 | 64 | 25 | 222 | 125 | 53 |
| Binary | 10000 | 11001010 | 1100000 | 1011100 | 0 | 110100 | 10101 | 10010010 | 1010101 | 101011 |
Color Harmonies of #10CA60
Complementary color
Monochromatic Colors of #10CA60
Black with #10CA60
Text Example
Text Example
White with #10CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA60; }
p { color: rgb(16,202,96); }
H1.HeaderClassName
{
color: #10CA60;
}
.AnyTagClassName
{
color: #10CA60;
}
</style>
background-color css
<style>
a { background-color: #10CA60; }
a { background-color: rgb(16,202,96); }
div.DivClassName
{
background-color: #10CA60;
}
.BgClassName
{
background-color: #10CA60;
}
</style>
border-color css
<style>
span { border-color: #10CA60; }
span { border-color: rgb(16,202,96); }
td.TdClassName
{
border-color: #10CA60;
}
.TagClassName
{
border-color: #10CA60;
}
</style>