Shades of Malachite #1AD06E
Tints of Malachite #1AD06E
RGB
CMYK
RGB Variations
Color information
#1AD06E (or 0x1AD06E) is known color: Malachite. HEX triplet: 1A, D0 and 6E. RGB value is (26,208,110). Sum of RGB (Red+Green+Blue) = 26+208+110=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD06E is #E52F91. Grayscale: #8E8E8E. Windows color (decimal): -15019922 or 7262234. OLE color: 7262234.
HSL color Cylindrical-coordinate representation of color #1AD06E: hue angle of 147.69º 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 #1AD06E is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 110 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.18 |
| HSL | 147.69º | 0.78% | 0.46% | - |
| HSV(B) | 147.69º | 0.88% | 0.82% | - |
| XYZ | 25.8 | 46.46 | 22.36 | - |
| YUV | 142.41 | 109.7 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 110 | 0.88 | 0 | 0.47 | 0.18 | 147.69 | 0.78 | 0.46 |
| Hex | 1A | D0 | 6E | 58 | 0 | 2F | 12 | 94 | 4E | 2E |
| Octal | 32 | 320 | 156 | 130 | 0 | 57 | 22 | 224 | 116 | 56 |
| Binary | 11010 | 11010000 | 1101110 | 1011000 | 0 | 101111 | 10010 | 10010100 | 1001110 | 101110 |
Color Harmonies of #1AD06E
Complementary color
Monochromatic Colors of #1AD06E
Black with #1AD06E
Text Example
Text Example
White with #1AD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD06E; }
p { color: rgb(26,208,110); }
H1.HeaderClassName
{
color: #1AD06E;
}
.AnyTagClassName
{
color: #1AD06E;
}
</style>
background-color css
<style>
a { background-color: #1AD06E; }
a { background-color: rgb(26,208,110); }
div.DivClassName
{
background-color: #1AD06E;
}
.BgClassName
{
background-color: #1AD06E;
}
</style>
border-color css
<style>
span { border-color: #1AD06E; }
span { border-color: rgb(26,208,110); }
td.TdClassName
{
border-color: #1AD06E;
}
.TagClassName
{
border-color: #1AD06E;
}
</style>