Shades of Malachite #1ADB5C
Tints of Malachite #1ADB5C
RGB
CMYK
RGB Variations
Color information
#1ADB5C (or 0x1ADB5C) is known color: Malachite. HEX triplet: 1A, DB and 5C. RGB value is (26,219,92). Sum of RGB (Red+Green+Blue) = 26+219+92=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADB5C is #E524A3. Grayscale: #939393. Windows color (decimal): -15017124 or 6085402. OLE color: 6085402.
HSL color Cylindrical-coordinate representation of color #1ADB5C: hue angle of 140.52º 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 #1ADB5C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 92 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.14 |
| HSL | 140.52º | 0.79% | 0.48% | - |
| HSV(B) | 140.52º | 0.88% | 0.86% | - |
| XYZ | 27.69 | 51.66 | 18.64 | - |
| YUV | 146.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 92 | 0.88 | 0 | 0.58 | 0.14 | 140.52 | 0.79 | 0.48 |
| Hex | 1A | DB | 5C | 58 | 0 | 3A | E | 8D | 4F | 30 |
| Octal | 32 | 333 | 134 | 130 | 0 | 72 | 16 | 215 | 117 | 60 |
| Binary | 11010 | 11011011 | 1011100 | 1011000 | 0 | 111010 | 1110 | 10001101 | 1001111 | 110000 |
Color Harmonies of #1ADB5C
Complementary color
Monochromatic Colors of #1ADB5C
Black with #1ADB5C
Text Example
Text Example
White with #1ADB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB5C; }
p { color: rgb(26,219,92); }
H1.HeaderClassName
{
color: #1ADB5C;
}
.AnyTagClassName
{
color: #1ADB5C;
}
</style>
background-color css
<style>
a { background-color: #1ADB5C; }
a { background-color: rgb(26,219,92); }
div.DivClassName
{
background-color: #1ADB5C;
}
.BgClassName
{
background-color: #1ADB5C;
}
</style>
border-color css
<style>
span { border-color: #1ADB5C; }
span { border-color: rgb(26,219,92); }
td.TdClassName
{
border-color: #1ADB5C;
}
.TagClassName
{
border-color: #1ADB5C;
}
</style>