Shades of Malachite #1CF045
Tints of Malachite #1CF045
RGB
CMYK
RGB Variations
Color information
#1CF045 (or 0x1CF045) is known color: Malachite. HEX triplet: 1C, F0 and 45. RGB value is (28,240,69). Sum of RGB (Red+Green+Blue) = 28+240+69=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF045 is #E30FBA. Grayscale: #9D9D9D. Windows color (decimal): -14880699 or 4583452. OLE color: 4583452.
HSL color Cylindrical-coordinate representation of color #1CF045: hue angle of 131.6º 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 #1CF045 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 69 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.06 |
| HSL | 131.6º | 0.88% | 0.53% | - |
| HSV(B) | 131.6º | 0.88% | 0.94% | - |
| XYZ | 32.71 | 63 | 16.07 | - |
| YUV | 157.12 | 78.26 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 69 | 0.88 | 0 | 0.71 | 0.06 | 131.6 | 0.88 | 0.53 |
| Hex | 1C | F0 | 45 | 58 | 0 | 47 | 6 | 84 | 58 | 35 |
| Octal | 34 | 360 | 105 | 130 | 0 | 107 | 6 | 204 | 130 | 65 |
| Binary | 11100 | 11110000 | 1000101 | 1011000 | 0 | 1000111 | 110 | 10000100 | 1011000 | 110101 |
Color Harmonies of #1CF045
Complementary color
Monochromatic Colors of #1CF045
Black with #1CF045
Text Example
Text Example
White with #1CF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF045; }
p { color: rgb(28,240,69); }
H1.HeaderClassName
{
color: #1CF045;
}
.AnyTagClassName
{
color: #1CF045;
}
</style>
background-color css
<style>
a { background-color: #1CF045; }
a { background-color: rgb(28,240,69); }
div.DivClassName
{
background-color: #1CF045;
}
.BgClassName
{
background-color: #1CF045;
}
</style>
border-color css
<style>
span { border-color: #1CF045; }
span { border-color: rgb(28,240,69); }
td.TdClassName
{
border-color: #1CF045;
}
.TagClassName
{
border-color: #1CF045;
}
</style>