Shades of Malachite #1AD14D
Tints of Malachite #1AD14D
RGB
CMYK
RGB Variations
Color information
#1AD14D (or 0x1AD14D) is known color: Malachite. HEX triplet: 1A, D1 and 4D. RGB value is (26,209,77). Sum of RGB (Red+Green+Blue) = 26+209+77=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD14D is #E52EB2. Grayscale: #8B8B8B. Windows color (decimal): -15019699 or 5099802. OLE color: 5099802.
HSL color Cylindrical-coordinate representation of color #1AD14D: hue angle of 136.72º 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 #1AD14D is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 77 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.18 |
| HSL | 136.72º | 0.78% | 0.46% | - |
| HSV(B) | 136.72º | 0.88% | 0.82% | - |
| XYZ | 24.57 | 46.36 | 14.67 | - |
| YUV | 139.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 77 | 0.88 | 0 | 0.63 | 0.18 | 136.72 | 0.78 | 0.46 |
| Hex | 1A | D1 | 4D | 58 | 0 | 3F | 12 | 89 | 4E | 2E |
| Octal | 32 | 321 | 115 | 130 | 0 | 77 | 22 | 211 | 116 | 56 |
| Binary | 11010 | 11010001 | 1001101 | 1011000 | 0 | 111111 | 10010 | 10001001 | 1001110 | 101110 |
Color Harmonies of #1AD14D
Complementary color
Monochromatic Colors of #1AD14D
Black with #1AD14D
Text Example
Text Example
White with #1AD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD14D; }
p { color: rgb(26,209,77); }
H1.HeaderClassName
{
color: #1AD14D;
}
.AnyTagClassName
{
color: #1AD14D;
}
</style>
background-color css
<style>
a { background-color: #1AD14D; }
a { background-color: rgb(26,209,77); }
div.DivClassName
{
background-color: #1AD14D;
}
.BgClassName
{
background-color: #1AD14D;
}
</style>
border-color css
<style>
span { border-color: #1AD14D; }
span { border-color: rgb(26,209,77); }
td.TdClassName
{
border-color: #1AD14D;
}
.TagClassName
{
border-color: #1AD14D;
}
</style>