Shades of Malachite #1ABC5C
Tints of Malachite #1ABC5C
RGB
CMYK
RGB Variations
Color information
#1ABC5C (or 0x1ABC5C) is known color: Malachite. HEX triplet: 1A, BC and 5C. RGB value is (26,188,92). Sum of RGB (Red+Green+Blue) = 26+188+92=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC5C is #E543A3. Grayscale: #808080. Windows color (decimal): -15025060 or 6077466. OLE color: 6077466.
HSL color Cylindrical-coordinate representation of color #1ABC5C: hue angle of 144.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC5C is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 92 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.26 |
| HSL | 144.44º | 0.76% | 0.42% | - |
| HSV(B) | 144.44º | 0.86% | 0.74% | - |
| XYZ | 20.34 | 36.96 | 16.19 | - |
| YUV | 128.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 92 | 0.86 | 0 | 0.51 | 0.26 | 144.44 | 0.76 | 0.42 |
| Hex | 1A | BC | 5C | 56 | 0 | 33 | 1A | 90 | 4C | 2A |
| Octal | 32 | 274 | 134 | 126 | 0 | 63 | 32 | 220 | 114 | 52 |
| Binary | 11010 | 10111100 | 1011100 | 1010110 | 0 | 110011 | 11010 | 10010000 | 1001100 | 101010 |
Color Harmonies of #1ABC5C
Complementary color
Monochromatic Colors of #1ABC5C
Black with #1ABC5C
Text Example
Text Example
White with #1ABC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC5C; }
p { color: rgb(26,188,92); }
H1.HeaderClassName
{
color: #1ABC5C;
}
.AnyTagClassName
{
color: #1ABC5C;
}
</style>
background-color css
<style>
a { background-color: #1ABC5C; }
a { background-color: rgb(26,188,92); }
div.DivClassName
{
background-color: #1ABC5C;
}
.BgClassName
{
background-color: #1ABC5C;
}
</style>
border-color css
<style>
span { border-color: #1ABC5C; }
span { border-color: rgb(26,188,92); }
td.TdClassName
{
border-color: #1ABC5C;
}
.TagClassName
{
border-color: #1ABC5C;
}
</style>