Shades of Malachite #1ADC44
Tints of Malachite #1ADC44
RGB
CMYK
RGB Variations
Color information
#1ADC44 (or 0x1ADC44) is known color: Malachite. HEX triplet: 1A, DC and 44. RGB value is (26,220,68). Sum of RGB (Red+Green+Blue) = 26+220+68=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADC44 is #E523BB. Grayscale: #919191. Windows color (decimal): -15016892 or 4512794. OLE color: 4512794.
HSL color Cylindrical-coordinate representation of color #1ADC44: hue angle of 132.99º 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 #1ADC44 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 68 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.14 |
| HSL | 132.99º | 0.79% | 0.48% | - |
| HSV(B) | 132.99º | 0.88% | 0.86% | - |
| XYZ | 27.06 | 51.82 | 14.05 | - |
| YUV | 144.67 | 84.73 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 68 | 0.88 | 0 | 0.69 | 0.14 | 132.99 | 0.79 | 0.48 |
| Hex | 1A | DC | 44 | 58 | 0 | 45 | E | 85 | 4F | 30 |
| Octal | 32 | 334 | 104 | 130 | 0 | 105 | 16 | 205 | 117 | 60 |
| Binary | 11010 | 11011100 | 1000100 | 1011000 | 0 | 1000101 | 1110 | 10000101 | 1001111 | 110000 |
Color Harmonies of #1ADC44
Complementary color
Monochromatic Colors of #1ADC44
Black with #1ADC44
Text Example
Text Example
White with #1ADC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC44; }
p { color: rgb(26,220,68); }
H1.HeaderClassName
{
color: #1ADC44;
}
.AnyTagClassName
{
color: #1ADC44;
}
</style>
background-color css
<style>
a { background-color: #1ADC44; }
a { background-color: rgb(26,220,68); }
div.DivClassName
{
background-color: #1ADC44;
}
.BgClassName
{
background-color: #1ADC44;
}
</style>
border-color css
<style>
span { border-color: #1ADC44; }
span { border-color: rgb(26,220,68); }
td.TdClassName
{
border-color: #1ADC44;
}
.TagClassName
{
border-color: #1ADC44;
}
</style>