#14EA5C

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

Shades of Malachite #14EA5C

Tints of Malachite #14EA5C

Color information

#14EA5C (or 0x14EA5C) is unknown color: approx Malachite. HEX triplet: 14, EA and 5C. RGB value is (20,234,92). Sum of RGB (Red+Green+Blue) = 20+234+92=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EA5C is #EB15A3. Grayscale: #9A9A9A. Windows color (decimal): -15406500 or 6089236. OLE color: 6089236.

HSL color Cylindrical-coordinate representation of color #14EA5C: hue angle of 140.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA5C is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2023492-
CMYK0.9100.610.08
HSL140.19º84.25%49.8%-
HSV(B)140.19º91.45%91.76%-
XYZ31.6459.7719.99-
YUV153.8393.132.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 234 (91.80% from 255) = 67.63%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=5.78%
G=67.63%
B=26.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20234920.9100.610.08140.1984.2549.8
Hex14EA5C5B03D88c5432
Octal243521341330751021412462
Binary10100111010101011100101101101111011000100011001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,234,92); }

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

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

 a { background-color: rgb(20,234,92); }

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

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

 span { border-color: rgb(20,234,92); }

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