Shades of Malachite #1CFA49
Tints of Malachite #1CFA49
RGB
CMYK
RGB Variations
Color information
#1CFA49 (or 0x1CFA49) is known color: Malachite. HEX triplet: 1C, FA and 49. RGB value is (28,250,73). Sum of RGB (Red+Green+Blue) = 28+250+73=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFA49 is #E305B6. Grayscale: #A3A3A3. Windows color (decimal): -14878135 or 4848156. OLE color: 4848156.
HSL color Cylindrical-coordinate representation of color #1CFA49: hue angle of 132.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFA49 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 73 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.02 |
| HSL | 132.16º | 0.96% | 0.55% | - |
| HSV(B) | 132.16º | 0.89% | 0.98% | - |
| XYZ | 35.87 | 69.1 | 17.75 | - |
| YUV | 163.44 | 76.95 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 73 | 0.89 | 0 | 0.71 | 0.02 | 132.16 | 0.96 | 0.55 |
| Hex | 1C | FA | 49 | 59 | 0 | 47 | 2 | 84 | 60 | 37 |
| Octal | 34 | 372 | 111 | 131 | 0 | 107 | 2 | 204 | 140 | 67 |
| Binary | 11100 | 11111010 | 1001001 | 1011001 | 0 | 1000111 | 10 | 10000100 | 1100000 | 110111 |
Color Harmonies of #1CFA49
Complementary color
Monochromatic Colors of #1CFA49
Black with #1CFA49
Text Example
Text Example
White with #1CFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA49; }
p { color: rgb(28,250,73); }
H1.HeaderClassName
{
color: #1CFA49;
}
.AnyTagClassName
{
color: #1CFA49;
}
</style>
background-color css
<style>
a { background-color: #1CFA49; }
a { background-color: rgb(28,250,73); }
div.DivClassName
{
background-color: #1CFA49;
}
.BgClassName
{
background-color: #1CFA49;
}
</style>
border-color css
<style>
span { border-color: #1CFA49; }
span { border-color: rgb(28,250,73); }
td.TdClassName
{
border-color: #1CFA49;
}
.TagClassName
{
border-color: #1CFA49;
}
</style>