Shades of Malachite #06E145
Tints of Malachite #06E145
RGB
CMYK
RGB Variations
Color information
#06E145 (or 0x06E145) is known color: Malachite. HEX triplet: 06, E1 and 45. RGB value is (6,225,69). Sum of RGB (Red+Green+Blue) = 6+225+69=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #06E145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E145 is #F91EBA. Grayscale: #8E8E8E. Windows color (decimal): -16326331 or 4579590. OLE color: 4579590.
HSL color Cylindrical-coordinate representation of color #06E145: hue angle of 137.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E145 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 69 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.12 |
| HSL | 137.26º | 0.95% | 0.45% | - |
| HSV(B) | 137.26º | 0.97% | 0.88% | - |
| XYZ | 28.07 | 54.32 | 14.64 | - |
| YUV | 141.74 | 86.95 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 69 | 0.97 | 0 | 0.69 | 0.12 | 137.26 | 0.95 | 0.45 |
| Hex | 6 | E1 | 45 | 61 | 0 | 45 | C | 89 | 5F | 2D |
| Octal | 6 | 341 | 105 | 141 | 0 | 105 | 14 | 211 | 137 | 55 |
| Binary | 110 | 11100001 | 1000101 | 1100001 | 0 | 1000101 | 1100 | 10001001 | 1011111 | 101101 |
Color Harmonies of #06E145
Complementary color
Monochromatic Colors of #06E145
Black with #06E145
Text Example
Text Example
White with #06E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E145; }
p { color: rgb(6,225,69); }
H1.HeaderClassName
{
color: #06E145;
}
.AnyTagClassName
{
color: #06E145;
}
</style>
background-color css
<style>
a { background-color: #06E145; }
a { background-color: rgb(6,225,69); }
div.DivClassName
{
background-color: #06E145;
}
.BgClassName
{
background-color: #06E145;
}
</style>
border-color css
<style>
span { border-color: #06E145; }
span { border-color: rgb(6,225,69); }
td.TdClassName
{
border-color: #06E145;
}
.TagClassName
{
border-color: #06E145;
}
</style>