Shades of Malachite #1AD240
Tints of Malachite #1AD240
RGB
CMYK
RGB Variations
Color information
#1AD240 (or 0x1AD240) is known color: Malachite. HEX triplet: 1A, D2 and 40. RGB value is (26,210,64). Sum of RGB (Red+Green+Blue) = 26+210+64=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD240 is #E52DBF. Grayscale: #8A8A8A. Windows color (decimal): -15019456 or 4248090. OLE color: 4248090.
HSL color Cylindrical-coordinate representation of color #1AD240: hue angle of 132.39º 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 #1AD240 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 64 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.18 |
| HSL | 132.39º | 0.78% | 0.46% | - |
| HSV(B) | 132.39º | 0.88% | 0.82% | - |
| XYZ | 24.4 | 46.68 | 12.58 | - |
| YUV | 138.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 64 | 0.88 | 0 | 0.70 | 0.18 | 132.39 | 0.78 | 0.46 |
| Hex | 1A | D2 | 40 | 58 | 0 | 46 | 12 | 84 | 4E | 2E |
| Octal | 32 | 322 | 100 | 130 | 0 | 106 | 22 | 204 | 116 | 56 |
| Binary | 11010 | 11010010 | 1000000 | 1011000 | 0 | 1000110 | 10010 | 10000100 | 1001110 | 101110 |
Color Harmonies of #1AD240
Complementary color
Monochromatic Colors of #1AD240
Black with #1AD240
Text Example
Text Example
White with #1AD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD240; }
p { color: rgb(26,210,64); }
H1.HeaderClassName
{
color: #1AD240;
}
.AnyTagClassName
{
color: #1AD240;
}
</style>
background-color css
<style>
a { background-color: #1AD240; }
a { background-color: rgb(26,210,64); }
div.DivClassName
{
background-color: #1AD240;
}
.BgClassName
{
background-color: #1AD240;
}
</style>
border-color css
<style>
span { border-color: #1AD240; }
span { border-color: rgb(26,210,64); }
td.TdClassName
{
border-color: #1AD240;
}
.TagClassName
{
border-color: #1AD240;
}
</style>