Shades of Malachite #1AD264
Tints of Malachite #1AD264
RGB
CMYK
RGB Variations
Color information
#1AD264 (or 0x1AD264) is known color: Malachite. HEX triplet: 1A, D2 and 64. RGB value is (26,210,100). Sum of RGB (Red+Green+Blue) = 26+210+100=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD264 is #E52D9B. Grayscale: #8E8E8E. Windows color (decimal): -15019420 or 6607386. OLE color: 6607386.
HSL color Cylindrical-coordinate representation of color #1AD264: hue angle of 144.13º 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 #1AD264 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 100 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.18 |
| HSL | 144.13º | 0.78% | 0.46% | - |
| HSV(B) | 144.13º | 0.88% | 0.82% | - |
| XYZ | 25.77 | 47.23 | 19.82 | - |
| YUV | 142.44 | 104.04 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 100 | 0.88 | 0 | 0.52 | 0.18 | 144.13 | 0.78 | 0.46 |
| Hex | 1A | D2 | 64 | 58 | 0 | 34 | 12 | 90 | 4E | 2E |
| Octal | 32 | 322 | 144 | 130 | 0 | 64 | 22 | 220 | 116 | 56 |
| Binary | 11010 | 11010010 | 1100100 | 1011000 | 0 | 110100 | 10010 | 10010000 | 1001110 | 101110 |
Color Harmonies of #1AD264
Complementary color
Monochromatic Colors of #1AD264
Black with #1AD264
Text Example
Text Example
White with #1AD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD264; }
p { color: rgb(26,210,100); }
H1.HeaderClassName
{
color: #1AD264;
}
.AnyTagClassName
{
color: #1AD264;
}
</style>
background-color css
<style>
a { background-color: #1AD264; }
a { background-color: rgb(26,210,100); }
div.DivClassName
{
background-color: #1AD264;
}
.BgClassName
{
background-color: #1AD264;
}
</style>
border-color css
<style>
span { border-color: #1AD264; }
span { border-color: rgb(26,210,100); }
td.TdClassName
{
border-color: #1AD264;
}
.TagClassName
{
border-color: #1AD264;
}
</style>