Shades of Malachite #1AD040
Tints of Malachite #1AD040
RGB
CMYK
RGB Variations
Color information
#1AD040 (or 0x1AD040) is known color: Malachite. HEX triplet: 1A, D0 and 40. RGB value is (26,208,64). Sum of RGB (Red+Green+Blue) = 26+208+64=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD040 is #E52FBF. Grayscale: #898989. Windows color (decimal): -15019968 or 4247578. OLE color: 4247578.
HSL color Cylindrical-coordinate representation of color #1AD040: hue angle of 132.53º 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 #1AD040 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 64 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.18 |
| HSL | 132.53º | 0.78% | 0.46% | - |
| HSV(B) | 132.53º | 0.88% | 0.82% | - |
| XYZ | 23.91 | 45.7 | 12.41 | - |
| YUV | 137.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 64 | 0.88 | 0 | 0.69 | 0.18 | 132.53 | 0.78 | 0.46 |
| Hex | 1A | D0 | 40 | 58 | 0 | 45 | 12 | 85 | 4E | 2E |
| Octal | 32 | 320 | 100 | 130 | 0 | 105 | 22 | 205 | 116 | 56 |
| Binary | 11010 | 11010000 | 1000000 | 1011000 | 0 | 1000101 | 10010 | 10000101 | 1001110 | 101110 |
Color Harmonies of #1AD040
Complementary color
Monochromatic Colors of #1AD040
Black with #1AD040
Text Example
Text Example
White with #1AD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD040; }
p { color: rgb(26,208,64); }
H1.HeaderClassName
{
color: #1AD040;
}
.AnyTagClassName
{
color: #1AD040;
}
</style>
background-color css
<style>
a { background-color: #1AD040; }
a { background-color: rgb(26,208,64); }
div.DivClassName
{
background-color: #1AD040;
}
.BgClassName
{
background-color: #1AD040;
}
</style>
border-color css
<style>
span { border-color: #1AD040; }
span { border-color: rgb(26,208,64); }
td.TdClassName
{
border-color: #1AD040;
}
.TagClassName
{
border-color: #1AD040;
}
</style>