Shades of Malachite #1AEF4D
Tints of Malachite #1AEF4D
RGB
CMYK
RGB Variations
Color information
#1AEF4D (or 0x1AEF4D) is known color: Malachite. HEX triplet: 1A, EF and 4D. RGB value is (26,239,77). Sum of RGB (Red+Green+Blue) = 26+239+77=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEF4D is #E510B2. Grayscale: #9D9D9D. Windows color (decimal): -15012019 or 5107482. OLE color: 5107482.
HSL color Cylindrical-coordinate representation of color #1AEF4D: hue angle of 134.37º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEF4D is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 239 | 77 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.06 |
| HSL | 134.37º | 0.87% | 0.52% | - |
| HSV(B) | 134.37º | 0.89% | 0.94% | - |
| XYZ | 32.63 | 62.49 | 17.36 | - |
| YUV | 156.85 | 82.93 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 77 | 0.89 | 0 | 0.68 | 0.06 | 134.37 | 0.87 | 0.52 |
| Hex | 1A | EF | 4D | 59 | 0 | 44 | 6 | 86 | 57 | 34 |
| Octal | 32 | 357 | 115 | 131 | 0 | 104 | 6 | 206 | 127 | 64 |
| Binary | 11010 | 11101111 | 1001101 | 1011001 | 0 | 1000100 | 110 | 10000110 | 1010111 | 110100 |
Color Harmonies of #1AEF4D
Complementary color
Monochromatic Colors of #1AEF4D
Black with #1AEF4D
Text Example
Text Example
White with #1AEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEF4D; }
p { color: rgb(26,239,77); }
H1.HeaderClassName
{
color: #1AEF4D;
}
.AnyTagClassName
{
color: #1AEF4D;
}
</style>
background-color css
<style>
a { background-color: #1AEF4D; }
a { background-color: rgb(26,239,77); }
div.DivClassName
{
background-color: #1AEF4D;
}
.BgClassName
{
background-color: #1AEF4D;
}
</style>
border-color css
<style>
span { border-color: #1AEF4D; }
span { border-color: rgb(26,239,77); }
td.TdClassName
{
border-color: #1AEF4D;
}
.TagClassName
{
border-color: #1AEF4D;
}
</style>