Shades of Malachite #10C264
Tints of Malachite #10C264
RGB
CMYK
RGB Variations
Color information
#10C264 (or 0x10C264) is known color: Malachite. HEX triplet: 10, C2 and 64. RGB value is (16,194,100). Sum of RGB (Red+Green+Blue) = 16+194+100=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #10C264 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C264 is #EF3D9B. Grayscale: #828282. Windows color (decimal): -15678876 or 6603280. OLE color: 6603280.
HSL color Cylindrical-coordinate representation of color #10C264: hue angle of 148.31º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C264 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 100 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.24 |
| HSL | 148.31º | 0.85% | 0.41% | - |
| HSV(B) | 148.31º | 0.92% | 0.76% | - |
| XYZ | 21.81 | 39.61 | 18.55 | - |
| YUV | 130.06 | 111.03 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 100 | 0.92 | 0 | 0.48 | 0.24 | 148.31 | 0.85 | 0.41 |
| Hex | 10 | C2 | 64 | 5C | 0 | 30 | 18 | 94 | 55 | 29 |
| Octal | 20 | 302 | 144 | 134 | 0 | 60 | 30 | 224 | 125 | 51 |
| Binary | 10000 | 11000010 | 1100100 | 1011100 | 0 | 110000 | 11000 | 10010100 | 1010101 | 101001 |
Color Harmonies of #10C264
Complementary color
Monochromatic Colors of #10C264
Black with #10C264
Text Example
Text Example
White with #10C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C264; }
p { color: rgb(16,194,100); }
H1.HeaderClassName
{
color: #10C264;
}
.AnyTagClassName
{
color: #10C264;
}
</style>
background-color css
<style>
a { background-color: #10C264; }
a { background-color: rgb(16,194,100); }
div.DivClassName
{
background-color: #10C264;
}
.BgClassName
{
background-color: #10C264;
}
</style>
border-color css
<style>
span { border-color: #10C264; }
span { border-color: rgb(16,194,100); }
td.TdClassName
{
border-color: #10C264;
}
.TagClassName
{
border-color: #10C264;
}
</style>