Shades of Malachite #1AD866
Tints of Malachite #1AD866
RGB
CMYK
RGB Variations
Color information
#1AD866 (or 0x1AD866) is known color: Malachite. HEX triplet: 1A, D8 and 66. RGB value is (26,216,102). Sum of RGB (Red+Green+Blue) = 26+216+102=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 216 (84.77% from 255 or 62.79% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD866 is #E52799. Grayscale: #929292. Windows color (decimal): -15017882 or 6739994. OLE color: 6739994.
HSL color Cylindrical-coordinate representation of color #1AD866: hue angle of 144º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD866 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 102 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.15 |
| HSL | 144º | 0.79% | 0.47% | - |
| HSV(B) | 144º | 0.88% | 0.85% | - |
| XYZ | 27.38 | 50.29 | 20.83 | - |
| YUV | 146.19 | 103.05 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 102 | 0.88 | 0 | 0.53 | 0.15 | 144 | 0.79 | 0.47 |
| Hex | 1A | D8 | 66 | 58 | 0 | 35 | F | 90 | 4F | 2F |
| Octal | 32 | 330 | 146 | 130 | 0 | 65 | 17 | 220 | 117 | 57 |
| Binary | 11010 | 11011000 | 1100110 | 1011000 | 0 | 110101 | 1111 | 10010000 | 1001111 | 101111 |
Color Harmonies of #1AD866
Complementary color
Monochromatic Colors of #1AD866
Black with #1AD866
Text Example
Text Example
White with #1AD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD866; }
p { color: rgb(26,216,102); }
H1.HeaderClassName
{
color: #1AD866;
}
.AnyTagClassName
{
color: #1AD866;
}
</style>
background-color css
<style>
a { background-color: #1AD866; }
a { background-color: rgb(26,216,102); }
div.DivClassName
{
background-color: #1AD866;
}
.BgClassName
{
background-color: #1AD866;
}
</style>
border-color css
<style>
span { border-color: #1AD866; }
span { border-color: rgb(26,216,102); }
td.TdClassName
{
border-color: #1AD866;
}
.TagClassName
{
border-color: #1AD866;
}
</style>