Shades of Malachite #1AC055
Tints of Malachite #1AC055
RGB
CMYK
RGB Variations
Color information
#1AC055 (or 0x1AC055) is known color: Malachite. HEX triplet: 1A, C0 and 55. RGB value is (26,192,85). Sum of RGB (Red+Green+Blue) = 26+192+85=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC055 is #E53FAA. Grayscale: #828282. Windows color (decimal): -15024043 or 5619738. OLE color: 5619738.
HSL color Cylindrical-coordinate representation of color #1AC055: hue angle of 141.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC055 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 85 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.25 |
| HSL | 141.33º | 0.76% | 0.43% | - |
| HSV(B) | 141.33º | 0.86% | 0.75% | - |
| XYZ | 20.92 | 38.57 | 14.94 | - |
| YUV | 130.17 | 102.5 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 85 | 0.86 | 0 | 0.56 | 0.25 | 141.33 | 0.76 | 0.43 |
| Hex | 1A | C0 | 55 | 56 | 0 | 38 | 19 | 8D | 4C | 2B |
| Octal | 32 | 300 | 125 | 126 | 0 | 70 | 31 | 215 | 114 | 53 |
| Binary | 11010 | 11000000 | 1010101 | 1010110 | 0 | 111000 | 11001 | 10001101 | 1001100 | 101011 |
Color Harmonies of #1AC055
Complementary color
Monochromatic Colors of #1AC055
Black with #1AC055
Text Example
Text Example
White with #1AC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC055; }
p { color: rgb(26,192,85); }
H1.HeaderClassName
{
color: #1AC055;
}
.AnyTagClassName
{
color: #1AC055;
}
</style>
background-color css
<style>
a { background-color: #1AC055; }
a { background-color: rgb(26,192,85); }
div.DivClassName
{
background-color: #1AC055;
}
.BgClassName
{
background-color: #1AC055;
}
</style>
border-color css
<style>
span { border-color: #1AC055; }
span { border-color: rgb(26,192,85); }
td.TdClassName
{
border-color: #1AC055;
}
.TagClassName
{
border-color: #1AC055;
}
</style>