Shades of Malachite #1CD25A
Tints of Malachite #1CD25A
RGB
CMYK
RGB Variations
Color information
#1CD25A (or 0x1CD25A) is known color: Malachite. HEX triplet: 1C, D2 and 5A. RGB value is (28,210,90). Sum of RGB (Red+Green+Blue) = 28+210+90=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD25A is #E32DA5. Grayscale: #8E8E8E. Windows color (decimal): -14888358 or 5952028. OLE color: 5952028.
HSL color Cylindrical-coordinate representation of color #1CD25A: hue angle of 140.44º 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 #1CD25A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 90 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.18 |
| HSL | 140.44º | 0.76% | 0.47% | - |
| HSV(B) | 140.44º | 0.87% | 0.82% | - |
| XYZ | 25.37 | 47.08 | 17.42 | - |
| YUV | 141.9 | 98.7 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 90 | 0.87 | 0 | 0.57 | 0.18 | 140.44 | 0.76 | 0.47 |
| Hex | 1C | D2 | 5A | 57 | 0 | 39 | 12 | 8C | 4C | 2F |
| Octal | 34 | 322 | 132 | 127 | 0 | 71 | 22 | 214 | 114 | 57 |
| Binary | 11100 | 11010010 | 1011010 | 1010111 | 0 | 111001 | 10010 | 10001100 | 1001100 | 101111 |
Color Harmonies of #1CD25A
Complementary color
Monochromatic Colors of #1CD25A
Black with #1CD25A
Text Example
Text Example
White with #1CD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD25A; }
p { color: rgb(28,210,90); }
H1.HeaderClassName
{
color: #1CD25A;
}
.AnyTagClassName
{
color: #1CD25A;
}
</style>
background-color css
<style>
a { background-color: #1CD25A; }
a { background-color: rgb(28,210,90); }
div.DivClassName
{
background-color: #1CD25A;
}
.BgClassName
{
background-color: #1CD25A;
}
</style>
border-color css
<style>
span { border-color: #1CD25A; }
span { border-color: rgb(28,210,90); }
td.TdClassName
{
border-color: #1CD25A;
}
.TagClassName
{
border-color: #1CD25A;
}
</style>