Shades of Malachite #1AD74D
Tints of Malachite #1AD74D
RGB
CMYK
RGB Variations
Color information
#1AD74D (or 0x1AD74D) is known color: Malachite. HEX triplet: 1A, D7 and 4D. RGB value is (26,215,77). Sum of RGB (Red+Green+Blue) = 26+215+77=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD74D is #E528B2. Grayscale: #8F8F8F. Windows color (decimal): -15018163 or 5101338. OLE color: 5101338.
HSL color Cylindrical-coordinate representation of color #1AD74D: hue angle of 136.19º 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 #1AD74D is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 77 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.16 |
| HSL | 136.19º | 0.78% | 0.47% | - |
| HSV(B) | 136.19º | 0.88% | 0.84% | - |
| XYZ | 26.07 | 49.36 | 15.17 | - |
| YUV | 142.76 | 90.88 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 77 | 0.88 | 0 | 0.64 | 0.16 | 136.19 | 0.78 | 0.47 |
| Hex | 1A | D7 | 4D | 58 | 0 | 40 | 10 | 88 | 4E | 2F |
| Octal | 32 | 327 | 115 | 130 | 0 | 100 | 20 | 210 | 116 | 57 |
| Binary | 11010 | 11010111 | 1001101 | 1011000 | 0 | 1000000 | 10000 | 10001000 | 1001110 | 101111 |
Color Harmonies of #1AD74D
Complementary color
Monochromatic Colors of #1AD74D
Black with #1AD74D
Text Example
Text Example
White with #1AD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD74D; }
p { color: rgb(26,215,77); }
H1.HeaderClassName
{
color: #1AD74D;
}
.AnyTagClassName
{
color: #1AD74D;
}
</style>
background-color css
<style>
a { background-color: #1AD74D; }
a { background-color: rgb(26,215,77); }
div.DivClassName
{
background-color: #1AD74D;
}
.BgClassName
{
background-color: #1AD74D;
}
</style>
border-color css
<style>
span { border-color: #1AD74D; }
span { border-color: rgb(26,215,77); }
td.TdClassName
{
border-color: #1AD74D;
}
.TagClassName
{
border-color: #1AD74D;
}
</style>