Shades of Malachite #1AD84D
Tints of Malachite #1AD84D
RGB
CMYK
RGB Variations
Color information
#1AD84D (or 0x1AD84D) is known color: Malachite. HEX triplet: 1A, D8 and 4D. RGB value is (26,216,77). Sum of RGB (Red+Green+Blue) = 26+216+77=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD84D is #E527B2. Grayscale: #8F8F8F. Windows color (decimal): -15017907 or 5101594. OLE color: 5101594.
HSL color Cylindrical-coordinate representation of color #1AD84D: hue angle of 136.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD84D is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 77 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.15 |
| HSL | 136.11º | 0.79% | 0.47% | - |
| HSV(B) | 136.11º | 0.88% | 0.85% | - |
| XYZ | 26.32 | 49.87 | 15.26 | - |
| YUV | 143.34 | 90.55 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 77 | 0.88 | 0 | 0.64 | 0.15 | 136.11 | 0.79 | 0.47 |
| Hex | 1A | D8 | 4D | 58 | 0 | 40 | F | 88 | 4F | 2F |
| Octal | 32 | 330 | 115 | 130 | 0 | 100 | 17 | 210 | 117 | 57 |
| Binary | 11010 | 11011000 | 1001101 | 1011000 | 0 | 1000000 | 1111 | 10001000 | 1001111 | 101111 |
Color Harmonies of #1AD84D
Complementary color
Monochromatic Colors of #1AD84D
Black with #1AD84D
Text Example
Text Example
White with #1AD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD84D; }
p { color: rgb(26,216,77); }
H1.HeaderClassName
{
color: #1AD84D;
}
.AnyTagClassName
{
color: #1AD84D;
}
</style>
background-color css
<style>
a { background-color: #1AD84D; }
a { background-color: rgb(26,216,77); }
div.DivClassName
{
background-color: #1AD84D;
}
.BgClassName
{
background-color: #1AD84D;
}
</style>
border-color css
<style>
span { border-color: #1AD84D; }
span { border-color: rgb(26,216,77); }
td.TdClassName
{
border-color: #1AD84D;
}
.TagClassName
{
border-color: #1AD84D;
}
</style>