Shades of Malachite #1AD750
Tints of Malachite #1AD750
RGB
CMYK
RGB Variations
Color information
#1AD750 (or 0x1AD750) is known color: Malachite. HEX triplet: 1A, D7 and 50. RGB value is (26,215,80). Sum of RGB (Red+Green+Blue) = 26+215+80=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD750 is #E528AF. Grayscale: #8F8F8F. Windows color (decimal): -15018160 or 5297946. OLE color: 5297946.
HSL color Cylindrical-coordinate representation of color #1AD750: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD750 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 80 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.16 |
| HSL | 137.14º | 0.78% | 0.47% | - |
| HSV(B) | 137.14º | 0.88% | 0.84% | - |
| XYZ | 26.17 | 49.4 | 15.74 | - |
| YUV | 143.1 | 92.38 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 80 | 0.88 | 0 | 0.63 | 0.16 | 137.14 | 0.78 | 0.47 |
| Hex | 1A | D7 | 50 | 58 | 0 | 3F | 10 | 89 | 4E | 2F |
| Octal | 32 | 327 | 120 | 130 | 0 | 77 | 20 | 211 | 116 | 57 |
| Binary | 11010 | 11010111 | 1010000 | 1011000 | 0 | 111111 | 10000 | 10001001 | 1001110 | 101111 |
Color Harmonies of #1AD750
Complementary color
Monochromatic Colors of #1AD750
Black with #1AD750
Text Example
Text Example
White with #1AD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD750; }
p { color: rgb(26,215,80); }
H1.HeaderClassName
{
color: #1AD750;
}
.AnyTagClassName
{
color: #1AD750;
}
</style>
background-color css
<style>
a { background-color: #1AD750; }
a { background-color: rgb(26,215,80); }
div.DivClassName
{
background-color: #1AD750;
}
.BgClassName
{
background-color: #1AD750;
}
</style>
border-color css
<style>
span { border-color: #1AD750; }
span { border-color: rgb(26,215,80); }
td.TdClassName
{
border-color: #1AD750;
}
.TagClassName
{
border-color: #1AD750;
}
</style>