Shades of Malachite #1ECB52
Tints of Malachite #1ECB52
RGB
CMYK
RGB Variations
Color information
#1ECB52 (or 0x1ECB52) is known color: Malachite. HEX triplet: 1E, CB and 52. RGB value is (30,203,82). Sum of RGB (Red+Green+Blue) = 30+203+82=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECB52 is #E134AD. Grayscale: #898989. Windows color (decimal): -14759086 or 5425950. OLE color: 5425950.
HSL color Cylindrical-coordinate representation of color #1ECB52: hue angle of 138.03º 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 #1ECB52 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 82 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.20 |
| HSL | 138.03º | 0.74% | 0.46% | - |
| HSV(B) | 138.03º | 0.85% | 0.8% | - |
| XYZ | 23.41 | 43.6 | 15.16 | - |
| YUV | 137.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 82 | 0.85 | 0 | 0.60 | 0.20 | 138.03 | 0.74 | 0.46 |
| Hex | 1E | CB | 52 | 55 | 0 | 3C | 14 | 8A | 4A | 2E |
| Octal | 36 | 313 | 122 | 125 | 0 | 74 | 24 | 212 | 112 | 56 |
| Binary | 11110 | 11001011 | 1010010 | 1010101 | 0 | 111100 | 10100 | 10001010 | 1001010 | 101110 |
Color Harmonies of #1ECB52
Complementary color
Monochromatic Colors of #1ECB52
Black with #1ECB52
Text Example
Text Example
White with #1ECB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB52; }
p { color: rgb(30,203,82); }
H1.HeaderClassName
{
color: #1ECB52;
}
.AnyTagClassName
{
color: #1ECB52;
}
</style>
background-color css
<style>
a { background-color: #1ECB52; }
a { background-color: rgb(30,203,82); }
div.DivClassName
{
background-color: #1ECB52;
}
.BgClassName
{
background-color: #1ECB52;
}
</style>
border-color css
<style>
span { border-color: #1ECB52; }
span { border-color: rgb(30,203,82); }
td.TdClassName
{
border-color: #1ECB52;
}
.TagClassName
{
border-color: #1ECB52;
}
</style>