Shades of Malachite #1AD966
Tints of Malachite #1AD966
RGB
CMYK
RGB Variations
Color information
#1AD966 (or 0x1AD966) is known color: Malachite. HEX triplet: 1A, D9 and 66. RGB value is (26,217,102). Sum of RGB (Red+Green+Blue) = 26+217+102=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD966 is #E52699. Grayscale: #939393. Windows color (decimal): -15017626 or 6740250. OLE color: 6740250.
HSL color Cylindrical-coordinate representation of color #1AD966: hue angle of 143.87º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD966 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 102 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.15 |
| HSL | 143.87º | 0.79% | 0.48% | - |
| HSV(B) | 143.87º | 0.88% | 0.85% | - |
| XYZ | 27.64 | 50.8 | 20.92 | - |
| YUV | 146.78 | 102.72 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 102 | 0.88 | 0 | 0.53 | 0.15 | 143.87 | 0.79 | 0.48 |
| Hex | 1A | D9 | 66 | 58 | 0 | 35 | F | 90 | 4F | 30 |
| Octal | 32 | 331 | 146 | 130 | 0 | 65 | 17 | 220 | 117 | 60 |
| Binary | 11010 | 11011001 | 1100110 | 1011000 | 0 | 110101 | 1111 | 10010000 | 1001111 | 110000 |
Color Harmonies of #1AD966
Complementary color
Monochromatic Colors of #1AD966
Black with #1AD966
Text Example
Text Example
White with #1AD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD966; }
p { color: rgb(26,217,102); }
H1.HeaderClassName
{
color: #1AD966;
}
.AnyTagClassName
{
color: #1AD966;
}
</style>
background-color css
<style>
a { background-color: #1AD966; }
a { background-color: rgb(26,217,102); }
div.DivClassName
{
background-color: #1AD966;
}
.BgClassName
{
background-color: #1AD966;
}
</style>
border-color css
<style>
span { border-color: #1AD966; }
span { border-color: rgb(26,217,102); }
td.TdClassName
{
border-color: #1AD966;
}
.TagClassName
{
border-color: #1AD966;
}
</style>