Shades of Malachite #1ADB47
Tints of Malachite #1ADB47
RGB
CMYK
RGB Variations
Color information
#1ADB47 (or 0x1ADB47) is known color: Malachite. HEX triplet: 1A, DB and 47. RGB value is (26,219,71). Sum of RGB (Red+Green+Blue) = 26+219+71=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 219 (85.94% from 255 or 69.30% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADB47 is #E524B8. Grayscale: #909090. Windows color (decimal): -15017145 or 4709146. OLE color: 4709146.
HSL color Cylindrical-coordinate representation of color #1ADB47: hue angle of 133.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 #1ADB47 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 71 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.14 |
| HSL | 133.99º | 0.79% | 0.48% | - |
| HSV(B) | 133.99º | 0.88% | 0.86% | - |
| XYZ | 26.89 | 51.34 | 14.45 | - |
| YUV | 144.42 | 86.56 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 71 | 0.88 | 0 | 0.68 | 0.14 | 133.99 | 0.79 | 0.48 |
| Hex | 1A | DB | 47 | 58 | 0 | 44 | E | 86 | 4F | 30 |
| Octal | 32 | 333 | 107 | 130 | 0 | 104 | 16 | 206 | 117 | 60 |
| Binary | 11010 | 11011011 | 1000111 | 1011000 | 0 | 1000100 | 1110 | 10000110 | 1001111 | 110000 |
Color Harmonies of #1ADB47
Complementary color
Monochromatic Colors of #1ADB47
Black with #1ADB47
Text Example
Text Example
White with #1ADB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB47; }
p { color: rgb(26,219,71); }
H1.HeaderClassName
{
color: #1ADB47;
}
.AnyTagClassName
{
color: #1ADB47;
}
</style>
background-color css
<style>
a { background-color: #1ADB47; }
a { background-color: rgb(26,219,71); }
div.DivClassName
{
background-color: #1ADB47;
}
.BgClassName
{
background-color: #1ADB47;
}
</style>
border-color css
<style>
span { border-color: #1ADB47; }
span { border-color: rgb(26,219,71); }
td.TdClassName
{
border-color: #1ADB47;
}
.TagClassName
{
border-color: #1ADB47;
}
</style>