Shades of Malachite #1CC966
Tints of Malachite #1CC966
RGB
CMYK
RGB Variations
Color information
#1CC966 (or 0x1CC966) is known color: Malachite. HEX triplet: 1C, C9 and 66. RGB value is (28,201,102). Sum of RGB (Red+Green+Blue) = 28+201+102=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC966 is #E33699. Grayscale: #8A8A8A. Windows color (decimal): -14890650 or 6736156. OLE color: 6736156.
HSL color Cylindrical-coordinate representation of color #1CC966: hue angle of 145.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC966 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 102 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.21 |
| HSL | 145.66º | 0.76% | 0.45% | - |
| HSV(B) | 145.66º | 0.86% | 0.79% | - |
| XYZ | 23.76 | 42.98 | 19.61 | - |
| YUV | 137.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 102 | 0.86 | 0 | 0.49 | 0.21 | 145.66 | 0.76 | 0.45 |
| Hex | 1C | C9 | 66 | 56 | 0 | 31 | 15 | 92 | 4C | 2D |
| Octal | 34 | 311 | 146 | 126 | 0 | 61 | 25 | 222 | 114 | 55 |
| Binary | 11100 | 11001001 | 1100110 | 1010110 | 0 | 110001 | 10101 | 10010010 | 1001100 | 101101 |
Color Harmonies of #1CC966
Complementary color
Monochromatic Colors of #1CC966
Black with #1CC966
Text Example
Text Example
White with #1CC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC966; }
p { color: rgb(28,201,102); }
H1.HeaderClassName
{
color: #1CC966;
}
.AnyTagClassName
{
color: #1CC966;
}
</style>
background-color css
<style>
a { background-color: #1CC966; }
a { background-color: rgb(28,201,102); }
div.DivClassName
{
background-color: #1CC966;
}
.BgClassName
{
background-color: #1CC966;
}
</style>
border-color css
<style>
span { border-color: #1CC966; }
span { border-color: rgb(28,201,102); }
td.TdClassName
{
border-color: #1CC966;
}
.TagClassName
{
border-color: #1CC966;
}
</style>