Shades of Malachite #1AD560
Tints of Malachite #1AD560
RGB
CMYK
RGB Variations
Color information
#1AD560 (or 0x1AD560) is known color: Malachite. HEX triplet: 1A, D5 and 60. RGB value is (26,213,96). Sum of RGB (Red+Green+Blue) = 26+213+96=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD560 is #E52A9F. Grayscale: #909090. Windows color (decimal): -15018656 or 6346010. OLE color: 6346010.
HSL color Cylindrical-coordinate representation of color #1AD560: hue angle of 142.46º 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 #1AD560 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 96 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.16 |
| HSL | 142.46º | 0.78% | 0.47% | - |
| HSV(B) | 142.46º | 0.88% | 0.84% | - |
| XYZ | 26.33 | 48.65 | 19.07 | - |
| YUV | 143.75 | 101.05 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 96 | 0.88 | 0 | 0.55 | 0.16 | 142.46 | 0.78 | 0.47 |
| Hex | 1A | D5 | 60 | 58 | 0 | 37 | 10 | 8E | 4E | 2F |
| Octal | 32 | 325 | 140 | 130 | 0 | 67 | 20 | 216 | 116 | 57 |
| Binary | 11010 | 11010101 | 1100000 | 1011000 | 0 | 110111 | 10000 | 10001110 | 1001110 | 101111 |
Color Harmonies of #1AD560
Complementary color
Monochromatic Colors of #1AD560
Black with #1AD560
Text Example
Text Example
White with #1AD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD560; }
p { color: rgb(26,213,96); }
H1.HeaderClassName
{
color: #1AD560;
}
.AnyTagClassName
{
color: #1AD560;
}
</style>
background-color css
<style>
a { background-color: #1AD560; }
a { background-color: rgb(26,213,96); }
div.DivClassName
{
background-color: #1AD560;
}
.BgClassName
{
background-color: #1AD560;
}
</style>
border-color css
<style>
span { border-color: #1AD560; }
span { border-color: rgb(26,213,96); }
td.TdClassName
{
border-color: #1AD560;
}
.TagClassName
{
border-color: #1AD560;
}
</style>