Shades of Malachite #1ECC45
Tints of Malachite #1ECC45
RGB
CMYK
RGB Variations
Color information
#1ECC45 (or 0x1ECC45) is known color: Malachite. HEX triplet: 1E, CC and 45. RGB value is (30,204,69). Sum of RGB (Red+Green+Blue) = 30+204+69=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC45 is #E133BA. Grayscale: #888888. Windows color (decimal): -14758843 or 4574238. OLE color: 4574238.
HSL color Cylindrical-coordinate representation of color #1ECC45: hue angle of 133.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC45 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 69 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.2 |
| HSL | 133.45º | 0.74% | 0.46% | - |
| HSV(B) | 133.45º | 0.85% | 0.8% | - |
| XYZ | 23.2 | 43.89 | 12.88 | - |
| YUV | 136.58 | 89.85 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 69 | 0.85 | 0 | 0.66 | 0.2 | 133.45 | 0.74 | 0.46 |
| Hex | 1E | CC | 45 | 55 | 0 | 42 | 14 | 85 | 4A | 2E |
| Octal | 36 | 314 | 105 | 125 | 0 | 102 | 24 | 205 | 112 | 56 |
| Binary | 11110 | 11001100 | 1000101 | 1010101 | 0 | 1000010 | 10100 | 10000101 | 1001010 | 101110 |
Color Harmonies of #1ECC45
Complementary color
Monochromatic Colors of #1ECC45
Black with #1ECC45
Text Example
Text Example
White with #1ECC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC45; }
p { color: rgb(30,204,69); }
H1.HeaderClassName
{
color: #1ECC45;
}
.AnyTagClassName
{
color: #1ECC45;
}
</style>
background-color css
<style>
a { background-color: #1ECC45; }
a { background-color: rgb(30,204,69); }
div.DivClassName
{
background-color: #1ECC45;
}
.BgClassName
{
background-color: #1ECC45;
}
</style>
border-color css
<style>
span { border-color: #1ECC45; }
span { border-color: rgb(30,204,69); }
td.TdClassName
{
border-color: #1ECC45;
}
.TagClassName
{
border-color: #1ECC45;
}
</style>