Shades of Malachite #1AD267
Tints of Malachite #1AD267
RGB
CMYK
RGB Variations
Color information
#1AD267 (or 0x1AD267) is known color: Malachite. HEX triplet: 1A, D2 and 67. RGB value is (26,210,103). Sum of RGB (Red+Green+Blue) = 26+210+103=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD267 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD267 is #E52D98. Grayscale: #8F8F8F. Windows color (decimal): -15019417 or 6803994. OLE color: 6803994.
HSL color Cylindrical-coordinate representation of color #1AD267: hue angle of 145.11º 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 #1AD267 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 103 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.18 |
| HSL | 145.11º | 0.78% | 0.46% | - |
| HSV(B) | 145.11º | 0.88% | 0.82% | - |
| XYZ | 25.92 | 47.29 | 20.59 | - |
| YUV | 142.79 | 105.54 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 103 | 0.88 | 0 | 0.51 | 0.18 | 145.11 | 0.78 | 0.46 |
| Hex | 1A | D2 | 67 | 58 | 0 | 33 | 12 | 91 | 4E | 2E |
| Octal | 32 | 322 | 147 | 130 | 0 | 63 | 22 | 221 | 116 | 56 |
| Binary | 11010 | 11010010 | 1100111 | 1011000 | 0 | 110011 | 10010 | 10010001 | 1001110 | 101110 |
Color Harmonies of #1AD267
Complementary color
Monochromatic Colors of #1AD267
Black with #1AD267
Text Example
Text Example
White with #1AD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD267; }
p { color: rgb(26,210,103); }
H1.HeaderClassName
{
color: #1AD267;
}
.AnyTagClassName
{
color: #1AD267;
}
</style>
background-color css
<style>
a { background-color: #1AD267; }
a { background-color: rgb(26,210,103); }
div.DivClassName
{
background-color: #1AD267;
}
.BgClassName
{
background-color: #1AD267;
}
</style>
border-color css
<style>
span { border-color: #1AD267; }
span { border-color: rgb(26,210,103); }
td.TdClassName
{
border-color: #1AD267;
}
.TagClassName
{
border-color: #1AD267;
}
</style>