Shades of Malachite #1CC34D
Tints of Malachite #1CC34D
RGB
CMYK
RGB Variations
Color information
#1CC34D (or 0x1CC34D) is known color: Malachite. HEX triplet: 1C, C3 and 4D. RGB value is (28,195,77). Sum of RGB (Red+Green+Blue) = 28+195+77=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC34D is #E33CB2. Grayscale: #838383. Windows color (decimal): -14892211 or 5096220. OLE color: 5096220.
HSL color Cylindrical-coordinate representation of color #1CC34D: hue angle of 137.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC34D is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 77 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.24 |
| HSL | 137.6º | 0.75% | 0.44% | - |
| HSV(B) | 137.6º | 0.86% | 0.76% | - |
| XYZ | 21.33 | 39.81 | 13.58 | - |
| YUV | 131.62 | 97.17 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 77 | 0.86 | 0 | 0.61 | 0.24 | 137.6 | 0.75 | 0.44 |
| Hex | 1C | C3 | 4D | 56 | 0 | 3D | 18 | 8A | 4B | 2C |
| Octal | 34 | 303 | 115 | 126 | 0 | 75 | 30 | 212 | 113 | 54 |
| Binary | 11100 | 11000011 | 1001101 | 1010110 | 0 | 111101 | 11000 | 10001010 | 1001011 | 101100 |
Color Harmonies of #1CC34D
Complementary color
Monochromatic Colors of #1CC34D
Black with #1CC34D
Text Example
Text Example
White with #1CC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC34D; }
p { color: rgb(28,195,77); }
H1.HeaderClassName
{
color: #1CC34D;
}
.AnyTagClassName
{
color: #1CC34D;
}
</style>
background-color css
<style>
a { background-color: #1CC34D; }
a { background-color: rgb(28,195,77); }
div.DivClassName
{
background-color: #1CC34D;
}
.BgClassName
{
background-color: #1CC34D;
}
</style>
border-color css
<style>
span { border-color: #1CC34D; }
span { border-color: rgb(28,195,77); }
td.TdClassName
{
border-color: #1CC34D;
}
.TagClassName
{
border-color: #1CC34D;
}
</style>