Shades of Malachite #1AD766
Tints of Malachite #1AD766
RGB
CMYK
RGB Variations
Color information
#1AD766 (or 0x1AD766) is known color: Malachite. HEX triplet: 1A, D7 and 66. RGB value is (26,215,102). Sum of RGB (Red+Green+Blue) = 26+215+102=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD766 is #E52899. Grayscale: #919191. Windows color (decimal): -15018138 or 6739738. OLE color: 6739738.
HSL color Cylindrical-coordinate representation of color #1AD766: hue angle of 144.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD766 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 102 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.16 |
| HSL | 144.13º | 0.78% | 0.47% | - |
| HSV(B) | 144.13º | 0.88% | 0.84% | - |
| XYZ | 27.12 | 49.78 | 20.75 | - |
| YUV | 145.61 | 103.38 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 102 | 0.88 | 0 | 0.53 | 0.16 | 144.13 | 0.78 | 0.47 |
| Hex | 1A | D7 | 66 | 58 | 0 | 35 | 10 | 90 | 4E | 2F |
| Octal | 32 | 327 | 146 | 130 | 0 | 65 | 20 | 220 | 116 | 57 |
| Binary | 11010 | 11010111 | 1100110 | 1011000 | 0 | 110101 | 10000 | 10010000 | 1001110 | 101111 |
Color Harmonies of #1AD766
Complementary color
Monochromatic Colors of #1AD766
Black with #1AD766
Text Example
Text Example
White with #1AD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD766; }
p { color: rgb(26,215,102); }
H1.HeaderClassName
{
color: #1AD766;
}
.AnyTagClassName
{
color: #1AD766;
}
</style>
background-color css
<style>
a { background-color: #1AD766; }
a { background-color: rgb(26,215,102); }
div.DivClassName
{
background-color: #1AD766;
}
.BgClassName
{
background-color: #1AD766;
}
</style>
border-color css
<style>
span { border-color: #1AD766; }
span { border-color: rgb(26,215,102); }
td.TdClassName
{
border-color: #1AD766;
}
.TagClassName
{
border-color: #1AD766;
}
</style>