Shades of Malachite #1AD963
Tints of Malachite #1AD963
RGB
CMYK
RGB Variations
Color information
#1AD963 (or 0x1AD963) is known color: Malachite. HEX triplet: 1A, D9 and 63. RGB value is (26,217,99). Sum of RGB (Red+Green+Blue) = 26+217+99=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD963 is #E5269C. Grayscale: #929292. Windows color (decimal): -15017629 or 6543642. OLE color: 6543642.
HSL color Cylindrical-coordinate representation of color #1AD963: hue angle of 142.93º 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 #1AD963 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 99 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.15 |
| HSL | 142.93º | 0.79% | 0.48% | - |
| HSV(B) | 142.93º | 0.88% | 0.85% | - |
| XYZ | 27.49 | 50.75 | 20.15 | - |
| YUV | 146.44 | 101.22 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 99 | 0.88 | 0 | 0.54 | 0.15 | 142.93 | 0.79 | 0.48 |
| Hex | 1A | D9 | 63 | 58 | 0 | 36 | F | 8F | 4F | 30 |
| Octal | 32 | 331 | 143 | 130 | 0 | 66 | 17 | 217 | 117 | 60 |
| Binary | 11010 | 11011001 | 1100011 | 1011000 | 0 | 110110 | 1111 | 10001111 | 1001111 | 110000 |
Color Harmonies of #1AD963
Complementary color
Monochromatic Colors of #1AD963
Black with #1AD963
Text Example
Text Example
White with #1AD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD963; }
p { color: rgb(26,217,99); }
H1.HeaderClassName
{
color: #1AD963;
}
.AnyTagClassName
{
color: #1AD963;
}
</style>
background-color css
<style>
a { background-color: #1AD963; }
a { background-color: rgb(26,217,99); }
div.DivClassName
{
background-color: #1AD963;
}
.BgClassName
{
background-color: #1AD963;
}
</style>
border-color css
<style>
span { border-color: #1AD963; }
span { border-color: rgb(26,217,99); }
td.TdClassName
{
border-color: #1AD963;
}
.TagClassName
{
border-color: #1AD963;
}
</style>