Shades of Malachite #14F351
Tints of Malachite #14F351
RGB
CMYK
RGB Variations
Color information
#14F351 (or 0x14F351) is known color: Malachite. HEX triplet: 14, F3 and 51. RGB value is (20,243,81). Sum of RGB (Red+Green+Blue) = 20+243+81=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #14F351 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F351 is #EB0CAE. Grayscale: #9E9E9E. Windows color (decimal): -15404207 or 5370644. OLE color: 5370644.
HSL color Cylindrical-coordinate representation of color #14F351: hue angle of 136.41º 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 #14F351 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 81 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.05 |
| HSL | 136.41º | 0.9% | 0.52% | - |
| HSV(B) | 136.41º | 0.92% | 0.95% | - |
| XYZ | 33.82 | 64.84 | 18.52 | - |
| YUV | 157.86 | 84.62 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 81 | 0.92 | 0 | 0.67 | 0.05 | 136.41 | 0.9 | 0.52 |
| Hex | 14 | F3 | 51 | 5C | 0 | 43 | 5 | 88 | 5A | 34 |
| Octal | 24 | 363 | 121 | 134 | 0 | 103 | 5 | 210 | 132 | 64 |
| Binary | 10100 | 11110011 | 1010001 | 1011100 | 0 | 1000011 | 101 | 10001000 | 1011010 | 110100 |
Color Harmonies of #14F351
Complementary color
Monochromatic Colors of #14F351
Black with #14F351
Text Example
Text Example
White with #14F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F351; }
p { color: rgb(20,243,81); }
H1.HeaderClassName
{
color: #14F351;
}
.AnyTagClassName
{
color: #14F351;
}
</style>
background-color css
<style>
a { background-color: #14F351; }
a { background-color: rgb(20,243,81); }
div.DivClassName
{
background-color: #14F351;
}
.BgClassName
{
background-color: #14F351;
}
</style>
border-color css
<style>
span { border-color: #14F351; }
span { border-color: rgb(20,243,81); }
td.TdClassName
{
border-color: #14F351;
}
.TagClassName
{
border-color: #14F351;
}
</style>