Shades of Malachite #1CD96D
Tints of Malachite #1CD96D
RGB
CMYK
RGB Variations
Color information
#1CD96D (or 0x1CD96D) is known color: Malachite. HEX triplet: 1C, D9 and 6D. RGB value is (28,217,109). Sum of RGB (Red+Green+Blue) = 28+217+109=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD96D is #E32692. Grayscale: #949494. Windows color (decimal): -14886547 or 7199004. OLE color: 7199004.
HSL color Cylindrical-coordinate representation of color #1CD96D: hue angle of 145.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD96D is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 217 | 109 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.15 |
| HSL | 145.71º | 0.77% | 0.48% | - |
| HSV(B) | 145.71º | 0.87% | 0.85% | - |
| XYZ | 28.05 | 50.98 | 22.83 | - |
| YUV | 148.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 109 | 0.87 | 0 | 0.50 | 0.15 | 145.71 | 0.77 | 0.48 |
| Hex | 1C | D9 | 6D | 57 | 0 | 32 | F | 92 | 4D | 30 |
| Octal | 34 | 331 | 155 | 127 | 0 | 62 | 17 | 222 | 115 | 60 |
| Binary | 11100 | 11011001 | 1101101 | 1010111 | 0 | 110010 | 1111 | 10010010 | 1001101 | 110000 |
Color Harmonies of #1CD96D
Complementary color
Monochromatic Colors of #1CD96D
Black with #1CD96D
Text Example
Text Example
White with #1CD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD96D; }
p { color: rgb(28,217,109); }
H1.HeaderClassName
{
color: #1CD96D;
}
.AnyTagClassName
{
color: #1CD96D;
}
</style>
background-color css
<style>
a { background-color: #1CD96D; }
a { background-color: rgb(28,217,109); }
div.DivClassName
{
background-color: #1CD96D;
}
.BgClassName
{
background-color: #1CD96D;
}
</style>
border-color css
<style>
span { border-color: #1CD96D; }
span { border-color: rgb(28,217,109); }
td.TdClassName
{
border-color: #1CD96D;
}
.TagClassName
{
border-color: #1CD96D;
}
</style>