Shades of Malachite #1ADC78
Tints of Malachite #1ADC78
RGB
CMYK
RGB Variations
Color information
#1ADC78 (or 0x1ADC78) is known color: Malachite. HEX triplet: 1A, DC and 78. RGB value is (26,220,120). Sum of RGB (Red+Green+Blue) = 26+220+120=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC78 is #E52387. Grayscale: #969696. Windows color (decimal): -15016840 or 7920666. OLE color: 7920666.
HSL color Cylindrical-coordinate representation of color #1ADC78: hue angle of 149.07º 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 #1ADC78 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 120 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.14 |
| HSL | 149.07º | 0.79% | 0.48% | - |
| HSV(B) | 149.07º | 0.88% | 0.86% | - |
| XYZ | 29.41 | 52.76 | 26.4 | - |
| YUV | 150.59 | 110.73 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 120 | 0.88 | 0 | 0.45 | 0.14 | 149.07 | 0.79 | 0.48 |
| Hex | 1A | DC | 78 | 58 | 0 | 2D | E | 95 | 4F | 30 |
| Octal | 32 | 334 | 170 | 130 | 0 | 55 | 16 | 225 | 117 | 60 |
| Binary | 11010 | 11011100 | 1111000 | 1011000 | 0 | 101101 | 1110 | 10010101 | 1001111 | 110000 |
Color Harmonies of #1ADC78
Complementary color
Monochromatic Colors of #1ADC78
Black with #1ADC78
Text Example
Text Example
White with #1ADC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC78; }
p { color: rgb(26,220,120); }
H1.HeaderClassName
{
color: #1ADC78;
}
.AnyTagClassName
{
color: #1ADC78;
}
</style>
background-color css
<style>
a { background-color: #1ADC78; }
a { background-color: rgb(26,220,120); }
div.DivClassName
{
background-color: #1ADC78;
}
.BgClassName
{
background-color: #1ADC78;
}
</style>
border-color css
<style>
span { border-color: #1ADC78; }
span { border-color: rgb(26,220,120); }
td.TdClassName
{
border-color: #1ADC78;
}
.TagClassName
{
border-color: #1ADC78;
}
</style>