Shades of Malachite #10C15C
Tints of Malachite #10C15C
RGB
CMYK
RGB Variations
Color information
#10C15C (or 0x10C15C) is known color: Malachite. HEX triplet: 10, C1 and 5C. RGB value is (16,193,92). Sum of RGB (Red+Green+Blue) = 16+193+92=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #10C15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C15C is #EF3EA3. Grayscale: #808080. Windows color (decimal): -15679140 or 6078736. OLE color: 6078736.
HSL color Cylindrical-coordinate representation of color #10C15C: hue angle of 145.76º 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 #10C15C is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 92 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.24 |
| HSL | 145.76º | 0.85% | 0.41% | - |
| HSV(B) | 145.76º | 0.92% | 0.76% | - |
| XYZ | 21.22 | 39.02 | 16.54 | - |
| YUV | 128.56 | 107.36 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 92 | 0.92 | 0 | 0.52 | 0.24 | 145.76 | 0.85 | 0.41 |
| Hex | 10 | C1 | 5C | 5C | 0 | 34 | 18 | 92 | 55 | 29 |
| Octal | 20 | 301 | 134 | 134 | 0 | 64 | 30 | 222 | 125 | 51 |
| Binary | 10000 | 11000001 | 1011100 | 1011100 | 0 | 110100 | 11000 | 10010010 | 1010101 | 101001 |
Color Harmonies of #10C15C
Complementary color
Monochromatic Colors of #10C15C
Black with #10C15C
Text Example
Text Example
White with #10C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C15C; }
p { color: rgb(16,193,92); }
H1.HeaderClassName
{
color: #10C15C;
}
.AnyTagClassName
{
color: #10C15C;
}
</style>
background-color css
<style>
a { background-color: #10C15C; }
a { background-color: rgb(16,193,92); }
div.DivClassName
{
background-color: #10C15C;
}
.BgClassName
{
background-color: #10C15C;
}
</style>
border-color css
<style>
span { border-color: #10C15C; }
span { border-color: rgb(16,193,92); }
td.TdClassName
{
border-color: #10C15C;
}
.TagClassName
{
border-color: #10C15C;
}
</style>