Shades of Malachite #1EDF5A
Tints of Malachite #1EDF5A
RGB
CMYK
RGB Variations
Color information
#1EDF5A (or 0x1EDF5A) is known color: Malachite. HEX triplet: 1E, DF and 5A. RGB value is (30,223,90). Sum of RGB (Red+Green+Blue) = 30+223+90=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDF5A is #E120A5. Grayscale: #969696. Windows color (decimal): -14753958 or 5955358. OLE color: 5955358.
HSL color Cylindrical-coordinate representation of color #1EDF5A: hue angle of 138.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF5A is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 90 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.13 |
| HSL | 138.65º | 0.76% | 0.5% | - |
| HSV(B) | 138.65º | 0.87% | 0.87% | - |
| XYZ | 28.77 | 53.79 | 18.54 | - |
| YUV | 150.13 | 94.06 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 90 | 0.87 | 0 | 0.60 | 0.13 | 138.65 | 0.76 | 0.5 |
| Hex | 1E | DF | 5A | 57 | 0 | 3C | D | 8B | 4C | 32 |
| Octal | 36 | 337 | 132 | 127 | 0 | 74 | 15 | 213 | 114 | 62 |
| Binary | 11110 | 11011111 | 1011010 | 1010111 | 0 | 111100 | 1101 | 10001011 | 1001100 | 110010 |
Color Harmonies of #1EDF5A
Complementary color
Monochromatic Colors of #1EDF5A
Black with #1EDF5A
Text Example
Text Example
White with #1EDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF5A; }
p { color: rgb(30,223,90); }
H1.HeaderClassName
{
color: #1EDF5A;
}
.AnyTagClassName
{
color: #1EDF5A;
}
</style>
background-color css
<style>
a { background-color: #1EDF5A; }
a { background-color: rgb(30,223,90); }
div.DivClassName
{
background-color: #1EDF5A;
}
.BgClassName
{
background-color: #1EDF5A;
}
</style>
border-color css
<style>
span { border-color: #1EDF5A; }
span { border-color: rgb(30,223,90); }
td.TdClassName
{
border-color: #1EDF5A;
}
.TagClassName
{
border-color: #1EDF5A;
}
</style>