Shades of Malachite #1FC14D
Tints of Malachite #1FC14D
RGB
CMYK
RGB Variations
Color information
#1FC14D (or 0x1FC14D) is known color: Malachite. HEX triplet: 1F, C1 and 4D. RGB value is (31,193,77). Sum of RGB (Red+Green+Blue) = 31+193+77=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC14D is #E03EB2. Grayscale: #838383. Windows color (decimal): -14696115 or 5095711. OLE color: 5095711.
HSL color Cylindrical-coordinate representation of color #1FC14D: hue angle of 137.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC14D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 77 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.24 |
| HSL | 137.04º | 0.72% | 0.44% | - |
| HSV(B) | 137.04º | 0.84% | 0.76% | - |
| XYZ | 20.97 | 38.97 | 13.44 | - |
| YUV | 131.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 77 | 0.84 | 0 | 0.60 | 0.24 | 137.04 | 0.72 | 0.44 |
| Hex | 1F | C1 | 4D | 54 | 0 | 3C | 18 | 89 | 48 | 2C |
| Octal | 37 | 301 | 115 | 124 | 0 | 74 | 30 | 211 | 110 | 54 |
| Binary | 11111 | 11000001 | 1001101 | 1010100 | 0 | 111100 | 11000 | 10001001 | 1001000 | 101100 |
Color Harmonies of #1FC14D
Complementary color
Monochromatic Colors of #1FC14D
Black with #1FC14D
Text Example
Text Example
White with #1FC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC14D; }
p { color: rgb(31,193,77); }
H1.HeaderClassName
{
color: #1FC14D;
}
.AnyTagClassName
{
color: #1FC14D;
}
</style>
background-color css
<style>
a { background-color: #1FC14D; }
a { background-color: rgb(31,193,77); }
div.DivClassName
{
background-color: #1FC14D;
}
.BgClassName
{
background-color: #1FC14D;
}
</style>
border-color css
<style>
span { border-color: #1FC14D; }
span { border-color: rgb(31,193,77); }
td.TdClassName
{
border-color: #1FC14D;
}
.TagClassName
{
border-color: #1FC14D;
}
</style>