#14EF67

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

Shades of Malachite #14EF67

Tints of Malachite #14EF67

Color information

#14EF67 (or 0x14EF67) is unknown color: approx Malachite. HEX triplet: 14, EF and 67. RGB value is (20,239,103). Sum of RGB (Red+Green+Blue) = 20+239+103=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF67 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EF67 is #EB1098. Grayscale: #9E9E9E. Windows color (decimal): -15405209 or 6811412. OLE color: 6811412.

HSL color Cylindrical-coordinate representation of color #14EF67: hue angle of 142.74º 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 #14EF67 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB20239103-
CMYK0.9200.570.06
HSL142.74º87.25%50.78%-
HSV(B)142.74º91.63%93.73%-
XYZ33.662.8623.19-
YUV158.0196.9529.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.52%
GREEN value IS 239 (93.75% from 255) = 66.02%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=5.52%
G=66.02%
B=28.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202391030.9200.570.06142.7487.2550.78
Hex14EF675C03968f5733
Octal24357147134071621712763
Binary1010011101111110011110111000111001110100011111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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