Shades of Malachite #00E666
Tints of Malachite #00E666
RGB
CMYK
RGB Variations
Color information
#00E666 (or 0x00E666) is known color: Malachite. HEX triplet: 00, E6 and 66. RGB value is (0,230,102). Sum of RGB (Red+Green+Blue) = 0+230+102=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #00E666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E666 is #FF1999. Grayscale: #929292. Windows color (decimal): -16718234 or 6743552. OLE color: 6743552.
HSL color Cylindrical-coordinate representation of color #00E666: hue angle of 146.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E666 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 230 | 102 | - |
| CMYK | 1 | 0 | 0.56 | 0.10 |
| HSL | 146.61º | 1% | 0.45% | - |
| HSV(B) | 146.61º | 1% | 0.9% | - |
| XYZ | 30.7 | 57.55 | 22.06 | - |
| YUV | 146.64 | 102.8 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 230 | 102 | 1 | 0 | 0.56 | 0.10 | 146.61 | 1 | 0.45 |
| Hex | 0 | E6 | 66 | 64 | 0 | 38 | A | 93 | 64 | 2D |
| Octal | 0 | 346 | 146 | 144 | 0 | 70 | 12 | 223 | 144 | 55 |
| Binary | 0 | 11100110 | 1100110 | 1100100 | 0 | 111000 | 1010 | 10010011 | 1100100 | 101101 |
Color Harmonies of #00E666
Complementary color
Monochromatic Colors of #00E666
Black with #00E666
Text Example
Text Example
White with #00E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E666; }
p { color: rgb(0,230,102); }
H1.HeaderClassName
{
color: #00E666;
}
.AnyTagClassName
{
color: #00E666;
}
</style>
background-color css
<style>
a { background-color: #00E666; }
a { background-color: rgb(0,230,102); }
div.DivClassName
{
background-color: #00E666;
}
.BgClassName
{
background-color: #00E666;
}
</style>
border-color css
<style>
span { border-color: #00E666; }
span { border-color: rgb(0,230,102); }
td.TdClassName
{
border-color: #00E666;
}
.TagClassName
{
border-color: #00E666;
}
</style>