Shades of Malachite #06C15F
Tints of Malachite #06C15F
RGB
CMYK
RGB Variations
Color information
#06C15F (or 0x06C15F) is known color: Malachite. HEX triplet: 06, C1 and 5F. RGB value is (6,193,95). Sum of RGB (Red+Green+Blue) = 6+193+95=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #06C15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C15F is #F93EA0. Grayscale: #7E7E7E. Windows color (decimal): -16334497 or 6275334. OLE color: 6275334.
HSL color Cylindrical-coordinate representation of color #06C15F: hue angle of 148.56º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C15F is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 95 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.24 |
| HSL | 148.56º | 0.94% | 0.39% | - |
| HSV(B) | 148.56º | 0.97% | 0.76% | - |
| XYZ | 21.21 | 39 | 17.24 | - |
| YUV | 125.92 | 110.55 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 95 | 0.97 | 0 | 0.51 | 0.24 | 148.56 | 0.94 | 0.39 |
| Hex | 6 | C1 | 5F | 61 | 0 | 33 | 18 | 95 | 5E | 27 |
| Octal | 6 | 301 | 137 | 141 | 0 | 63 | 30 | 225 | 136 | 47 |
| Binary | 110 | 11000001 | 1011111 | 1100001 | 0 | 110011 | 11000 | 10010101 | 1011110 | 100111 |
Color Harmonies of #06C15F
Complementary color
Monochromatic Colors of #06C15F
Black with #06C15F
Text Example
Text Example
White with #06C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C15F; }
p { color: rgb(6,193,95); }
H1.HeaderClassName
{
color: #06C15F;
}
.AnyTagClassName
{
color: #06C15F;
}
</style>
background-color css
<style>
a { background-color: #06C15F; }
a { background-color: rgb(6,193,95); }
div.DivClassName
{
background-color: #06C15F;
}
.BgClassName
{
background-color: #06C15F;
}
</style>
border-color css
<style>
span { border-color: #06C15F; }
span { border-color: rgb(6,193,95); }
td.TdClassName
{
border-color: #06C15F;
}
.TagClassName
{
border-color: #06C15F;
}
</style>