Shades of Malachite #14F953
Tints of Malachite #14F953
RGB
CMYK
RGB Variations
Color information
#14F953 (or 0x14F953) is known color: Malachite. HEX triplet: 14, F9 and 53. RGB value is (20,249,83). Sum of RGB (Red+Green+Blue) = 20+249+83=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #14F953 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F953 is #EB06AC. Grayscale: #A2A2A2. Windows color (decimal): -15402669 or 5503252. OLE color: 5503252.
HSL color Cylindrical-coordinate representation of color #14F953: hue angle of 136.51º degrees, saturation: 0.95, 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 #14F953 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 83 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.02 |
| HSL | 136.51º | 0.95% | 0.53% | - |
| HSV(B) | 136.51º | 0.92% | 0.98% | - |
| XYZ | 35.73 | 68.52 | 19.53 | - |
| YUV | 161.61 | 83.63 | 27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 83 | 0.92 | 0 | 0.67 | 0.02 | 136.51 | 0.95 | 0.53 |
| Hex | 14 | F9 | 53 | 5C | 0 | 43 | 2 | 89 | 5F | 35 |
| Octal | 24 | 371 | 123 | 134 | 0 | 103 | 2 | 211 | 137 | 65 |
| Binary | 10100 | 11111001 | 1010011 | 1011100 | 0 | 1000011 | 10 | 10001001 | 1011111 | 110101 |
Color Harmonies of #14F953
Complementary color
Monochromatic Colors of #14F953
Black with #14F953
Text Example
Text Example
White with #14F953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F953; }
p { color: rgb(20,249,83); }
H1.HeaderClassName
{
color: #14F953;
}
.AnyTagClassName
{
color: #14F953;
}
</style>
background-color css
<style>
a { background-color: #14F953; }
a { background-color: rgb(20,249,83); }
div.DivClassName
{
background-color: #14F953;
}
.BgClassName
{
background-color: #14F953;
}
</style>
border-color css
<style>
span { border-color: #14F953; }
span { border-color: rgb(20,249,83); }
td.TdClassName
{
border-color: #14F953;
}
.TagClassName
{
border-color: #14F953;
}
</style>