Shades of Malachite #1ADB5F
Tints of Malachite #1ADB5F
RGB
CMYK
RGB Variations
Color information
#1ADB5F (or 0x1ADB5F) is known color: Malachite. HEX triplet: 1A, DB and 5F. RGB value is (26,219,95). Sum of RGB (Red+Green+Blue) = 26+219+95=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 219 (85.94% from 255 or 64.41% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADB5F is #E524A0. Grayscale: #939393. Windows color (decimal): -15017121 or 6282010. OLE color: 6282010.
HSL color Cylindrical-coordinate representation of color #1ADB5F: hue angle of 141.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB5F is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 95 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.14 |
| HSL | 141.45º | 0.79% | 0.48% | - |
| HSV(B) | 141.45º | 0.88% | 0.86% | - |
| XYZ | 27.82 | 51.71 | 19.34 | - |
| YUV | 147.16 | 98.56 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 95 | 0.88 | 0 | 0.57 | 0.14 | 141.45 | 0.79 | 0.48 |
| Hex | 1A | DB | 5F | 58 | 0 | 39 | E | 8D | 4F | 30 |
| Octal | 32 | 333 | 137 | 130 | 0 | 71 | 16 | 215 | 117 | 60 |
| Binary | 11010 | 11011011 | 1011111 | 1011000 | 0 | 111001 | 1110 | 10001101 | 1001111 | 110000 |
Color Harmonies of #1ADB5F
Complementary color
Monochromatic Colors of #1ADB5F
Black with #1ADB5F
Text Example
Text Example
White with #1ADB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB5F; }
p { color: rgb(26,219,95); }
H1.HeaderClassName
{
color: #1ADB5F;
}
.AnyTagClassName
{
color: #1ADB5F;
}
</style>
background-color css
<style>
a { background-color: #1ADB5F; }
a { background-color: rgb(26,219,95); }
div.DivClassName
{
background-color: #1ADB5F;
}
.BgClassName
{
background-color: #1ADB5F;
}
</style>
border-color css
<style>
span { border-color: #1ADB5F; }
span { border-color: rgb(26,219,95); }
td.TdClassName
{
border-color: #1ADB5F;
}
.TagClassName
{
border-color: #1ADB5F;
}
</style>