Shades of Malachite #1EC965
Tints of Malachite #1EC965
RGB
CMYK
RGB Variations
Color information
#1EC965 (or 0x1EC965) is known color: Malachite. HEX triplet: 1E, C9 and 65. RGB value is (30,201,101). Sum of RGB (Red+Green+Blue) = 30+201+101=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC965 is #E1369A. Grayscale: #8A8A8A. Windows color (decimal): -14759579 or 6670622. OLE color: 6670622.
HSL color Cylindrical-coordinate representation of color #1EC965: hue angle of 144.91º 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 #1EC965 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 101 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.21 |
| HSL | 144.91º | 0.74% | 0.45% | - |
| HSV(B) | 144.91º | 0.85% | 0.79% | - |
| XYZ | 23.77 | 42.99 | 19.36 | - |
| YUV | 138.47 | 106.85 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 101 | 0.85 | 0 | 0.50 | 0.21 | 144.91 | 0.74 | 0.45 |
| Hex | 1E | C9 | 65 | 55 | 0 | 32 | 15 | 91 | 4A | 2D |
| Octal | 36 | 311 | 145 | 125 | 0 | 62 | 25 | 221 | 112 | 55 |
| Binary | 11110 | 11001001 | 1100101 | 1010101 | 0 | 110010 | 10101 | 10010001 | 1001010 | 101101 |
Color Harmonies of #1EC965
Complementary color
Monochromatic Colors of #1EC965
Black with #1EC965
Text Example
Text Example
White with #1EC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC965; }
p { color: rgb(30,201,101); }
H1.HeaderClassName
{
color: #1EC965;
}
.AnyTagClassName
{
color: #1EC965;
}
</style>
background-color css
<style>
a { background-color: #1EC965; }
a { background-color: rgb(30,201,101); }
div.DivClassName
{
background-color: #1EC965;
}
.BgClassName
{
background-color: #1EC965;
}
</style>
border-color css
<style>
span { border-color: #1EC965; }
span { border-color: rgb(30,201,101); }
td.TdClassName
{
border-color: #1EC965;
}
.TagClassName
{
border-color: #1EC965;
}
</style>