Shades of Malachite #1ADB69
Tints of Malachite #1ADB69
RGB
CMYK
RGB Variations
Color information
#1ADB69 (or 0x1ADB69) is known color: Malachite. HEX triplet: 1A, DB and 69. RGB value is (26,219,105). Sum of RGB (Red+Green+Blue) = 26+219+105=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADB69 is #E52496. Grayscale: #949494. Windows color (decimal): -15017111 or 6937370. OLE color: 6937370.
HSL color Cylindrical-coordinate representation of color #1ADB69: hue angle of 144.56º 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 #1ADB69 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 105 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.14 |
| HSL | 144.56º | 0.79% | 0.48% | - |
| HSV(B) | 144.56º | 0.88% | 0.86% | - |
| XYZ | 28.31 | 51.9 | 21.89 | - |
| YUV | 148.3 | 103.56 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 105 | 0.88 | 0 | 0.52 | 0.14 | 144.56 | 0.79 | 0.48 |
| Hex | 1A | DB | 69 | 58 | 0 | 34 | E | 91 | 4F | 30 |
| Octal | 32 | 333 | 151 | 130 | 0 | 64 | 16 | 221 | 117 | 60 |
| Binary | 11010 | 11011011 | 1101001 | 1011000 | 0 | 110100 | 1110 | 10010001 | 1001111 | 110000 |
Color Harmonies of #1ADB69
Complementary color
Monochromatic Colors of #1ADB69
Black with #1ADB69
Text Example
Text Example
White with #1ADB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB69; }
p { color: rgb(26,219,105); }
H1.HeaderClassName
{
color: #1ADB69;
}
.AnyTagClassName
{
color: #1ADB69;
}
</style>
background-color css
<style>
a { background-color: #1ADB69; }
a { background-color: rgb(26,219,105); }
div.DivClassName
{
background-color: #1ADB69;
}
.BgClassName
{
background-color: #1ADB69;
}
</style>
border-color css
<style>
span { border-color: #1ADB69; }
span { border-color: rgb(26,219,105); }
td.TdClassName
{
border-color: #1ADB69;
}
.TagClassName
{
border-color: #1ADB69;
}
</style>