Shades of Malachite #1CF067
Tints of Malachite #1CF067
RGB
CMYK
RGB Variations
Color information
#1CF067 (or 0x1CF067) is known color: Malachite. HEX triplet: 1C, F0 and 67. RGB value is (28,240,103). Sum of RGB (Red+Green+Blue) = 28+240+103=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF067 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF067 is #E30F98. Grayscale: #A1A1A1. Windows color (decimal): -14880665 or 6811676. OLE color: 6811676.
HSL color Cylindrical-coordinate representation of color #1CF067: hue angle of 141.23º 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 #1CF067 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 103 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.06 |
| HSL | 141.23º | 0.88% | 0.53% | - |
| HSV(B) | 141.23º | 0.88% | 0.94% | - |
| XYZ | 34.09 | 63.55 | 23.3 | - |
| YUV | 160.99 | 95.26 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 103 | 0.88 | 0 | 0.57 | 0.06 | 141.23 | 0.88 | 0.53 |
| Hex | 1C | F0 | 67 | 58 | 0 | 39 | 6 | 8D | 58 | 35 |
| Octal | 34 | 360 | 147 | 130 | 0 | 71 | 6 | 215 | 130 | 65 |
| Binary | 11100 | 11110000 | 1100111 | 1011000 | 0 | 111001 | 110 | 10001101 | 1011000 | 110101 |
Color Harmonies of #1CF067
Complementary color
Monochromatic Colors of #1CF067
Black with #1CF067
Text Example
Text Example
White with #1CF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF067; }
p { color: rgb(28,240,103); }
H1.HeaderClassName
{
color: #1CF067;
}
.AnyTagClassName
{
color: #1CF067;
}
</style>
background-color css
<style>
a { background-color: #1CF067; }
a { background-color: rgb(28,240,103); }
div.DivClassName
{
background-color: #1CF067;
}
.BgClassName
{
background-color: #1CF067;
}
</style>
border-color css
<style>
span { border-color: #1CF067; }
span { border-color: rgb(28,240,103); }
td.TdClassName
{
border-color: #1CF067;
}
.TagClassName
{
border-color: #1CF067;
}
</style>