Shades of Malachite #1AD655
Tints of Malachite #1AD655
RGB
CMYK
RGB Variations
Color information
#1AD655 (or 0x1AD655) is known color: Malachite. HEX triplet: 1A, D6 and 55. RGB value is (26,214,85). Sum of RGB (Red+Green+Blue) = 26+214+85=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD655 is #E529AA. Grayscale: #8F8F8F. Windows color (decimal): -15018411 or 5625370. OLE color: 5625370.
HSL color Cylindrical-coordinate representation of color #1AD655: hue angle of 138.83º 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 #1AD655 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 85 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.16 |
| HSL | 138.83º | 0.78% | 0.47% | - |
| HSV(B) | 138.83º | 0.88% | 0.84% | - |
| XYZ | 26.11 | 48.97 | 16.67 | - |
| YUV | 143.08 | 95.22 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 85 | 0.88 | 0 | 0.60 | 0.16 | 138.83 | 0.78 | 0.47 |
| Hex | 1A | D6 | 55 | 58 | 0 | 3C | 10 | 8B | 4E | 2F |
| Octal | 32 | 326 | 125 | 130 | 0 | 74 | 20 | 213 | 116 | 57 |
| Binary | 11010 | 11010110 | 1010101 | 1011000 | 0 | 111100 | 10000 | 10001011 | 1001110 | 101111 |
Color Harmonies of #1AD655
Complementary color
Monochromatic Colors of #1AD655
Black with #1AD655
Text Example
Text Example
White with #1AD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD655; }
p { color: rgb(26,214,85); }
H1.HeaderClassName
{
color: #1AD655;
}
.AnyTagClassName
{
color: #1AD655;
}
</style>
background-color css
<style>
a { background-color: #1AD655; }
a { background-color: rgb(26,214,85); }
div.DivClassName
{
background-color: #1AD655;
}
.BgClassName
{
background-color: #1AD655;
}
</style>
border-color css
<style>
span { border-color: #1AD655; }
span { border-color: rgb(26,214,85); }
td.TdClassName
{
border-color: #1AD655;
}
.TagClassName
{
border-color: #1AD655;
}
</style>