Shades of Malachite #1AD26A
Tints of Malachite #1AD26A
RGB
CMYK
RGB Variations
Color information
#1AD26A (or 0x1AD26A) is known color: Malachite. HEX triplet: 1A, D2 and 6A. RGB value is (26,210,106). Sum of RGB (Red+Green+Blue) = 26+210+106=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD26A is #E52D95. Grayscale: #8F8F8F. Windows color (decimal): -15019414 or 7000602. OLE color: 7000602.
HSL color Cylindrical-coordinate representation of color #1AD26A: hue angle of 146.09º 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 #1AD26A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 106 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.18 |
| HSL | 146.09º | 0.78% | 0.46% | - |
| HSV(B) | 146.09º | 0.88% | 0.82% | - |
| XYZ | 26.07 | 47.35 | 21.4 | - |
| YUV | 143.13 | 107.04 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 106 | 0.88 | 0 | 0.50 | 0.18 | 146.09 | 0.78 | 0.46 |
| Hex | 1A | D2 | 6A | 58 | 0 | 32 | 12 | 92 | 4E | 2E |
| Octal | 32 | 322 | 152 | 130 | 0 | 62 | 22 | 222 | 116 | 56 |
| Binary | 11010 | 11010010 | 1101010 | 1011000 | 0 | 110010 | 10010 | 10010010 | 1001110 | 101110 |
Color Harmonies of #1AD26A
Complementary color
Monochromatic Colors of #1AD26A
Black with #1AD26A
Text Example
Text Example
White with #1AD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD26A; }
p { color: rgb(26,210,106); }
H1.HeaderClassName
{
color: #1AD26A;
}
.AnyTagClassName
{
color: #1AD26A;
}
</style>
background-color css
<style>
a { background-color: #1AD26A; }
a { background-color: rgb(26,210,106); }
div.DivClassName
{
background-color: #1AD26A;
}
.BgClassName
{
background-color: #1AD26A;
}
</style>
border-color css
<style>
span { border-color: #1AD26A; }
span { border-color: rgb(26,210,106); }
td.TdClassName
{
border-color: #1AD26A;
}
.TagClassName
{
border-color: #1AD26A;
}
</style>