Shades of Malachite #06E144
Tints of Malachite #06E144
RGB
CMYK
RGB Variations
Color information
#06E144 (or 0x06E144) is known color: Malachite. HEX triplet: 06, E1 and 44. RGB value is (6,225,68). Sum of RGB (Red+Green+Blue) = 6+225+68=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #06E144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E144 is #F91EBB. Grayscale: #8E8E8E. Windows color (decimal): -16326332 or 4514054. OLE color: 4514054.
HSL color Cylindrical-coordinate representation of color #06E144: hue angle of 136.99º 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 #06E144 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 68 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.12 |
| HSL | 136.99º | 0.95% | 0.45% | - |
| HSV(B) | 136.99º | 0.97% | 0.88% | - |
| XYZ | 28.04 | 54.31 | 14.47 | - |
| YUV | 141.62 | 86.45 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 68 | 0.97 | 0 | 0.70 | 0.12 | 136.99 | 0.95 | 0.45 |
| Hex | 6 | E1 | 44 | 61 | 0 | 46 | C | 89 | 5F | 2D |
| Octal | 6 | 341 | 104 | 141 | 0 | 106 | 14 | 211 | 137 | 55 |
| Binary | 110 | 11100001 | 1000100 | 1100001 | 0 | 1000110 | 1100 | 10001001 | 1011111 | 101101 |
Color Harmonies of #06E144
Complementary color
Monochromatic Colors of #06E144
Black with #06E144
Text Example
Text Example
White with #06E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E144; }
p { color: rgb(6,225,68); }
H1.HeaderClassName
{
color: #06E144;
}
.AnyTagClassName
{
color: #06E144;
}
</style>
background-color css
<style>
a { background-color: #06E144; }
a { background-color: rgb(6,225,68); }
div.DivClassName
{
background-color: #06E144;
}
.BgClassName
{
background-color: #06E144;
}
</style>
border-color css
<style>
span { border-color: #06E144; }
span { border-color: rgb(6,225,68); }
td.TdClassName
{
border-color: #06E144;
}
.TagClassName
{
border-color: #06E144;
}
</style>