Shades of Malachite #1ADC4E
Tints of Malachite #1ADC4E
RGB
CMYK
RGB Variations
Color information
#1ADC4E (or 0x1ADC4E) is known color: Malachite. HEX triplet: 1A, DC and 4E. RGB value is (26,220,78). Sum of RGB (Red+Green+Blue) = 26+220+78=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC4E is #E523B1. Grayscale: #929292. Windows color (decimal): -15016882 or 5168154. OLE color: 5168154.
HSL color Cylindrical-coordinate representation of color #1ADC4E: hue angle of 136.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC4E is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 78 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.14 |
| HSL | 136.08º | 0.79% | 0.48% | - |
| HSV(B) | 136.08º | 0.88% | 0.86% | - |
| XYZ | 27.39 | 51.96 | 15.79 | - |
| YUV | 145.81 | 89.73 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 78 | 0.88 | 0 | 0.65 | 0.14 | 136.08 | 0.79 | 0.48 |
| Hex | 1A | DC | 4E | 58 | 0 | 41 | E | 88 | 4F | 30 |
| Octal | 32 | 334 | 116 | 130 | 0 | 101 | 16 | 210 | 117 | 60 |
| Binary | 11010 | 11011100 | 1001110 | 1011000 | 0 | 1000001 | 1110 | 10001000 | 1001111 | 110000 |
Color Harmonies of #1ADC4E
Complementary color
Monochromatic Colors of #1ADC4E
Black with #1ADC4E
Text Example
Text Example
White with #1ADC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC4E; }
p { color: rgb(26,220,78); }
H1.HeaderClassName
{
color: #1ADC4E;
}
.AnyTagClassName
{
color: #1ADC4E;
}
</style>
background-color css
<style>
a { background-color: #1ADC4E; }
a { background-color: rgb(26,220,78); }
div.DivClassName
{
background-color: #1ADC4E;
}
.BgClassName
{
background-color: #1ADC4E;
}
</style>
border-color css
<style>
span { border-color: #1ADC4E; }
span { border-color: rgb(26,220,78); }
td.TdClassName
{
border-color: #1ADC4E;
}
.TagClassName
{
border-color: #1ADC4E;
}
</style>