Shades of Malachite #1ADF49
Tints of Malachite #1ADF49
RGB
CMYK
RGB Variations
Color information
#1ADF49 (or 0x1ADF49) is known color: Malachite. HEX triplet: 1A, DF and 49. RGB value is (26,223,73). Sum of RGB (Red+Green+Blue) = 26+223+73=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF49 is #E520B6. Grayscale: #939393. Windows color (decimal): -15016119 or 4841242. OLE color: 4841242.
HSL color Cylindrical-coordinate representation of color #1ADF49: hue angle of 134.31º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADF49 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 73 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.13 |
| HSL | 134.31º | 0.79% | 0.49% | - |
| HSV(B) | 134.31º | 0.88% | 0.87% | - |
| XYZ | 28.02 | 53.48 | 15.15 | - |
| YUV | 147 | 86.23 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 73 | 0.88 | 0 | 0.67 | 0.13 | 134.31 | 0.79 | 0.49 |
| Hex | 1A | DF | 49 | 58 | 0 | 43 | D | 86 | 4F | 31 |
| Octal | 32 | 337 | 111 | 130 | 0 | 103 | 15 | 206 | 117 | 61 |
| Binary | 11010 | 11011111 | 1001001 | 1011000 | 0 | 1000011 | 1101 | 10000110 | 1001111 | 110001 |
Color Harmonies of #1ADF49
Complementary color
Monochromatic Colors of #1ADF49
Black with #1ADF49
Text Example
Text Example
White with #1ADF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF49; }
p { color: rgb(26,223,73); }
H1.HeaderClassName
{
color: #1ADF49;
}
.AnyTagClassName
{
color: #1ADF49;
}
</style>
background-color css
<style>
a { background-color: #1ADF49; }
a { background-color: rgb(26,223,73); }
div.DivClassName
{
background-color: #1ADF49;
}
.BgClassName
{
background-color: #1ADF49;
}
</style>
border-color css
<style>
span { border-color: #1ADF49; }
span { border-color: rgb(26,223,73); }
td.TdClassName
{
border-color: #1ADF49;
}
.TagClassName
{
border-color: #1ADF49;
}
</style>