Shades of Malachite #1CC968
Tints of Malachite #1CC968
RGB
CMYK
RGB Variations
Color information
#1CC968 (or 0x1CC968) is known color: Malachite. HEX triplet: 1C, C9 and 68. RGB value is (28,201,104). Sum of RGB (Red+Green+Blue) = 28+201+104=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC968 is #E33697. Grayscale: #8A8A8A. Windows color (decimal): -14890648 or 6867228. OLE color: 6867228.
HSL color Cylindrical-coordinate representation of color #1CC968: hue angle of 146.36º 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 #1CC968 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 104 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.21 |
| HSL | 146.36º | 0.76% | 0.45% | - |
| HSV(B) | 146.36º | 0.86% | 0.79% | - |
| XYZ | 23.86 | 43.02 | 20.14 | - |
| YUV | 138.22 | 108.69 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 104 | 0.86 | 0 | 0.48 | 0.21 | 146.36 | 0.76 | 0.45 |
| Hex | 1C | C9 | 68 | 56 | 0 | 30 | 15 | 92 | 4C | 2D |
| Octal | 34 | 311 | 150 | 126 | 0 | 60 | 25 | 222 | 114 | 55 |
| Binary | 11100 | 11001001 | 1101000 | 1010110 | 0 | 110000 | 10101 | 10010010 | 1001100 | 101101 |
Color Harmonies of #1CC968
Complementary color
Monochromatic Colors of #1CC968
Black with #1CC968
Text Example
Text Example
White with #1CC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC968; }
p { color: rgb(28,201,104); }
H1.HeaderClassName
{
color: #1CC968;
}
.AnyTagClassName
{
color: #1CC968;
}
</style>
background-color css
<style>
a { background-color: #1CC968; }
a { background-color: rgb(28,201,104); }
div.DivClassName
{
background-color: #1CC968;
}
.BgClassName
{
background-color: #1CC968;
}
</style>
border-color css
<style>
span { border-color: #1CC968; }
span { border-color: rgb(28,201,104); }
td.TdClassName
{
border-color: #1CC968;
}
.TagClassName
{
border-color: #1CC968;
}
</style>