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