#14EF60

Color #14EF60 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14EF60

Tints of Malachite #14EF60

Color information

#14EF60 (or 0x14EF60) is unknown color: approx Malachite. HEX triplet: 14, EF and 60. RGB value is (20,239,96). Sum of RGB (Red+Green+Blue) = 20+239+96=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 239 (93.75% from 255 or 67.32% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EF60 is #EB109F. Grayscale: #9D9D9D. Windows color (decimal): -15405216 or 6352660. OLE color: 6352660.

HSL color Cylindrical-coordinate representation of color #14EF60: hue angle of 140.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF60 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB2023996-
CMYK0.9200.600.06
HSL140.82º87.25%50.78%-
HSV(B)140.82º91.63%93.73%-
XYZ33.2762.7321.42-
YUV157.2293.4530.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.63%
GREEN value IS 239 (93.75% from 255) = 67.32%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=5.63%
G=67.32%
B=27.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20239960.9200.600.06140.8287.2550.78
Hex14EF605C03C68d5733
Octal24357140134074621512763
Binary1010011101111110000010111000111100110100011011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14EF60; }

 p { color: rgb(20,239,96); }

 H1.HeaderClassName
 {
   color: #14EF60;
 }
 .AnyTagClassName
 {
   color: #14EF60;
 }
</style>
background-color css

<style>
 a { background-color: #14EF60; }

 a { background-color: rgb(20,239,96); }

 div.DivClassName
 {
   background-color: #14EF60;
 }
 .BgClassName
 {
   background-color: #14EF60;
 }
</style>
border-color css

<style>
 span { border-color: #14EF60; }

 span { border-color: rgb(20,239,96); }

 td.TdClassName
 {
   border-color: #14EF60;
 }
 .TagClassName
 {
   border-color: #14EF60;
 }
</style>