Shades of Malachite #1ECA64
Tints of Malachite #1ECA64
RGB
CMYK
RGB Variations
Color information
#1ECA64 (or 0x1ECA64) is known color: Malachite. HEX triplet: 1E, CA and 64. RGB value is (30,202,100). Sum of RGB (Red+Green+Blue) = 30+202+100=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECA64 is #E1359B. Grayscale: #8B8B8B. Windows color (decimal): -14759324 or 6605342. OLE color: 6605342.
HSL color Cylindrical-coordinate representation of color #1ECA64: hue angle of 144.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA64 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
RGB | 30 | 202 | 100 | - |
CMYK | 0.85 | 0 | 0.50 | 0.21 |
HSL | 144.42º | 0.74% | 0.45% | - |
HSV(B) | 144.42º | 0.85% | 0.79% | - |
XYZ | 23.96 | 43.44 | 19.18 | - |
YUV | 138.94 | 106.02 | 50.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 202 | 100 | 0.85 | 0 | 0.50 | 0.21 | 144.42 | 0.74 | 0.45 |
Hex | 1E | CA | 64 | 55 | 0 | 32 | 15 | 90 | 4A | 2D |
Octal | 36 | 312 | 144 | 125 | 0 | 62 | 25 | 220 | 112 | 55 |
Binary | 11110 | 11001010 | 1100100 | 1010101 | 0 | 110010 | 10101 | 10010000 | 1001010 | 101101 |
Color Harmonies of #1ECA64
Complementary color
Monochromatic Colors of #1ECA64
Black with #1ECA64
Text Example
Text Example
White with #1ECA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA64; }
p { color: rgb(30,202,100); }
H1.HeaderClassName
{
color: #1ECA64;
}
.AnyTagClassName
{
color: #1ECA64;
}
</style>
background-color css
<style>
a { background-color: #1ECA64; }
a { background-color: rgb(30,202,100); }
div.DivClassName
{
background-color: #1ECA64;
}
.BgClassName
{
background-color: #1ECA64;
}
</style>
border-color css
<style>
span { border-color: #1ECA64; }
span { border-color: rgb(30,202,100); }
td.TdClassName
{
border-color: #1ECA64;
}
.TagClassName
{
border-color: #1ECA64;
}
</style>