Shades of Malachite #1AD172
Tints of Malachite #1AD172
RGB
CMYK
RGB Variations
Color information
#1AD172 (or 0x1AD172) is known color: Malachite. HEX triplet: 1A, D1 and 72. RGB value is (26,209,114). Sum of RGB (Red+Green+Blue) = 26+209+114=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD172 is #E52E8D. Grayscale: #8F8F8F. Windows color (decimal): -15019662 or 7524634. OLE color: 7524634.
HSL color Cylindrical-coordinate representation of color #1AD172: hue angle of 148.85º 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 #1AD172 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 114 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.18 |
| HSL | 148.85º | 0.78% | 0.46% | - |
| HSV(B) | 148.85º | 0.88% | 0.82% | - |
| XYZ | 26.26 | 47.04 | 23.61 | - |
| YUV | 143.45 | 111.37 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 114 | 0.88 | 0 | 0.45 | 0.18 | 148.85 | 0.78 | 0.46 |
| Hex | 1A | D1 | 72 | 58 | 0 | 2D | 12 | 95 | 4E | 2E |
| Octal | 32 | 321 | 162 | 130 | 0 | 55 | 22 | 225 | 116 | 56 |
| Binary | 11010 | 11010001 | 1110010 | 1011000 | 0 | 101101 | 10010 | 10010101 | 1001110 | 101110 |
Color Harmonies of #1AD172
Complementary color
Monochromatic Colors of #1AD172
Black with #1AD172
Text Example
Text Example
White with #1AD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD172; }
p { color: rgb(26,209,114); }
H1.HeaderClassName
{
color: #1AD172;
}
.AnyTagClassName
{
color: #1AD172;
}
</style>
background-color css
<style>
a { background-color: #1AD172; }
a { background-color: rgb(26,209,114); }
div.DivClassName
{
background-color: #1AD172;
}
.BgClassName
{
background-color: #1AD172;
}
</style>
border-color css
<style>
span { border-color: #1AD172; }
span { border-color: rgb(26,209,114); }
td.TdClassName
{
border-color: #1AD172;
}
.TagClassName
{
border-color: #1AD172;
}
</style>