Shades of Malachite #1AD051
Tints of Malachite #1AD051
RGB
CMYK
RGB Variations
Color information
#1AD051 (or 0x1AD051) is known color: Malachite. HEX triplet: 1A, D0 and 51. RGB value is (26,208,81). Sum of RGB (Red+Green+Blue) = 26+208+81=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD051 is #E52FAE. Grayscale: #8B8B8B. Windows color (decimal): -15019951 or 5361690. OLE color: 5361690.
HSL color Cylindrical-coordinate representation of color #1AD051: hue angle of 138.13º 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 #1AD051 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 81 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.18 |
| HSL | 138.13º | 0.78% | 0.46% | - |
| HSV(B) | 138.13º | 0.88% | 0.82% | - |
| XYZ | 24.47 | 45.93 | 15.36 | - |
| YUV | 139.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 81 | 0.88 | 0 | 0.61 | 0.18 | 138.13 | 0.78 | 0.46 |
| Hex | 1A | D0 | 51 | 58 | 0 | 3D | 12 | 8A | 4E | 2E |
| Octal | 32 | 320 | 121 | 130 | 0 | 75 | 22 | 212 | 116 | 56 |
| Binary | 11010 | 11010000 | 1010001 | 1011000 | 0 | 111101 | 10010 | 10001010 | 1001110 | 101110 |
Color Harmonies of #1AD051
Complementary color
Monochromatic Colors of #1AD051
Black with #1AD051
Text Example
Text Example
White with #1AD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD051; }
p { color: rgb(26,208,81); }
H1.HeaderClassName
{
color: #1AD051;
}
.AnyTagClassName
{
color: #1AD051;
}
</style>
background-color css
<style>
a { background-color: #1AD051; }
a { background-color: rgb(26,208,81); }
div.DivClassName
{
background-color: #1AD051;
}
.BgClassName
{
background-color: #1AD051;
}
</style>
border-color css
<style>
span { border-color: #1AD051; }
span { border-color: rgb(26,208,81); }
td.TdClassName
{
border-color: #1AD051;
}
.TagClassName
{
border-color: #1AD051;
}
</style>