Shades of Malachite #1AEC52
Tints of Malachite #1AEC52
RGB
CMYK
RGB Variations
Color information
#1AEC52 (or 0x1AEC52) is known color: Malachite. HEX triplet: 1A, EC and 52. RGB value is (26,236,82). Sum of RGB (Red+Green+Blue) = 26+236+82=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 236 (92.58% from 255 or 68.60% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEC52 is #E513AD. Grayscale: #9C9C9C. Windows color (decimal): -15012782 or 5434394. OLE color: 5434394.
HSL color Cylindrical-coordinate representation of color #1AEC52: hue angle of 136º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEC52 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 82 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.07 |
| HSL | 136º | 0.85% | 0.51% | - |
| HSV(B) | 136º | 0.89% | 0.93% | - |
| XYZ | 31.94 | 60.82 | 18.04 | - |
| YUV | 155.65 | 86.43 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 82 | 0.89 | 0 | 0.65 | 0.07 | 136 | 0.85 | 0.51 |
| Hex | 1A | EC | 52 | 59 | 0 | 41 | 7 | 88 | 55 | 33 |
| Octal | 32 | 354 | 122 | 131 | 0 | 101 | 7 | 210 | 125 | 63 |
| Binary | 11010 | 11101100 | 1010010 | 1011001 | 0 | 1000001 | 111 | 10001000 | 1010101 | 110011 |
Color Harmonies of #1AEC52
Complementary color
Monochromatic Colors of #1AEC52
Black with #1AEC52
Text Example
Text Example
White with #1AEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEC52; }
p { color: rgb(26,236,82); }
H1.HeaderClassName
{
color: #1AEC52;
}
.AnyTagClassName
{
color: #1AEC52;
}
</style>
background-color css
<style>
a { background-color: #1AEC52; }
a { background-color: rgb(26,236,82); }
div.DivClassName
{
background-color: #1AEC52;
}
.BgClassName
{
background-color: #1AEC52;
}
</style>
border-color css
<style>
span { border-color: #1AEC52; }
span { border-color: rgb(26,236,82); }
td.TdClassName
{
border-color: #1AEC52;
}
.TagClassName
{
border-color: #1AEC52;
}
</style>