Shades of Malachite #1EFF5A
Tints of Malachite #1EFF5A
RGB
CMYK
RGB Variations
Color information
#1EFF5A (or 0x1EFF5A) is known color: Malachite. HEX triplet: 1E, FF and 5A. RGB value is (30,255,90). Sum of RGB (Red+Green+Blue) = 30+255+90=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFF5A is #E100A5. Grayscale: #A9A9A9. Windows color (decimal): -14745766 or 5963550. OLE color: 5963550.
HSL color Cylindrical-coordinate representation of color #1EFF5A: hue angle of 136º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF5A is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 90 | - |
| CMYK | 0.88 | 0 | 0.65 | 0 |
| HSL | 136º | 1% | 0.56% | - |
| HSV(B) | 136º | 0.88% | 1% | - |
| XYZ | 38.14 | 72.53 | 21.66 | - |
| YUV | 168.92 | 83.46 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 90 | 0.88 | 0 | 0.65 | 0 | 136 | 1 | 0.56 |
| Hex | 1E | FF | 5A | 58 | 0 | 41 | 0 | 88 | 64 | 38 |
| Octal | 36 | 377 | 132 | 130 | 0 | 101 | 0 | 210 | 144 | 70 |
| Binary | 11110 | 11111111 | 1011010 | 1011000 | 0 | 1000001 | 0 | 10001000 | 1100100 | 111000 |
Color Harmonies of #1EFF5A
Complementary color
Monochromatic Colors of #1EFF5A
Black with #1EFF5A
Text Example
Text Example
White with #1EFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF5A; }
p { color: rgb(30,255,90); }
H1.HeaderClassName
{
color: #1EFF5A;
}
.AnyTagClassName
{
color: #1EFF5A;
}
</style>
background-color css
<style>
a { background-color: #1EFF5A; }
a { background-color: rgb(30,255,90); }
div.DivClassName
{
background-color: #1EFF5A;
}
.BgClassName
{
background-color: #1EFF5A;
}
</style>
border-color css
<style>
span { border-color: #1EFF5A; }
span { border-color: rgb(30,255,90); }
td.TdClassName
{
border-color: #1EFF5A;
}
.TagClassName
{
border-color: #1EFF5A;
}
</style>