Shades of Malachite #1CE064
Tints of Malachite #1CE064
RGB
CMYK
RGB Variations
Color information
#1CE064 (or 0x1CE064) is known color: Malachite. HEX triplet: 1C, E0 and 64. RGB value is (28,224,100). Sum of RGB (Red+Green+Blue) = 28+224+100=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CE064 is #E31F9B. Grayscale: #979797. Windows color (decimal): -14884764 or 6610972. OLE color: 6610972.
HSL color Cylindrical-coordinate representation of color #1CE064: hue angle of 142.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE064 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 100 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.12 |
| HSL | 142.04º | 0.78% | 0.49% | - |
| HSV(B) | 142.04º | 0.88% | 0.88% | - |
| XYZ | 29.43 | 54.48 | 21.02 | - |
| YUV | 151.26 | 99.07 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 100 | 0.88 | 0 | 0.55 | 0.12 | 142.04 | 0.78 | 0.49 |
| Hex | 1C | E0 | 64 | 58 | 0 | 37 | C | 8E | 4E | 31 |
| Octal | 34 | 340 | 144 | 130 | 0 | 67 | 14 | 216 | 116 | 61 |
| Binary | 11100 | 11100000 | 1100100 | 1011000 | 0 | 110111 | 1100 | 10001110 | 1001110 | 110001 |
Color Harmonies of #1CE064
Complementary color
Monochromatic Colors of #1CE064
Black with #1CE064
Text Example
Text Example
White with #1CE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE064; }
p { color: rgb(28,224,100); }
H1.HeaderClassName
{
color: #1CE064;
}
.AnyTagClassName
{
color: #1CE064;
}
</style>
background-color css
<style>
a { background-color: #1CE064; }
a { background-color: rgb(28,224,100); }
div.DivClassName
{
background-color: #1CE064;
}
.BgClassName
{
background-color: #1CE064;
}
</style>
border-color css
<style>
span { border-color: #1CE064; }
span { border-color: rgb(28,224,100); }
td.TdClassName
{
border-color: #1CE064;
}
.TagClassName
{
border-color: #1CE064;
}
</style>