Shades of Malachite #1EF256
Tints of Malachite #1EF256
RGB
CMYK
RGB Variations
Color information
#1EF256 (or 0x1EF256) is known color: Malachite. HEX triplet: 1E, F2 and 56. RGB value is (30,242,86). Sum of RGB (Red+Green+Blue) = 30+242+86=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF256 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF256 is #E10DA9. Grayscale: #A1A1A1. Windows color (decimal): -14749098 or 5698078. OLE color: 5698078.
HSL color Cylindrical-coordinate representation of color #1EF256: hue angle of 135.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF256 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 86 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.05 |
| HSL | 135.85º | 0.89% | 0.53% | - |
| HSV(B) | 135.85º | 0.88% | 0.95% | - |
| XYZ | 33.97 | 64.45 | 19.45 | - |
| YUV | 160.83 | 85.76 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 86 | 0.88 | 0 | 0.64 | 0.05 | 135.85 | 0.89 | 0.53 |
| Hex | 1E | F2 | 56 | 58 | 0 | 40 | 5 | 88 | 59 | 35 |
| Octal | 36 | 362 | 126 | 130 | 0 | 100 | 5 | 210 | 131 | 65 |
| Binary | 11110 | 11110010 | 1010110 | 1011000 | 0 | 1000000 | 101 | 10001000 | 1011001 | 110101 |
Color Harmonies of #1EF256
Complementary color
Monochromatic Colors of #1EF256
Black with #1EF256
Text Example
Text Example
White with #1EF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF256; }
p { color: rgb(30,242,86); }
H1.HeaderClassName
{
color: #1EF256;
}
.AnyTagClassName
{
color: #1EF256;
}
</style>
background-color css
<style>
a { background-color: #1EF256; }
a { background-color: rgb(30,242,86); }
div.DivClassName
{
background-color: #1EF256;
}
.BgClassName
{
background-color: #1EF256;
}
</style>
border-color css
<style>
span { border-color: #1EF256; }
span { border-color: rgb(30,242,86); }
td.TdClassName
{
border-color: #1EF256;
}
.TagClassName
{
border-color: #1EF256;
}
</style>