Shades of Malachite #1AD06B
Tints of Malachite #1AD06B
RGB
CMYK
RGB Variations
Color information
#1AD06B (or 0x1AD06B) is known color: Malachite. HEX triplet: 1A, D0 and 6B. RGB value is (26,208,107). Sum of RGB (Red+Green+Blue) = 26+208+107=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD06B is #E52F94. Grayscale: #8E8E8E. Windows color (decimal): -15019925 or 7065626. OLE color: 7065626.
HSL color Cylindrical-coordinate representation of color #1AD06B: hue angle of 146.7º 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 #1AD06B is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 107 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.18 |
| HSL | 146.7º | 0.78% | 0.46% | - |
| HSV(B) | 146.7º | 0.88% | 0.82% | - |
| XYZ | 25.64 | 46.39 | 21.51 | - |
| YUV | 142.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 107 | 0.88 | 0 | 0.49 | 0.18 | 146.7 | 0.78 | 0.46 |
| Hex | 1A | D0 | 6B | 58 | 0 | 31 | 12 | 93 | 4E | 2E |
| Octal | 32 | 320 | 153 | 130 | 0 | 61 | 22 | 223 | 116 | 56 |
| Binary | 11010 | 11010000 | 1101011 | 1011000 | 0 | 110001 | 10010 | 10010011 | 1001110 | 101110 |
Color Harmonies of #1AD06B
Complementary color
Monochromatic Colors of #1AD06B
Black with #1AD06B
Text Example
Text Example
White with #1AD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD06B; }
p { color: rgb(26,208,107); }
H1.HeaderClassName
{
color: #1AD06B;
}
.AnyTagClassName
{
color: #1AD06B;
}
</style>
background-color css
<style>
a { background-color: #1AD06B; }
a { background-color: rgb(26,208,107); }
div.DivClassName
{
background-color: #1AD06B;
}
.BgClassName
{
background-color: #1AD06B;
}
</style>
border-color css
<style>
span { border-color: #1AD06B; }
span { border-color: rgb(26,208,107); }
td.TdClassName
{
border-color: #1AD06B;
}
.TagClassName
{
border-color: #1AD06B;
}
</style>