Shades of Malachite #1ADA6C
Tints of Malachite #1ADA6C
RGB
CMYK
RGB Variations
Color information
#1ADA6C (or 0x1ADA6C) is known color: Malachite. HEX triplet: 1A, DA and 6C. RGB value is (26,218,108). Sum of RGB (Red+Green+Blue) = 26+218+108=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADA6C is #E52593. Grayscale: #949494. Windows color (decimal): -15017364 or 7133722. OLE color: 7133722.
HSL color Cylindrical-coordinate representation of color #1ADA6C: hue angle of 145.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADA6C is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 108 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.15 |
| HSL | 145.63º | 0.79% | 0.48% | - |
| HSV(B) | 145.63º | 0.88% | 0.85% | - |
| XYZ | 28.2 | 51.45 | 22.63 | - |
| YUV | 148.05 | 105.39 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 108 | 0.88 | 0 | 0.50 | 0.15 | 145.63 | 0.79 | 0.48 |
| Hex | 1A | DA | 6C | 58 | 0 | 32 | F | 92 | 4F | 30 |
| Octal | 32 | 332 | 154 | 130 | 0 | 62 | 17 | 222 | 117 | 60 |
| Binary | 11010 | 11011010 | 1101100 | 1011000 | 0 | 110010 | 1111 | 10010010 | 1001111 | 110000 |
Color Harmonies of #1ADA6C
Complementary color
Monochromatic Colors of #1ADA6C
Black with #1ADA6C
Text Example
Text Example
White with #1ADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA6C; }
p { color: rgb(26,218,108); }
H1.HeaderClassName
{
color: #1ADA6C;
}
.AnyTagClassName
{
color: #1ADA6C;
}
</style>
background-color css
<style>
a { background-color: #1ADA6C; }
a { background-color: rgb(26,218,108); }
div.DivClassName
{
background-color: #1ADA6C;
}
.BgClassName
{
background-color: #1ADA6C;
}
</style>
border-color css
<style>
span { border-color: #1ADA6C; }
span { border-color: rgb(26,218,108); }
td.TdClassName
{
border-color: #1ADA6C;
}
.TagClassName
{
border-color: #1ADA6C;
}
</style>