Shades of Malachite #1CCA44
Tints of Malachite #1CCA44
RGB
CMYK
RGB Variations
Color information
#1CCA44 (or 0x1CCA44) is known color: Malachite. HEX triplet: 1C, CA and 44. RGB value is (28,202,68). Sum of RGB (Red+Green+Blue) = 28+202+68=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCA44 is #E335BB. Grayscale: #878787. Windows color (decimal): -14890428 or 4508188. OLE color: 4508188.
HSL color Cylindrical-coordinate representation of color #1CCA44: hue angle of 133.79º 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 #1CCA44 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 68 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.21 |
| HSL | 133.79º | 0.76% | 0.45% | - |
| HSV(B) | 133.79º | 0.86% | 0.79% | - |
| XYZ | 22.64 | 42.91 | 12.56 | - |
| YUV | 134.7 | 90.35 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 68 | 0.86 | 0 | 0.66 | 0.21 | 133.79 | 0.76 | 0.45 |
| Hex | 1C | CA | 44 | 56 | 0 | 42 | 15 | 86 | 4C | 2D |
| Octal | 34 | 312 | 104 | 126 | 0 | 102 | 25 | 206 | 114 | 55 |
| Binary | 11100 | 11001010 | 1000100 | 1010110 | 0 | 1000010 | 10101 | 10000110 | 1001100 | 101101 |
Color Harmonies of #1CCA44
Complementary color
Monochromatic Colors of #1CCA44
Black with #1CCA44
Text Example
Text Example
White with #1CCA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA44; }
p { color: rgb(28,202,68); }
H1.HeaderClassName
{
color: #1CCA44;
}
.AnyTagClassName
{
color: #1CCA44;
}
</style>
background-color css
<style>
a { background-color: #1CCA44; }
a { background-color: rgb(28,202,68); }
div.DivClassName
{
background-color: #1CCA44;
}
.BgClassName
{
background-color: #1CCA44;
}
</style>
border-color css
<style>
span { border-color: #1CCA44; }
span { border-color: rgb(28,202,68); }
td.TdClassName
{
border-color: #1CCA44;
}
.TagClassName
{
border-color: #1CCA44;
}
</style>