Shades of Malachite #1ADC6B
Tints of Malachite #1ADC6B
RGB
CMYK
RGB Variations
Color information
#1ADC6B (or 0x1ADC6B) is known color: Malachite. HEX triplet: 1A, DC and 6B. RGB value is (26,220,107). Sum of RGB (Red+Green+Blue) = 26+220+107=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC6B is #E52394. Grayscale: #959595. Windows color (decimal): -15016853 or 7068698. OLE color: 7068698.
HSL color Cylindrical-coordinate representation of color #1ADC6B: hue angle of 145.05º 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 #1ADC6B is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 107 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.14 |
| HSL | 145.05º | 0.79% | 0.48% | - |
| HSV(B) | 145.05º | 0.88% | 0.86% | - |
| XYZ | 28.67 | 52.47 | 22.53 | - |
| YUV | 149.11 | 104.23 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 107 | 0.88 | 0 | 0.51 | 0.14 | 145.05 | 0.79 | 0.48 |
| Hex | 1A | DC | 6B | 58 | 0 | 33 | E | 91 | 4F | 30 |
| Octal | 32 | 334 | 153 | 130 | 0 | 63 | 16 | 221 | 117 | 60 |
| Binary | 11010 | 11011100 | 1101011 | 1011000 | 0 | 110011 | 1110 | 10010001 | 1001111 | 110000 |
Color Harmonies of #1ADC6B
Complementary color
Monochromatic Colors of #1ADC6B
Black with #1ADC6B
Text Example
Text Example
White with #1ADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC6B; }
p { color: rgb(26,220,107); }
H1.HeaderClassName
{
color: #1ADC6B;
}
.AnyTagClassName
{
color: #1ADC6B;
}
</style>
background-color css
<style>
a { background-color: #1ADC6B; }
a { background-color: rgb(26,220,107); }
div.DivClassName
{
background-color: #1ADC6B;
}
.BgClassName
{
background-color: #1ADC6B;
}
</style>
border-color css
<style>
span { border-color: #1ADC6B; }
span { border-color: rgb(26,220,107); }
td.TdClassName
{
border-color: #1ADC6B;
}
.TagClassName
{
border-color: #1ADC6B;
}
</style>