Shades of Malachite #1AD160
Tints of Malachite #1AD160
RGB
CMYK
RGB Variations
Color information
#1AD160 (or 0x1AD160) is known color: Malachite. HEX triplet: 1A, D1 and 60. RGB value is (26,209,96). Sum of RGB (Red+Green+Blue) = 26+209+96=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD160 is #E52E9F. Grayscale: #8D8D8D. Windows color (decimal): -15019680 or 6344986. OLE color: 6344986.
HSL color Cylindrical-coordinate representation of color #1AD160: hue angle of 142.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD160 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 96 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.18 |
| HSL | 142.95º | 0.78% | 0.46% | - |
| HSV(B) | 142.95º | 0.88% | 0.82% | - |
| XYZ | 25.34 | 46.67 | 18.74 | - |
| YUV | 141.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 96 | 0.88 | 0 | 0.54 | 0.18 | 142.95 | 0.78 | 0.46 |
| Hex | 1A | D1 | 60 | 58 | 0 | 36 | 12 | 8F | 4E | 2E |
| Octal | 32 | 321 | 140 | 130 | 0 | 66 | 22 | 217 | 116 | 56 |
| Binary | 11010 | 11010001 | 1100000 | 1011000 | 0 | 110110 | 10010 | 10001111 | 1001110 | 101110 |
Color Harmonies of #1AD160
Complementary color
Monochromatic Colors of #1AD160
Black with #1AD160
Text Example
Text Example
White with #1AD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD160; }
p { color: rgb(26,209,96); }
H1.HeaderClassName
{
color: #1AD160;
}
.AnyTagClassName
{
color: #1AD160;
}
</style>
background-color css
<style>
a { background-color: #1AD160; }
a { background-color: rgb(26,209,96); }
div.DivClassName
{
background-color: #1AD160;
}
.BgClassName
{
background-color: #1AD160;
}
</style>
border-color css
<style>
span { border-color: #1AD160; }
span { border-color: rgb(26,209,96); }
td.TdClassName
{
border-color: #1AD160;
}
.TagClassName
{
border-color: #1AD160;
}
</style>