Shades of Malachite #14FA43
Tints of Malachite #14FA43
RGB
CMYK
RGB Variations
Color information
#14FA43 (or 0x14FA43) is known color: Malachite. HEX triplet: 14, FA and 43. RGB value is (20,250,67). Sum of RGB (Red+Green+Blue) = 20+250+67=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA43 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FA43 is #EB05BC. Grayscale: #A0A0A0. Windows color (decimal): -15402429 or 4454932. OLE color: 4454932.
HSL color Cylindrical-coordinate representation of color #14FA43: hue angle of 132.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA43 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 67 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.02 |
| HSL | 132.26º | 0.96% | 0.53% | - |
| HSV(B) | 132.26º | 0.92% | 0.98% | - |
| XYZ | 35.49 | 68.93 | 16.74 | - |
| YUV | 160.37 | 75.3 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 67 | 0.92 | 0 | 0.73 | 0.02 | 132.26 | 0.96 | 0.53 |
| Hex | 14 | FA | 43 | 5C | 0 | 49 | 2 | 84 | 60 | 35 |
| Octal | 24 | 372 | 103 | 134 | 0 | 111 | 2 | 204 | 140 | 65 |
| Binary | 10100 | 11111010 | 1000011 | 1011100 | 0 | 1001001 | 10 | 10000100 | 1100000 | 110101 |
Color Harmonies of #14FA43
Complementary color
Monochromatic Colors of #14FA43
Black with #14FA43
Text Example
Text Example
White with #14FA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA43; }
p { color: rgb(20,250,67); }
H1.HeaderClassName
{
color: #14FA43;
}
.AnyTagClassName
{
color: #14FA43;
}
</style>
background-color css
<style>
a { background-color: #14FA43; }
a { background-color: rgb(20,250,67); }
div.DivClassName
{
background-color: #14FA43;
}
.BgClassName
{
background-color: #14FA43;
}
</style>
border-color css
<style>
span { border-color: #14FA43; }
span { border-color: rgb(20,250,67); }
td.TdClassName
{
border-color: #14FA43;
}
.TagClassName
{
border-color: #14FA43;
}
</style>