Shades of Malachite #1ADC42
Tints of Malachite #1ADC42
RGB
CMYK
RGB Variations
Color information
#1ADC42 (or 0x1ADC42) is known color: Malachite. HEX triplet: 1A, DC and 42. RGB value is (26,220,66). Sum of RGB (Red+Green+Blue) = 26+220+66=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC42 is #E523BD. Grayscale: #909090. Windows color (decimal): -15016894 or 4381722. OLE color: 4381722.
HSL color Cylindrical-coordinate representation of color #1ADC42: hue angle of 132.37º 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 #1ADC42 is Cyan = 0.88, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 66 | - |
| CMYK | 0.88 | 0 | 0.7 | 0.14 |
| HSL | 132.37º | 0.79% | 0.48% | - |
| HSV(B) | 132.37º | 0.88% | 0.86% | - |
| XYZ | 27 | 51.8 | 13.73 | - |
| YUV | 144.44 | 83.73 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 66 | 0.88 | 0 | 0.7 | 0.14 | 132.37 | 0.79 | 0.48 |
| Hex | 1A | DC | 42 | 58 | 0 | 46 | E | 84 | 4F | 30 |
| Octal | 32 | 334 | 102 | 130 | 0 | 106 | 16 | 204 | 117 | 60 |
| Binary | 11010 | 11011100 | 1000010 | 1011000 | 0 | 1000110 | 1110 | 10000100 | 1001111 | 110000 |
Color Harmonies of #1ADC42
Complementary color
Monochromatic Colors of #1ADC42
Black with #1ADC42
Text Example
Text Example
White with #1ADC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC42; }
p { color: rgb(26,220,66); }
H1.HeaderClassName
{
color: #1ADC42;
}
.AnyTagClassName
{
color: #1ADC42;
}
</style>
background-color css
<style>
a { background-color: #1ADC42; }
a { background-color: rgb(26,220,66); }
div.DivClassName
{
background-color: #1ADC42;
}
.BgClassName
{
background-color: #1ADC42;
}
</style>
border-color css
<style>
span { border-color: #1ADC42; }
span { border-color: rgb(26,220,66); }
td.TdClassName
{
border-color: #1ADC42;
}
.TagClassName
{
border-color: #1ADC42;
}
</style>