Shades of Malachite #1CD85A
Tints of Malachite #1CD85A
RGB
CMYK
RGB Variations
Color information
#1CD85A (or 0x1CD85A) is known color: Malachite. HEX triplet: 1C, D8 and 5A. RGB value is (28,216,90). Sum of RGB (Red+Green+Blue) = 28+216+90=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD85A is #E327A5. Grayscale: #919191. Windows color (decimal): -14886822 or 5953564. OLE color: 5953564.
HSL color Cylindrical-coordinate representation of color #1CD85A: hue angle of 139.79º 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 #1CD85A is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 216 | 90 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.15 |
| HSL | 139.79º | 0.77% | 0.48% | - |
| HSV(B) | 139.79º | 0.87% | 0.85% | - |
| XYZ | 26.88 | 50.1 | 17.93 | - |
| YUV | 145.42 | 96.72 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 216 | 90 | 0.87 | 0 | 0.58 | 0.15 | 139.79 | 0.77 | 0.48 |
| Hex | 1C | D8 | 5A | 57 | 0 | 3A | F | 8C | 4D | 30 |
| Octal | 34 | 330 | 132 | 127 | 0 | 72 | 17 | 214 | 115 | 60 |
| Binary | 11100 | 11011000 | 1011010 | 1010111 | 0 | 111010 | 1111 | 10001100 | 1001101 | 110000 |
Color Harmonies of #1CD85A
Complementary color
Monochromatic Colors of #1CD85A
Black with #1CD85A
Text Example
Text Example
White with #1CD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD85A; }
p { color: rgb(28,216,90); }
H1.HeaderClassName
{
color: #1CD85A;
}
.AnyTagClassName
{
color: #1CD85A;
}
</style>
background-color css
<style>
a { background-color: #1CD85A; }
a { background-color: rgb(28,216,90); }
div.DivClassName
{
background-color: #1CD85A;
}
.BgClassName
{
background-color: #1CD85A;
}
</style>
border-color css
<style>
span { border-color: #1CD85A; }
span { border-color: rgb(28,216,90); }
td.TdClassName
{
border-color: #1CD85A;
}
.TagClassName
{
border-color: #1CD85A;
}
</style>