Shades of Malachite #1CCA66
Tints of Malachite #1CCA66
RGB
CMYK
RGB Variations
Color information
#1CCA66 (or 0x1CCA66) is known color: Malachite. HEX triplet: 1C, CA and 66. RGB value is (28,202,102). Sum of RGB (Red+Green+Blue) = 28+202+102=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA66 is #E33599. Grayscale: #8A8A8A. Windows color (decimal): -14890394 or 6736412. OLE color: 6736412.
HSL color Cylindrical-coordinate representation of color #1CCA66: hue angle of 145.52º 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 #1CCA66 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 102 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.21 |
| HSL | 145.52º | 0.76% | 0.45% | - |
| HSV(B) | 145.52º | 0.86% | 0.79% | - |
| XYZ | 24 | 43.45 | 19.69 | - |
| YUV | 138.57 | 107.35 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 102 | 0.86 | 0 | 0.50 | 0.21 | 145.52 | 0.76 | 0.45 |
| Hex | 1C | CA | 66 | 56 | 0 | 32 | 15 | 92 | 4C | 2D |
| Octal | 34 | 312 | 146 | 126 | 0 | 62 | 25 | 222 | 114 | 55 |
| Binary | 11100 | 11001010 | 1100110 | 1010110 | 0 | 110010 | 10101 | 10010010 | 1001100 | 101101 |
Color Harmonies of #1CCA66
Complementary color
Monochromatic Colors of #1CCA66
Black with #1CCA66
Text Example
Text Example
White with #1CCA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA66; }
p { color: rgb(28,202,102); }
H1.HeaderClassName
{
color: #1CCA66;
}
.AnyTagClassName
{
color: #1CCA66;
}
</style>
background-color css
<style>
a { background-color: #1CCA66; }
a { background-color: rgb(28,202,102); }
div.DivClassName
{
background-color: #1CCA66;
}
.BgClassName
{
background-color: #1CCA66;
}
</style>
border-color css
<style>
span { border-color: #1CCA66; }
span { border-color: rgb(28,202,102); }
td.TdClassName
{
border-color: #1CCA66;
}
.TagClassName
{
border-color: #1CCA66;
}
</style>