Shades of Malachite #1CD165
Tints of Malachite #1CD165
RGB
CMYK
RGB Variations
Color information
#1CD165 (or 0x1CD165) is known color: Malachite. HEX triplet: 1C, D1 and 65. RGB value is (28,209,101). Sum of RGB (Red+Green+Blue) = 28+209+101=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD165 is #E32E9A. Grayscale: #8E8E8E. Windows color (decimal): -14888603 or 6672668. OLE color: 6672668.
HSL color Cylindrical-coordinate representation of color #1CD165: hue angle of 144.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD165 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 101 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.18 |
| HSL | 144.2º | 0.76% | 0.46% | - |
| HSV(B) | 144.2º | 0.87% | 0.82% | - |
| XYZ | 25.63 | 46.79 | 19.99 | - |
| YUV | 142.57 | 104.53 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 101 | 0.87 | 0 | 0.52 | 0.18 | 144.2 | 0.76 | 0.46 |
| Hex | 1C | D1 | 65 | 57 | 0 | 34 | 12 | 90 | 4C | 2E |
| Octal | 34 | 321 | 145 | 127 | 0 | 64 | 22 | 220 | 114 | 56 |
| Binary | 11100 | 11010001 | 1100101 | 1010111 | 0 | 110100 | 10010 | 10010000 | 1001100 | 101110 |
Color Harmonies of #1CD165
Complementary color
Monochromatic Colors of #1CD165
Black with #1CD165
Text Example
Text Example
White with #1CD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD165; }
p { color: rgb(28,209,101); }
H1.HeaderClassName
{
color: #1CD165;
}
.AnyTagClassName
{
color: #1CD165;
}
</style>
background-color css
<style>
a { background-color: #1CD165; }
a { background-color: rgb(28,209,101); }
div.DivClassName
{
background-color: #1CD165;
}
.BgClassName
{
background-color: #1CD165;
}
</style>
border-color css
<style>
span { border-color: #1CD165; }
span { border-color: rgb(28,209,101); }
td.TdClassName
{
border-color: #1CD165;
}
.TagClassName
{
border-color: #1CD165;
}
</style>