Shades of Malachite #1CF264
Tints of Malachite #1CF264
RGB
CMYK
RGB Variations
Color information
#1CF264 (or 0x1CF264) is known color: Malachite. HEX triplet: 1C, F2 and 64. RGB value is (28,242,100). Sum of RGB (Red+Green+Blue) = 28+242+100=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF264 is #E30D9B. Grayscale: #A2A2A2. Windows color (decimal): -14880156 or 6615580. OLE color: 6615580.
HSL color Cylindrical-coordinate representation of color #1CF264: hue angle of 140.19º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF264 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 100 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.05 |
| HSL | 140.19º | 0.89% | 0.53% | - |
| HSV(B) | 140.19º | 0.88% | 0.95% | - |
| XYZ | 34.53 | 64.67 | 22.72 | - |
| YUV | 161.83 | 93.1 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 100 | 0.88 | 0 | 0.59 | 0.05 | 140.19 | 0.89 | 0.53 |
| Hex | 1C | F2 | 64 | 58 | 0 | 3B | 5 | 8C | 59 | 35 |
| Octal | 34 | 362 | 144 | 130 | 0 | 73 | 5 | 214 | 131 | 65 |
| Binary | 11100 | 11110010 | 1100100 | 1011000 | 0 | 111011 | 101 | 10001100 | 1011001 | 110101 |
Color Harmonies of #1CF264
Complementary color
Monochromatic Colors of #1CF264
Black with #1CF264
Text Example
Text Example
White with #1CF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF264; }
p { color: rgb(28,242,100); }
H1.HeaderClassName
{
color: #1CF264;
}
.AnyTagClassName
{
color: #1CF264;
}
</style>
background-color css
<style>
a { background-color: #1CF264; }
a { background-color: rgb(28,242,100); }
div.DivClassName
{
background-color: #1CF264;
}
.BgClassName
{
background-color: #1CF264;
}
</style>
border-color css
<style>
span { border-color: #1CF264; }
span { border-color: rgb(28,242,100); }
td.TdClassName
{
border-color: #1CF264;
}
.TagClassName
{
border-color: #1CF264;
}
</style>