Shades of Malachite #1ADC52
Tints of Malachite #1ADC52
RGB
CMYK
RGB Variations
Color information
#1ADC52 (or 0x1ADC52) is known color: Malachite. HEX triplet: 1A, DC and 52. RGB value is (26,220,82). Sum of RGB (Red+Green+Blue) = 26+220+82=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADC52 is #E523AD. Grayscale: #929292. Windows color (decimal): -15016878 or 5430298. OLE color: 5430298.
HSL color Cylindrical-coordinate representation of color #1ADC52: hue angle of 137.32º 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 #1ADC52 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 82 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.14 |
| HSL | 137.32º | 0.79% | 0.48% | - |
| HSV(B) | 137.32º | 0.88% | 0.86% | - |
| XYZ | 27.54 | 52.02 | 16.57 | - |
| YUV | 146.26 | 91.73 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 82 | 0.88 | 0 | 0.63 | 0.14 | 137.32 | 0.79 | 0.48 |
| Hex | 1A | DC | 52 | 58 | 0 | 3F | E | 89 | 4F | 30 |
| Octal | 32 | 334 | 122 | 130 | 0 | 77 | 16 | 211 | 117 | 60 |
| Binary | 11010 | 11011100 | 1010010 | 1011000 | 0 | 111111 | 1110 | 10001001 | 1001111 | 110000 |
Color Harmonies of #1ADC52
Complementary color
Monochromatic Colors of #1ADC52
Black with #1ADC52
Text Example
Text Example
White with #1ADC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC52; }
p { color: rgb(26,220,82); }
H1.HeaderClassName
{
color: #1ADC52;
}
.AnyTagClassName
{
color: #1ADC52;
}
</style>
background-color css
<style>
a { background-color: #1ADC52; }
a { background-color: rgb(26,220,82); }
div.DivClassName
{
background-color: #1ADC52;
}
.BgClassName
{
background-color: #1ADC52;
}
</style>
border-color css
<style>
span { border-color: #1ADC52; }
span { border-color: rgb(26,220,82); }
td.TdClassName
{
border-color: #1ADC52;
}
.TagClassName
{
border-color: #1ADC52;
}
</style>