Shades of Malachite #1AD66D
Tints of Malachite #1AD66D
RGB
CMYK
RGB Variations
Color information
#1AD66D (or 0x1AD66D) is known color: Malachite. HEX triplet: 1A, D6 and 6D. RGB value is (26,214,109). Sum of RGB (Red+Green+Blue) = 26+214+109=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD66D is #E52992. Grayscale: #929292. Windows color (decimal): -15018387 or 7198234. OLE color: 7198234.
HSL color Cylindrical-coordinate representation of color #1AD66D: hue angle of 146.49º 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 #1AD66D is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 109 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.16 |
| HSL | 146.49º | 0.78% | 0.47% | - |
| HSV(B) | 146.49º | 0.88% | 0.84% | - |
| XYZ | 27.23 | 49.42 | 22.57 | - |
| YUV | 145.82 | 107.22 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 109 | 0.88 | 0 | 0.49 | 0.16 | 146.49 | 0.78 | 0.47 |
| Hex | 1A | D6 | 6D | 58 | 0 | 31 | 10 | 92 | 4E | 2F |
| Octal | 32 | 326 | 155 | 130 | 0 | 61 | 20 | 222 | 116 | 57 |
| Binary | 11010 | 11010110 | 1101101 | 1011000 | 0 | 110001 | 10000 | 10010010 | 1001110 | 101111 |
Color Harmonies of #1AD66D
Complementary color
Monochromatic Colors of #1AD66D
Black with #1AD66D
Text Example
Text Example
White with #1AD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD66D; }
p { color: rgb(26,214,109); }
H1.HeaderClassName
{
color: #1AD66D;
}
.AnyTagClassName
{
color: #1AD66D;
}
</style>
background-color css
<style>
a { background-color: #1AD66D; }
a { background-color: rgb(26,214,109); }
div.DivClassName
{
background-color: #1AD66D;
}
.BgClassName
{
background-color: #1AD66D;
}
</style>
border-color css
<style>
span { border-color: #1AD66D; }
span { border-color: rgb(26,214,109); }
td.TdClassName
{
border-color: #1AD66D;
}
.TagClassName
{
border-color: #1AD66D;
}
</style>