Shades of Malachite #1CCC44
Tints of Malachite #1CCC44
RGB
CMYK
RGB Variations
Color information
#1CCC44 (or 0x1CCC44) is known color: Malachite. HEX triplet: 1C, CC and 44. RGB value is (28,204,68). Sum of RGB (Red+Green+Blue) = 28+204+68=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC44 is #E333BB. Grayscale: #888888. Windows color (decimal): -14889916 or 4508700. OLE color: 4508700.
HSL color Cylindrical-coordinate representation of color #1CCC44: hue angle of 133.64º 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 #1CCC44 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 68 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.2 |
| HSL | 133.64º | 0.76% | 0.45% | - |
| HSV(B) | 133.64º | 0.86% | 0.8% | - |
| XYZ | 23.12 | 43.85 | 12.71 | - |
| YUV | 135.87 | 89.69 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 68 | 0.86 | 0 | 0.67 | 0.2 | 133.64 | 0.76 | 0.45 |
| Hex | 1C | CC | 44 | 56 | 0 | 43 | 14 | 86 | 4C | 2D |
| Octal | 34 | 314 | 104 | 126 | 0 | 103 | 24 | 206 | 114 | 55 |
| Binary | 11100 | 11001100 | 1000100 | 1010110 | 0 | 1000011 | 10100 | 10000110 | 1001100 | 101101 |
Color Harmonies of #1CCC44
Complementary color
Monochromatic Colors of #1CCC44
Black with #1CCC44
Text Example
Text Example
White with #1CCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC44; }
p { color: rgb(28,204,68); }
H1.HeaderClassName
{
color: #1CCC44;
}
.AnyTagClassName
{
color: #1CCC44;
}
</style>
background-color css
<style>
a { background-color: #1CCC44; }
a { background-color: rgb(28,204,68); }
div.DivClassName
{
background-color: #1CCC44;
}
.BgClassName
{
background-color: #1CCC44;
}
</style>
border-color css
<style>
span { border-color: #1CCC44; }
span { border-color: rgb(28,204,68); }
td.TdClassName
{
border-color: #1CCC44;
}
.TagClassName
{
border-color: #1CCC44;
}
</style>