Shades of Malachite #1ADC47
Tints of Malachite #1ADC47
RGB
CMYK
RGB Variations
Color information
#1ADC47 (or 0x1ADC47) is known color: Malachite. HEX triplet: 1A, DC and 47. RGB value is (26,220,71). Sum of RGB (Red+Green+Blue) = 26+220+71=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC47 is #E523B8. Grayscale: #919191. Windows color (decimal): -15016889 or 4709402. OLE color: 4709402.
HSL color Cylindrical-coordinate representation of color #1ADC47: hue angle of 133.92º 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 #1ADC47 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 71 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.14 |
| HSL | 133.92º | 0.79% | 0.48% | - |
| HSV(B) | 133.92º | 0.88% | 0.86% | - |
| XYZ | 27.16 | 51.86 | 14.54 | - |
| YUV | 145.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 71 | 0.88 | 0 | 0.68 | 0.14 | 133.92 | 0.79 | 0.48 |
| Hex | 1A | DC | 47 | 58 | 0 | 44 | E | 86 | 4F | 30 |
| Octal | 32 | 334 | 107 | 130 | 0 | 104 | 16 | 206 | 117 | 60 |
| Binary | 11010 | 11011100 | 1000111 | 1011000 | 0 | 1000100 | 1110 | 10000110 | 1001111 | 110000 |
Color Harmonies of #1ADC47
Complementary color
Monochromatic Colors of #1ADC47
Black with #1ADC47
Text Example
Text Example
White with #1ADC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC47; }
p { color: rgb(26,220,71); }
H1.HeaderClassName
{
color: #1ADC47;
}
.AnyTagClassName
{
color: #1ADC47;
}
</style>
background-color css
<style>
a { background-color: #1ADC47; }
a { background-color: rgb(26,220,71); }
div.DivClassName
{
background-color: #1ADC47;
}
.BgClassName
{
background-color: #1ADC47;
}
</style>
border-color css
<style>
span { border-color: #1ADC47; }
span { border-color: rgb(26,220,71); }
td.TdClassName
{
border-color: #1ADC47;
}
.TagClassName
{
border-color: #1ADC47;
}
</style>