Shades of Malachite #1EF36A
Tints of Malachite #1EF36A
RGB
CMYK
RGB Variations
Color information
#1EF36A (or 0x1EF36A) is known color: Malachite. HEX triplet: 1E, F3 and 6A. RGB value is (30,243,106). Sum of RGB (Red+Green+Blue) = 30+243+106=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF36A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF36A is #E10C95. Grayscale: #A4A4A4. Windows color (decimal): -14748822 or 7009054. OLE color: 7009054.
HSL color Cylindrical-coordinate representation of color #1EF36A: hue angle of 141.41º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF36A is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 106 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.05 |
| HSL | 141.41º | 0.9% | 0.54% | - |
| HSV(B) | 141.41º | 0.88% | 0.95% | - |
| XYZ | 35.19 | 65.42 | 24.41 | - |
| YUV | 163.7 | 95.43 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 106 | 0.88 | 0 | 0.56 | 0.05 | 141.41 | 0.9 | 0.54 |
| Hex | 1E | F3 | 6A | 58 | 0 | 38 | 5 | 8D | 5A | 36 |
| Octal | 36 | 363 | 152 | 130 | 0 | 70 | 5 | 215 | 132 | 66 |
| Binary | 11110 | 11110011 | 1101010 | 1011000 | 0 | 111000 | 101 | 10001101 | 1011010 | 110110 |
Color Harmonies of #1EF36A
Complementary color
Monochromatic Colors of #1EF36A
Black with #1EF36A
Text Example
Text Example
White with #1EF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF36A; }
p { color: rgb(30,243,106); }
H1.HeaderClassName
{
color: #1EF36A;
}
.AnyTagClassName
{
color: #1EF36A;
}
</style>
background-color css
<style>
a { background-color: #1EF36A; }
a { background-color: rgb(30,243,106); }
div.DivClassName
{
background-color: #1EF36A;
}
.BgClassName
{
background-color: #1EF36A;
}
</style>
border-color css
<style>
span { border-color: #1EF36A; }
span { border-color: rgb(30,243,106); }
td.TdClassName
{
border-color: #1EF36A;
}
.TagClassName
{
border-color: #1EF36A;
}
</style>