Shades of Malachite #1CF063
Tints of Malachite #1CF063
RGB
CMYK
RGB Variations
Color information
#1CF063 (or 0x1CF063) is known color: Malachite. HEX triplet: 1C, F0 and 63. RGB value is (28,240,99). Sum of RGB (Red+Green+Blue) = 28+240+99=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF063 is #E30F9C. Grayscale: #A0A0A0. Windows color (decimal): -14880669 or 6549532. OLE color: 6549532.
HSL color Cylindrical-coordinate representation of color #1CF063: hue angle of 140.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF063 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 99 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.06 |
| HSL | 140.09º | 0.88% | 0.53% | - |
| HSV(B) | 140.09º | 0.88% | 0.94% | - |
| XYZ | 33.89 | 63.47 | 22.27 | - |
| YUV | 160.54 | 93.26 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 99 | 0.88 | 0 | 0.59 | 0.06 | 140.09 | 0.88 | 0.53 |
| Hex | 1C | F0 | 63 | 58 | 0 | 3B | 6 | 8C | 58 | 35 |
| Octal | 34 | 360 | 143 | 130 | 0 | 73 | 6 | 214 | 130 | 65 |
| Binary | 11100 | 11110000 | 1100011 | 1011000 | 0 | 111011 | 110 | 10001100 | 1011000 | 110101 |
Color Harmonies of #1CF063
Complementary color
Monochromatic Colors of #1CF063
Black with #1CF063
Text Example
Text Example
White with #1CF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF063; }
p { color: rgb(28,240,99); }
H1.HeaderClassName
{
color: #1CF063;
}
.AnyTagClassName
{
color: #1CF063;
}
</style>
background-color css
<style>
a { background-color: #1CF063; }
a { background-color: rgb(28,240,99); }
div.DivClassName
{
background-color: #1CF063;
}
.BgClassName
{
background-color: #1CF063;
}
</style>
border-color css
<style>
span { border-color: #1CF063; }
span { border-color: rgb(28,240,99); }
td.TdClassName
{
border-color: #1CF063;
}
.TagClassName
{
border-color: #1CF063;
}
</style>