Shades of Malachite #14F343
Tints of Malachite #14F343
RGB
CMYK
RGB Variations
Color information
#14F343 (or 0x14F343) is known color: Malachite. HEX triplet: 14, F3 and 43. RGB value is (20,243,67). Sum of RGB (Red+Green+Blue) = 20+243+67=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #14F343 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F343 is #EB0CBC. Grayscale: #9C9C9C. Windows color (decimal): -15404221 or 4453140. OLE color: 4453140.
HSL color Cylindrical-coordinate representation of color #14F343: hue angle of 132.65º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F343 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 67 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.05 |
| HSL | 132.65º | 0.9% | 0.52% | - |
| HSV(B) | 132.65º | 0.92% | 0.95% | - |
| XYZ | 33.35 | 64.66 | 16.03 | - |
| YUV | 156.26 | 77.62 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 67 | 0.92 | 0 | 0.72 | 0.05 | 132.65 | 0.9 | 0.52 |
| Hex | 14 | F3 | 43 | 5C | 0 | 48 | 5 | 85 | 5A | 34 |
| Octal | 24 | 363 | 103 | 134 | 0 | 110 | 5 | 205 | 132 | 64 |
| Binary | 10100 | 11110011 | 1000011 | 1011100 | 0 | 1001000 | 101 | 10000101 | 1011010 | 110100 |
Color Harmonies of #14F343
Complementary color
Monochromatic Colors of #14F343
Black with #14F343
Text Example
Text Example
White with #14F343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F343; }
p { color: rgb(20,243,67); }
H1.HeaderClassName
{
color: #14F343;
}
.AnyTagClassName
{
color: #14F343;
}
</style>
background-color css
<style>
a { background-color: #14F343; }
a { background-color: rgb(20,243,67); }
div.DivClassName
{
background-color: #14F343;
}
.BgClassName
{
background-color: #14F343;
}
</style>
border-color css
<style>
span { border-color: #14F343; }
span { border-color: rgb(20,243,67); }
td.TdClassName
{
border-color: #14F343;
}
.TagClassName
{
border-color: #14F343;
}
</style>