Shades of Malachite #1AD146
Tints of Malachite #1AD146
RGB
CMYK
RGB Variations
Color information
#1AD146 (or 0x1AD146) is known color: Malachite. HEX triplet: 1A, D1 and 46. RGB value is (26,209,70). Sum of RGB (Red+Green+Blue) = 26+209+70=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD146 is #E52EB9. Grayscale: #8A8A8A. Windows color (decimal): -15019706 or 4641050. OLE color: 4641050.
HSL color Cylindrical-coordinate representation of color #1AD146: hue angle of 134.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD146 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 70 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.18 |
| HSL | 134.43º | 0.78% | 0.46% | - |
| HSV(B) | 134.43º | 0.88% | 0.82% | - |
| XYZ | 24.33 | 46.26 | 13.44 | - |
| YUV | 138.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 70 | 0.88 | 0 | 0.67 | 0.18 | 134.43 | 0.78 | 0.46 |
| Hex | 1A | D1 | 46 | 58 | 0 | 43 | 12 | 86 | 4E | 2E |
| Octal | 32 | 321 | 106 | 130 | 0 | 103 | 22 | 206 | 116 | 56 |
| Binary | 11010 | 11010001 | 1000110 | 1011000 | 0 | 1000011 | 10010 | 10000110 | 1001110 | 101110 |
Color Harmonies of #1AD146
Complementary color
Monochromatic Colors of #1AD146
Black with #1AD146
Text Example
Text Example
White with #1AD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD146; }
p { color: rgb(26,209,70); }
H1.HeaderClassName
{
color: #1AD146;
}
.AnyTagClassName
{
color: #1AD146;
}
</style>
background-color css
<style>
a { background-color: #1AD146; }
a { background-color: rgb(26,209,70); }
div.DivClassName
{
background-color: #1AD146;
}
.BgClassName
{
background-color: #1AD146;
}
</style>
border-color css
<style>
span { border-color: #1AD146; }
span { border-color: rgb(26,209,70); }
td.TdClassName
{
border-color: #1AD146;
}
.TagClassName
{
border-color: #1AD146;
}
</style>