Shades of Malachite #1ADC56
Tints of Malachite #1ADC56
RGB
CMYK
RGB Variations
Color information
#1ADC56 (or 0x1ADC56) is known color: Malachite. HEX triplet: 1A, DC and 56. RGB value is (26,220,86). Sum of RGB (Red+Green+Blue) = 26+220+86=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC56 is #E523A9. Grayscale: #939393. Windows color (decimal): -15016874 or 5692442. OLE color: 5692442.
HSL color Cylindrical-coordinate representation of color #1ADC56: hue angle of 138.56º 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 #1ADC56 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 86 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.14 |
| HSL | 138.56º | 0.79% | 0.48% | - |
| HSV(B) | 138.56º | 0.88% | 0.86% | - |
| XYZ | 27.7 | 52.08 | 17.4 | - |
| YUV | 146.72 | 93.73 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 86 | 0.88 | 0 | 0.61 | 0.14 | 138.56 | 0.79 | 0.48 |
| Hex | 1A | DC | 56 | 58 | 0 | 3D | E | 8B | 4F | 30 |
| Octal | 32 | 334 | 126 | 130 | 0 | 75 | 16 | 213 | 117 | 60 |
| Binary | 11010 | 11011100 | 1010110 | 1011000 | 0 | 111101 | 1110 | 10001011 | 1001111 | 110000 |
Color Harmonies of #1ADC56
Complementary color
Monochromatic Colors of #1ADC56
Black with #1ADC56
Text Example
Text Example
White with #1ADC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC56; }
p { color: rgb(26,220,86); }
H1.HeaderClassName
{
color: #1ADC56;
}
.AnyTagClassName
{
color: #1ADC56;
}
</style>
background-color css
<style>
a { background-color: #1ADC56; }
a { background-color: rgb(26,220,86); }
div.DivClassName
{
background-color: #1ADC56;
}
.BgClassName
{
background-color: #1ADC56;
}
</style>
border-color css
<style>
span { border-color: #1ADC56; }
span { border-color: rgb(26,220,86); }
td.TdClassName
{
border-color: #1ADC56;
}
.TagClassName
{
border-color: #1ADC56;
}
</style>