Shades of Malachite #1EE66A
Tints of Malachite #1EE66A
RGB
CMYK
RGB Variations
Color information
#1EE66A (or 0x1EE66A) is known color: Malachite. HEX triplet: 1E, E6 and 6A. RGB value is (30,230,106). Sum of RGB (Red+Green+Blue) = 30+230+106=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE66A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EE66A is #E11995. Grayscale: #9C9C9C. Windows color (decimal): -14752150 or 7005726. OLE color: 7005726.
HSL color Cylindrical-coordinate representation of color #1EE66A: hue angle of 142.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE66A is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 230 | 106 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.10 |
| HSL | 142.8º | 0.8% | 0.51% | - |
| HSV(B) | 142.8º | 0.87% | 0.9% | - |
| XYZ | 31.43 | 57.91 | 23.16 | - |
| YUV | 156.06 | 99.74 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 230 | 106 | 0.87 | 0 | 0.54 | 0.10 | 142.8 | 0.8 | 0.51 |
| Hex | 1E | E6 | 6A | 57 | 0 | 36 | A | 8F | 50 | 33 |
| Octal | 36 | 346 | 152 | 127 | 0 | 66 | 12 | 217 | 120 | 63 |
| Binary | 11110 | 11100110 | 1101010 | 1010111 | 0 | 110110 | 1010 | 10001111 | 1010000 | 110011 |
Color Harmonies of #1EE66A
Complementary color
Monochromatic Colors of #1EE66A
Black with #1EE66A
Text Example
Text Example
White with #1EE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE66A; }
p { color: rgb(30,230,106); }
H1.HeaderClassName
{
color: #1EE66A;
}
.AnyTagClassName
{
color: #1EE66A;
}
</style>
background-color css
<style>
a { background-color: #1EE66A; }
a { background-color: rgb(30,230,106); }
div.DivClassName
{
background-color: #1EE66A;
}
.BgClassName
{
background-color: #1EE66A;
}
</style>
border-color css
<style>
span { border-color: #1EE66A; }
span { border-color: rgb(30,230,106); }
td.TdClassName
{
border-color: #1EE66A;
}
.TagClassName
{
border-color: #1EE66A;
}
</style>