Shades of Malachite #1CCC64
Tints of Malachite #1CCC64
RGB
CMYK
RGB Variations
Color information
#1CCC64 (or 0x1CCC64) is known color: Malachite. HEX triplet: 1C, CC and 64. RGB value is (28,204,100). Sum of RGB (Red+Green+Blue) = 28+204+100=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCC64 is #E3339B. Grayscale: #8B8B8B. Windows color (decimal): -14889884 or 6605852. OLE color: 6605852.
HSL color Cylindrical-coordinate representation of color #1CCC64: hue angle of 144.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC64 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 100 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.2 |
| HSL | 144.55º | 0.76% | 0.45% | - |
| HSV(B) | 144.55º | 0.86% | 0.8% | - |
| XYZ | 24.37 | 44.35 | 19.33 | - |
| YUV | 139.52 | 105.69 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 100 | 0.86 | 0 | 0.51 | 0.2 | 144.55 | 0.76 | 0.45 |
| Hex | 1C | CC | 64 | 56 | 0 | 33 | 14 | 91 | 4C | 2D |
| Octal | 34 | 314 | 144 | 126 | 0 | 63 | 24 | 221 | 114 | 55 |
| Binary | 11100 | 11001100 | 1100100 | 1010110 | 0 | 110011 | 10100 | 10010001 | 1001100 | 101101 |
Color Harmonies of #1CCC64
Complementary color
Monochromatic Colors of #1CCC64
Black with #1CCC64
Text Example
Text Example
White with #1CCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC64; }
p { color: rgb(28,204,100); }
H1.HeaderClassName
{
color: #1CCC64;
}
.AnyTagClassName
{
color: #1CCC64;
}
</style>
background-color css
<style>
a { background-color: #1CCC64; }
a { background-color: rgb(28,204,100); }
div.DivClassName
{
background-color: #1CCC64;
}
.BgClassName
{
background-color: #1CCC64;
}
</style>
border-color css
<style>
span { border-color: #1CCC64; }
span { border-color: rgb(28,204,100); }
td.TdClassName
{
border-color: #1CCC64;
}
.TagClassName
{
border-color: #1CCC64;
}
</style>