Shades of Malachite #10CC62
Tints of Malachite #10CC62
RGB
CMYK
RGB Variations
Color information
#10CC62 (or 0x10CC62) is known color: Malachite. HEX triplet: 10, CC and 62. RGB value is (16,204,98). Sum of RGB (Red+Green+Blue) = 16+204+98=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC62 is #EF339D. Grayscale: #878787. Windows color (decimal): -15676318 or 6474768. OLE color: 6474768.
HSL color Cylindrical-coordinate representation of color #10CC62: hue angle of 146.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC62 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 98 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.2 |
| HSL | 146.17º | 0.85% | 0.43% | - |
| HSV(B) | 146.17º | 0.92% | 0.8% | - |
| XYZ | 24.01 | 44.18 | 18.82 | - |
| YUV | 135.7 | 106.72 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 98 | 0.92 | 0 | 0.52 | 0.2 | 146.17 | 0.85 | 0.43 |
| Hex | 10 | CC | 62 | 5C | 0 | 34 | 14 | 92 | 55 | 2B |
| Octal | 20 | 314 | 142 | 134 | 0 | 64 | 24 | 222 | 125 | 53 |
| Binary | 10000 | 11001100 | 1100010 | 1011100 | 0 | 110100 | 10100 | 10010010 | 1010101 | 101011 |
Color Harmonies of #10CC62
Complementary color
Monochromatic Colors of #10CC62
Black with #10CC62
Text Example
Text Example
White with #10CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC62; }
p { color: rgb(16,204,98); }
H1.HeaderClassName
{
color: #10CC62;
}
.AnyTagClassName
{
color: #10CC62;
}
</style>
background-color css
<style>
a { background-color: #10CC62; }
a { background-color: rgb(16,204,98); }
div.DivClassName
{
background-color: #10CC62;
}
.BgClassName
{
background-color: #10CC62;
}
</style>
border-color css
<style>
span { border-color: #10CC62; }
span { border-color: rgb(16,204,98); }
td.TdClassName
{
border-color: #10CC62;
}
.TagClassName
{
border-color: #10CC62;
}
</style>