Shades of Malachite #1AD166
Tints of Malachite #1AD166
RGB
CMYK
RGB Variations
Color information
#1AD166 (or 0x1AD166) is known color: Malachite. HEX triplet: 1A, D1 and 66. RGB value is (26,209,102). Sum of RGB (Red+Green+Blue) = 26+209+102=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD166 is #E52E99. Grayscale: #8E8E8E. Windows color (decimal): -15019674 or 6738202. OLE color: 6738202.
HSL color Cylindrical-coordinate representation of color #1AD166: hue angle of 144.92º 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 #1AD166 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 102 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.18 |
| HSL | 144.92º | 0.78% | 0.46% | - |
| HSV(B) | 144.92º | 0.88% | 0.82% | - |
| XYZ | 25.62 | 46.78 | 20.25 | - |
| YUV | 142.09 | 105.37 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 102 | 0.88 | 0 | 0.51 | 0.18 | 144.92 | 0.78 | 0.46 |
| Hex | 1A | D1 | 66 | 58 | 0 | 33 | 12 | 91 | 4E | 2E |
| Octal | 32 | 321 | 146 | 130 | 0 | 63 | 22 | 221 | 116 | 56 |
| Binary | 11010 | 11010001 | 1100110 | 1011000 | 0 | 110011 | 10010 | 10010001 | 1001110 | 101110 |
Color Harmonies of #1AD166
Complementary color
Monochromatic Colors of #1AD166
Black with #1AD166
Text Example
Text Example
White with #1AD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD166; }
p { color: rgb(26,209,102); }
H1.HeaderClassName
{
color: #1AD166;
}
.AnyTagClassName
{
color: #1AD166;
}
</style>
background-color css
<style>
a { background-color: #1AD166; }
a { background-color: rgb(26,209,102); }
div.DivClassName
{
background-color: #1AD166;
}
.BgClassName
{
background-color: #1AD166;
}
</style>
border-color css
<style>
span { border-color: #1AD166; }
span { border-color: rgb(26,209,102); }
td.TdClassName
{
border-color: #1AD166;
}
.TagClassName
{
border-color: #1AD166;
}
</style>