Shades of Malachite #1CBA56
Tints of Malachite #1CBA56
RGB
CMYK
RGB Variations
Color information
#1CBA56 (or 0x1CBA56) is known color: Malachite. HEX triplet: 1C, BA and 56. RGB value is (28,186,86). Sum of RGB (Red+Green+Blue) = 28+186+86=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA56 is #E345A9. Grayscale: #7F7F7F. Windows color (decimal): -14894506 or 5683740. OLE color: 5683740.
HSL color Cylindrical-coordinate representation of color #1CBA56: hue angle of 142.03º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA56 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 86 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.27 |
| HSL | 142.03º | 0.74% | 0.42% | - |
| HSV(B) | 142.03º | 0.85% | 0.73% | - |
| XYZ | 19.72 | 36.04 | 14.72 | - |
| YUV | 127.36 | 104.65 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 86 | 0.85 | 0 | 0.54 | 0.27 | 142.03 | 0.74 | 0.42 |
| Hex | 1C | BA | 56 | 55 | 0 | 36 | 1B | 8E | 4A | 2A |
| Octal | 34 | 272 | 126 | 125 | 0 | 66 | 33 | 216 | 112 | 52 |
| Binary | 11100 | 10111010 | 1010110 | 1010101 | 0 | 110110 | 11011 | 10001110 | 1001010 | 101010 |
Color Harmonies of #1CBA56
Complementary color
Monochromatic Colors of #1CBA56
Black with #1CBA56
Text Example
Text Example
White with #1CBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA56; }
p { color: rgb(28,186,86); }
H1.HeaderClassName
{
color: #1CBA56;
}
.AnyTagClassName
{
color: #1CBA56;
}
</style>
background-color css
<style>
a { background-color: #1CBA56; }
a { background-color: rgb(28,186,86); }
div.DivClassName
{
background-color: #1CBA56;
}
.BgClassName
{
background-color: #1CBA56;
}
</style>
border-color css
<style>
span { border-color: #1CBA56; }
span { border-color: rgb(28,186,86); }
td.TdClassName
{
border-color: #1CBA56;
}
.TagClassName
{
border-color: #1CBA56;
}
</style>