Shades of Malachite #1CD260
Tints of Malachite #1CD260
RGB
CMYK
RGB Variations
Color information
#1CD260 (or 0x1CD260) is known color: Malachite. HEX triplet: 1C, D2 and 60. RGB value is (28,210,96). Sum of RGB (Red+Green+Blue) = 28+210+96=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD260 is #E32D9F. Grayscale: #8E8E8E. Windows color (decimal): -14888352 or 6345244. OLE color: 6345244.
HSL color Cylindrical-coordinate representation of color #1CD260: hue angle of 142.42º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD260 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 96 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.18 |
| HSL | 142.42º | 0.76% | 0.47% | - |
| HSV(B) | 142.42º | 0.87% | 0.82% | - |
| XYZ | 25.64 | 47.18 | 18.82 | - |
| YUV | 142.59 | 101.7 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 96 | 0.87 | 0 | 0.54 | 0.18 | 142.42 | 0.76 | 0.47 |
| Hex | 1C | D2 | 60 | 57 | 0 | 36 | 12 | 8E | 4C | 2F |
| Octal | 34 | 322 | 140 | 127 | 0 | 66 | 22 | 216 | 114 | 57 |
| Binary | 11100 | 11010010 | 1100000 | 1010111 | 0 | 110110 | 10010 | 10001110 | 1001100 | 101111 |
Color Harmonies of #1CD260
Complementary color
Monochromatic Colors of #1CD260
Black with #1CD260
Text Example
Text Example
White with #1CD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD260; }
p { color: rgb(28,210,96); }
H1.HeaderClassName
{
color: #1CD260;
}
.AnyTagClassName
{
color: #1CD260;
}
</style>
background-color css
<style>
a { background-color: #1CD260; }
a { background-color: rgb(28,210,96); }
div.DivClassName
{
background-color: #1CD260;
}
.BgClassName
{
background-color: #1CD260;
}
</style>
border-color css
<style>
span { border-color: #1CD260; }
span { border-color: rgb(28,210,96); }
td.TdClassName
{
border-color: #1CD260;
}
.TagClassName
{
border-color: #1CD260;
}
</style>