Shades of Malachite #1CC25A
Tints of Malachite #1CC25A
RGB
CMYK
RGB Variations
Color information
#1CC25A (or 0x1CC25A) is known color: Malachite. HEX triplet: 1C, C2 and 5A. RGB value is (28,194,90). Sum of RGB (Red+Green+Blue) = 28+194+90=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC25A is #E33DA5. Grayscale: #848484. Windows color (decimal): -14892454 or 5947932. OLE color: 5947932.
HSL color Cylindrical-coordinate representation of color #1CC25A: hue angle of 142.41º 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 #1CC25A is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 90 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.24 |
| HSL | 142.41º | 0.75% | 0.44% | - |
| HSV(B) | 142.41º | 0.86% | 0.76% | - |
| XYZ | 21.62 | 39.57 | 16.17 | - |
| YUV | 132.51 | 104 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 90 | 0.86 | 0 | 0.54 | 0.24 | 142.41 | 0.75 | 0.44 |
| Hex | 1C | C2 | 5A | 56 | 0 | 36 | 18 | 8E | 4B | 2C |
| Octal | 34 | 302 | 132 | 126 | 0 | 66 | 30 | 216 | 113 | 54 |
| Binary | 11100 | 11000010 | 1011010 | 1010110 | 0 | 110110 | 11000 | 10001110 | 1001011 | 101100 |
Color Harmonies of #1CC25A
Complementary color
Monochromatic Colors of #1CC25A
Black with #1CC25A
Text Example
Text Example
White with #1CC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC25A; }
p { color: rgb(28,194,90); }
H1.HeaderClassName
{
color: #1CC25A;
}
.AnyTagClassName
{
color: #1CC25A;
}
</style>
background-color css
<style>
a { background-color: #1CC25A; }
a { background-color: rgb(28,194,90); }
div.DivClassName
{
background-color: #1CC25A;
}
.BgClassName
{
background-color: #1CC25A;
}
</style>
border-color css
<style>
span { border-color: #1CC25A; }
span { border-color: rgb(28,194,90); }
td.TdClassName
{
border-color: #1CC25A;
}
.TagClassName
{
border-color: #1CC25A;
}
</style>