Shades of Malachite #1CD964
Tints of Malachite #1CD964
RGB
CMYK
RGB Variations
Color information
#1CD964 (or 0x1CD964) is known color: Malachite. HEX triplet: 1C, D9 and 64. RGB value is (28,217,100). Sum of RGB (Red+Green+Blue) = 28+217+100=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD964 is #E3269B. Grayscale: #939393. Windows color (decimal): -14886556 or 6609180. OLE color: 6609180.
HSL color Cylindrical-coordinate representation of color #1CD964: hue angle of 142.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD964 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 217 | 100 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.15 |
| HSL | 142.86º | 0.77% | 0.48% | - |
| HSV(B) | 142.86º | 0.87% | 0.85% | - |
| XYZ | 27.59 | 50.79 | 20.41 | - |
| YUV | 147.15 | 101.38 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 100 | 0.87 | 0 | 0.54 | 0.15 | 142.86 | 0.77 | 0.48 |
| Hex | 1C | D9 | 64 | 57 | 0 | 36 | F | 8F | 4D | 30 |
| Octal | 34 | 331 | 144 | 127 | 0 | 66 | 17 | 217 | 115 | 60 |
| Binary | 11100 | 11011001 | 1100100 | 1010111 | 0 | 110110 | 1111 | 10001111 | 1001101 | 110000 |
Color Harmonies of #1CD964
Complementary color
Monochromatic Colors of #1CD964
Black with #1CD964
Text Example
Text Example
White with #1CD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD964; }
p { color: rgb(28,217,100); }
H1.HeaderClassName
{
color: #1CD964;
}
.AnyTagClassName
{
color: #1CD964;
}
</style>
background-color css
<style>
a { background-color: #1CD964; }
a { background-color: rgb(28,217,100); }
div.DivClassName
{
background-color: #1CD964;
}
.BgClassName
{
background-color: #1CD964;
}
</style>
border-color css
<style>
span { border-color: #1CD964; }
span { border-color: rgb(28,217,100); }
td.TdClassName
{
border-color: #1CD964;
}
.TagClassName
{
border-color: #1CD964;
}
</style>