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