Shades of Malachite #1ED14C
Tints of Malachite #1ED14C
RGB
CMYK
RGB Variations
Color information
#1ED14C (or 0x1ED14C) is known color: Malachite. HEX triplet: 1E, D1 and 4C. RGB value is (30,209,76). Sum of RGB (Red+Green+Blue) = 30+209+76=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED14C is #E12EB3. Grayscale: #8C8C8C. Windows color (decimal): -14757556 or 5034270. OLE color: 5034270.
HSL color Cylindrical-coordinate representation of color #1ED14C: hue angle of 135.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED14C is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 76 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.18 |
| HSL | 135.42º | 0.75% | 0.47% | - |
| HSV(B) | 135.42º | 0.86% | 0.82% | - |
| XYZ | 24.64 | 46.4 | 14.49 | - |
| YUV | 140.32 | 91.7 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 76 | 0.86 | 0 | 0.64 | 0.18 | 135.42 | 0.75 | 0.47 |
| Hex | 1E | D1 | 4C | 56 | 0 | 40 | 12 | 87 | 4B | 2F |
| Octal | 36 | 321 | 114 | 126 | 0 | 100 | 22 | 207 | 113 | 57 |
| Binary | 11110 | 11010001 | 1001100 | 1010110 | 0 | 1000000 | 10010 | 10000111 | 1001011 | 101111 |
Color Harmonies of #1ED14C
Complementary color
Monochromatic Colors of #1ED14C
Black with #1ED14C
Text Example
Text Example
White with #1ED14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED14C; }
p { color: rgb(30,209,76); }
H1.HeaderClassName
{
color: #1ED14C;
}
.AnyTagClassName
{
color: #1ED14C;
}
</style>
background-color css
<style>
a { background-color: #1ED14C; }
a { background-color: rgb(30,209,76); }
div.DivClassName
{
background-color: #1ED14C;
}
.BgClassName
{
background-color: #1ED14C;
}
</style>
border-color css
<style>
span { border-color: #1ED14C; }
span { border-color: rgb(30,209,76); }
td.TdClassName
{
border-color: #1ED14C;
}
.TagClassName
{
border-color: #1ED14C;
}
</style>