Shades of Malachite #1EE964
Tints of Malachite #1EE964
RGB
CMYK
RGB Variations
Color information
#1EE964 (or 0x1EE964) is known color: Malachite. HEX triplet: 1E, E9 and 64. RGB value is (30,233,100). Sum of RGB (Red+Green+Blue) = 30+233+100=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 233 (91.41% from 255 or 64.19% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EE964 is #E1169B. Grayscale: #9D9D9D. Windows color (decimal): -14751388 or 6613278. OLE color: 6613278.
HSL color Cylindrical-coordinate representation of color #1EE964: hue angle of 140.69º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE964 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 100 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.09 |
| HSL | 140.69º | 0.82% | 0.52% | - |
| HSV(B) | 140.69º | 0.87% | 0.91% | - |
| XYZ | 31.97 | 59.47 | 21.85 | - |
| YUV | 157.14 | 95.75 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 100 | 0.87 | 0 | 0.57 | 0.09 | 140.69 | 0.82 | 0.52 |
| Hex | 1E | E9 | 64 | 57 | 0 | 39 | 9 | 8D | 52 | 34 |
| Octal | 36 | 351 | 144 | 127 | 0 | 71 | 11 | 215 | 122 | 64 |
| Binary | 11110 | 11101001 | 1100100 | 1010111 | 0 | 111001 | 1001 | 10001101 | 1010010 | 110100 |
Color Harmonies of #1EE964
Complementary color
Monochromatic Colors of #1EE964
Black with #1EE964
Text Example
Text Example
White with #1EE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE964; }
p { color: rgb(30,233,100); }
H1.HeaderClassName
{
color: #1EE964;
}
.AnyTagClassName
{
color: #1EE964;
}
</style>
background-color css
<style>
a { background-color: #1EE964; }
a { background-color: rgb(30,233,100); }
div.DivClassName
{
background-color: #1EE964;
}
.BgClassName
{
background-color: #1EE964;
}
</style>
border-color css
<style>
span { border-color: #1EE964; }
span { border-color: rgb(30,233,100); }
td.TdClassName
{
border-color: #1EE964;
}
.TagClassName
{
border-color: #1EE964;
}
</style>