Shades of Malachite #1CF150
Tints of Malachite #1CF150
RGB
CMYK
RGB Variations
Color information
#1CF150 (or 0x1CF150) is known color: Malachite. HEX triplet: 1C, F1 and 50. RGB value is (28,241,80). Sum of RGB (Red+Green+Blue) = 28+241+80=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF150 is #E30EAF. Grayscale: #9F9F9F. Windows color (decimal): -14880432 or 5304604. OLE color: 5304604.
HSL color Cylindrical-coordinate representation of color #1CF150: hue angle of 134.65º degrees, saturation: 0.88, 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 #1CF150 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 241 | 80 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.05 |
| HSL | 134.65º | 0.88% | 0.53% | - |
| HSV(B) | 134.65º | 0.88% | 0.95% | - |
| XYZ | 33.38 | 63.74 | 18.13 | - |
| YUV | 158.96 | 83.43 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 241 | 80 | 0.88 | 0 | 0.67 | 0.05 | 134.65 | 0.88 | 0.53 |
| Hex | 1C | F1 | 50 | 58 | 0 | 43 | 5 | 87 | 58 | 35 |
| Octal | 34 | 361 | 120 | 130 | 0 | 103 | 5 | 207 | 130 | 65 |
| Binary | 11100 | 11110001 | 1010000 | 1011000 | 0 | 1000011 | 101 | 10000111 | 1011000 | 110101 |
Color Harmonies of #1CF150
Complementary color
Monochromatic Colors of #1CF150
Black with #1CF150
Text Example
Text Example
White with #1CF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF150; }
p { color: rgb(28,241,80); }
H1.HeaderClassName
{
color: #1CF150;
}
.AnyTagClassName
{
color: #1CF150;
}
</style>
background-color css
<style>
a { background-color: #1CF150; }
a { background-color: rgb(28,241,80); }
div.DivClassName
{
background-color: #1CF150;
}
.BgClassName
{
background-color: #1CF150;
}
</style>
border-color css
<style>
span { border-color: #1CF150; }
span { border-color: rgb(28,241,80); }
td.TdClassName
{
border-color: #1CF150;
}
.TagClassName
{
border-color: #1CF150;
}
</style>