Shades of Malachite #1CBC54
Tints of Malachite #1CBC54
RGB
CMYK
RGB Variations
Color information
#1CBC54 (or 0x1CBC54) is known color: Malachite. HEX triplet: 1C, BC and 54. RGB value is (28,188,84). Sum of RGB (Red+Green+Blue) = 28+188+84=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC54 is #E343AB. Grayscale: #808080. Windows color (decimal): -14893996 or 5553180. OLE color: 5553180.
HSL color Cylindrical-coordinate representation of color #1CBC54: hue angle of 141º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC54 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 84 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.26 |
| HSL | 141º | 0.74% | 0.42% | - |
| HSV(B) | 141º | 0.85% | 0.74% | - |
| XYZ | 20.06 | 36.85 | 14.44 | - |
| YUV | 128.3 | 102.99 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 84 | 0.85 | 0 | 0.55 | 0.26 | 141 | 0.74 | 0.42 |
| Hex | 1C | BC | 54 | 55 | 0 | 37 | 1A | 8D | 4A | 2A |
| Octal | 34 | 274 | 124 | 125 | 0 | 67 | 32 | 215 | 112 | 52 |
| Binary | 11100 | 10111100 | 1010100 | 1010101 | 0 | 110111 | 11010 | 10001101 | 1001010 | 101010 |
Color Harmonies of #1CBC54
Complementary color
Monochromatic Colors of #1CBC54
Black with #1CBC54
Text Example
Text Example
White with #1CBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC54; }
p { color: rgb(28,188,84); }
H1.HeaderClassName
{
color: #1CBC54;
}
.AnyTagClassName
{
color: #1CBC54;
}
</style>
background-color css
<style>
a { background-color: #1CBC54; }
a { background-color: rgb(28,188,84); }
div.DivClassName
{
background-color: #1CBC54;
}
.BgClassName
{
background-color: #1CBC54;
}
</style>
border-color css
<style>
span { border-color: #1CBC54; }
span { border-color: rgb(28,188,84); }
td.TdClassName
{
border-color: #1CBC54;
}
.TagClassName
{
border-color: #1CBC54;
}
</style>