Shades of Malachite #1AD96A
Tints of Malachite #1AD96A
RGB
CMYK
RGB Variations
Color information
#1AD96A (or 0x1AD96A) is known color: Malachite. HEX triplet: 1A, D9 and 6A. RGB value is (26,217,106). Sum of RGB (Red+Green+Blue) = 26+217+106=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD96A is #E52695. Grayscale: #939393. Windows color (decimal): -15017622 or 7002394. OLE color: 7002394.
HSL color Cylindrical-coordinate representation of color #1AD96A: hue angle of 145.13º 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 #1AD96A is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 106 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.15 |
| HSL | 145.13º | 0.79% | 0.48% | - |
| HSV(B) | 145.13º | 0.88% | 0.85% | - |
| XYZ | 27.84 | 50.89 | 21.99 | - |
| YUV | 147.24 | 104.72 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 106 | 0.88 | 0 | 0.51 | 0.15 | 145.13 | 0.79 | 0.48 |
| Hex | 1A | D9 | 6A | 58 | 0 | 33 | F | 91 | 4F | 30 |
| Octal | 32 | 331 | 152 | 130 | 0 | 63 | 17 | 221 | 117 | 60 |
| Binary | 11010 | 11011001 | 1101010 | 1011000 | 0 | 110011 | 1111 | 10010001 | 1001111 | 110000 |
Color Harmonies of #1AD96A
Complementary color
Monochromatic Colors of #1AD96A
Black with #1AD96A
Text Example
Text Example
White with #1AD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD96A; }
p { color: rgb(26,217,106); }
H1.HeaderClassName
{
color: #1AD96A;
}
.AnyTagClassName
{
color: #1AD96A;
}
</style>
background-color css
<style>
a { background-color: #1AD96A; }
a { background-color: rgb(26,217,106); }
div.DivClassName
{
background-color: #1AD96A;
}
.BgClassName
{
background-color: #1AD96A;
}
</style>
border-color css
<style>
span { border-color: #1AD96A; }
span { border-color: rgb(26,217,106); }
td.TdClassName
{
border-color: #1AD96A;
}
.TagClassName
{
border-color: #1AD96A;
}
</style>