Shades of Malachite #1ADC60
Tints of Malachite #1ADC60
RGB
CMYK
RGB Variations
Color information
#1ADC60 (or 0x1ADC60) is known color: Malachite. HEX triplet: 1A, DC and 60. RGB value is (26,220,96). Sum of RGB (Red+Green+Blue) = 26+220+96=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC60 is #E5239F. Grayscale: #949494. Windows color (decimal): -15016864 or 6347802. OLE color: 6347802.
HSL color Cylindrical-coordinate representation of color #1ADC60: hue angle of 141.65º 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 #1ADC60 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 96 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.14 |
| HSL | 141.65º | 0.79% | 0.48% | - |
| HSV(B) | 141.65º | 0.88% | 0.86% | - |
| XYZ | 28.13 | 52.25 | 19.67 | - |
| YUV | 147.86 | 98.73 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 96 | 0.88 | 0 | 0.56 | 0.14 | 141.65 | 0.79 | 0.48 |
| Hex | 1A | DC | 60 | 58 | 0 | 38 | E | 8E | 4F | 30 |
| Octal | 32 | 334 | 140 | 130 | 0 | 70 | 16 | 216 | 117 | 60 |
| Binary | 11010 | 11011100 | 1100000 | 1011000 | 0 | 111000 | 1110 | 10001110 | 1001111 | 110000 |
Color Harmonies of #1ADC60
Complementary color
Monochromatic Colors of #1ADC60
Black with #1ADC60
Text Example
Text Example
White with #1ADC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC60; }
p { color: rgb(26,220,96); }
H1.HeaderClassName
{
color: #1ADC60;
}
.AnyTagClassName
{
color: #1ADC60;
}
</style>
background-color css
<style>
a { background-color: #1ADC60; }
a { background-color: rgb(26,220,96); }
div.DivClassName
{
background-color: #1ADC60;
}
.BgClassName
{
background-color: #1ADC60;
}
</style>
border-color css
<style>
span { border-color: #1ADC60; }
span { border-color: rgb(26,220,96); }
td.TdClassName
{
border-color: #1ADC60;
}
.TagClassName
{
border-color: #1ADC60;
}
</style>