Shades of Malachite #1EC350
Tints of Malachite #1EC350
RGB
CMYK
RGB Variations
Color information
#1EC350 (or 0x1EC350) is known color: Malachite. HEX triplet: 1E, C3 and 50. RGB value is (30,195,80). Sum of RGB (Red+Green+Blue) = 30+195+80=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC350 is #E13CAF. Grayscale: #848484. Windows color (decimal): -14761136 or 5292830. OLE color: 5292830.
HSL color Cylindrical-coordinate representation of color #1EC350: hue angle of 138.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC350 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 80 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.24 |
| HSL | 138.18º | 0.73% | 0.44% | - |
| HSV(B) | 138.18º | 0.85% | 0.76% | - |
| XYZ | 21.5 | 39.89 | 14.15 | - |
| YUV | 132.56 | 98.34 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 80 | 0.85 | 0 | 0.59 | 0.24 | 138.18 | 0.73 | 0.44 |
| Hex | 1E | C3 | 50 | 55 | 0 | 3B | 18 | 8A | 49 | 2C |
| Octal | 36 | 303 | 120 | 125 | 0 | 73 | 30 | 212 | 111 | 54 |
| Binary | 11110 | 11000011 | 1010000 | 1010101 | 0 | 111011 | 11000 | 10001010 | 1001001 | 101100 |
Color Harmonies of #1EC350
Complementary color
Monochromatic Colors of #1EC350
Black with #1EC350
Text Example
Text Example
White with #1EC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC350; }
p { color: rgb(30,195,80); }
H1.HeaderClassName
{
color: #1EC350;
}
.AnyTagClassName
{
color: #1EC350;
}
</style>
background-color css
<style>
a { background-color: #1EC350; }
a { background-color: rgb(30,195,80); }
div.DivClassName
{
background-color: #1EC350;
}
.BgClassName
{
background-color: #1EC350;
}
</style>
border-color css
<style>
span { border-color: #1EC350; }
span { border-color: rgb(30,195,80); }
td.TdClassName
{
border-color: #1EC350;
}
.TagClassName
{
border-color: #1EC350;
}
</style>