Shades of Malachite #1CC265
Tints of Malachite #1CC265
RGB
CMYK
RGB Variations
Color information
#1CC265 (or 0x1CC265) is known color: Malachite. HEX triplet: 1C, C2 and 65. RGB value is (28,194,101). Sum of RGB (Red+Green+Blue) = 28+194+101=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC265 is #E33D9A. Grayscale: #858585. Windows color (decimal): -14892443 or 6668828. OLE color: 6668828.
HSL color Cylindrical-coordinate representation of color #1CC265: hue angle of 146.39º 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 #1CC265 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 101 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.24 |
| HSL | 146.39º | 0.75% | 0.44% | - |
| HSV(B) | 146.39º | 0.86% | 0.76% | - |
| XYZ | 22.12 | 39.77 | 18.82 | - |
| YUV | 133.76 | 109.5 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 101 | 0.86 | 0 | 0.48 | 0.24 | 146.39 | 0.75 | 0.44 |
| Hex | 1C | C2 | 65 | 56 | 0 | 30 | 18 | 92 | 4B | 2C |
| Octal | 34 | 302 | 145 | 126 | 0 | 60 | 30 | 222 | 113 | 54 |
| Binary | 11100 | 11000010 | 1100101 | 1010110 | 0 | 110000 | 11000 | 10010010 | 1001011 | 101100 |
Color Harmonies of #1CC265
Complementary color
Monochromatic Colors of #1CC265
Black with #1CC265
Text Example
Text Example
White with #1CC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC265; }
p { color: rgb(28,194,101); }
H1.HeaderClassName
{
color: #1CC265;
}
.AnyTagClassName
{
color: #1CC265;
}
</style>
background-color css
<style>
a { background-color: #1CC265; }
a { background-color: rgb(28,194,101); }
div.DivClassName
{
background-color: #1CC265;
}
.BgClassName
{
background-color: #1CC265;
}
</style>
border-color css
<style>
span { border-color: #1CC265; }
span { border-color: rgb(28,194,101); }
td.TdClassName
{
border-color: #1CC265;
}
.TagClassName
{
border-color: #1CC265;
}
</style>