Shades of Malachite #1CD166
Tints of Malachite #1CD166
RGB
CMYK
RGB Variations
Color information
#1CD166 (or 0x1CD166) is known color: Malachite. HEX triplet: 1C, D1 and 66. RGB value is (28,209,102). Sum of RGB (Red+Green+Blue) = 28+209+102=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD166 is #E32E99. Grayscale: #8E8E8E. Windows color (decimal): -14888602 or 6738204. OLE color: 6738204.
HSL color Cylindrical-coordinate representation of color #1CD166: hue angle of 144.53º 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 #1CD166 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 102 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.18 |
| HSL | 144.53º | 0.76% | 0.46% | - |
| HSV(B) | 144.53º | 0.87% | 0.82% | - |
| XYZ | 25.68 | 46.81 | 20.25 | - |
| YUV | 142.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 102 | 0.87 | 0 | 0.51 | 0.18 | 144.53 | 0.76 | 0.46 |
| Hex | 1C | D1 | 66 | 57 | 0 | 33 | 12 | 91 | 4C | 2E |
| Octal | 34 | 321 | 146 | 127 | 0 | 63 | 22 | 221 | 114 | 56 |
| Binary | 11100 | 11010001 | 1100110 | 1010111 | 0 | 110011 | 10010 | 10010001 | 1001100 | 101110 |
Color Harmonies of #1CD166
Complementary color
Monochromatic Colors of #1CD166
Black with #1CD166
Text Example
Text Example
White with #1CD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD166; }
p { color: rgb(28,209,102); }
H1.HeaderClassName
{
color: #1CD166;
}
.AnyTagClassName
{
color: #1CD166;
}
</style>
background-color css
<style>
a { background-color: #1CD166; }
a { background-color: rgb(28,209,102); }
div.DivClassName
{
background-color: #1CD166;
}
.BgClassName
{
background-color: #1CD166;
}
</style>
border-color css
<style>
span { border-color: #1CD166; }
span { border-color: rgb(28,209,102); }
td.TdClassName
{
border-color: #1CD166;
}
.TagClassName
{
border-color: #1CD166;
}
</style>