Shades of Malachite #1CCC4A
Tints of Malachite #1CCC4A
RGB
CMYK
RGB Variations
Color information
#1CCC4A (or 0x1CCC4A) is known color: Malachite. HEX triplet: 1C, CC and 4A. RGB value is (28,204,74). Sum of RGB (Red+Green+Blue) = 28+204+74=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC4A is #E333B5. Grayscale: #888888. Windows color (decimal): -14889910 or 4901916. OLE color: 4901916.
HSL color Cylindrical-coordinate representation of color #1CCC4A: hue angle of 135.68º 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 #1CCC4A is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 74 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.2 |
| HSL | 135.68º | 0.76% | 0.45% | - |
| HSV(B) | 135.68º | 0.86% | 0.8% | - |
| XYZ | 23.31 | 43.93 | 13.73 | - |
| YUV | 136.56 | 92.69 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 74 | 0.86 | 0 | 0.64 | 0.2 | 135.68 | 0.76 | 0.45 |
| Hex | 1C | CC | 4A | 56 | 0 | 40 | 14 | 88 | 4C | 2D |
| Octal | 34 | 314 | 112 | 126 | 0 | 100 | 24 | 210 | 114 | 55 |
| Binary | 11100 | 11001100 | 1001010 | 1010110 | 0 | 1000000 | 10100 | 10001000 | 1001100 | 101101 |
Color Harmonies of #1CCC4A
Complementary color
Monochromatic Colors of #1CCC4A
Black with #1CCC4A
Text Example
Text Example
White with #1CCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC4A; }
p { color: rgb(28,204,74); }
H1.HeaderClassName
{
color: #1CCC4A;
}
.AnyTagClassName
{
color: #1CCC4A;
}
</style>
background-color css
<style>
a { background-color: #1CCC4A; }
a { background-color: rgb(28,204,74); }
div.DivClassName
{
background-color: #1CCC4A;
}
.BgClassName
{
background-color: #1CCC4A;
}
</style>
border-color css
<style>
span { border-color: #1CCC4A; }
span { border-color: rgb(28,204,74); }
td.TdClassName
{
border-color: #1CCC4A;
}
.TagClassName
{
border-color: #1CCC4A;
}
</style>