#14EFA9

Color #14EFA9 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #14EFA9

Tints of Medium Spring Green #14EFA9

Color information

#14EFA9 (or 0x14EFA9) is unknown color: approx Medium Spring Green. HEX triplet: 14, EF and A9. RGB value is (20,239,169). Sum of RGB (Red+Green+Blue) = 20+239+169=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 239 (93.75% from 255 or 55.84% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFA9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EFA9 is #EB1056. Grayscale: #A5A5A5. Windows color (decimal): -15405143 or 11136788. OLE color: 11136788.

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

Color convert

RGB20239169-
CMYK0.9200.290.06
HSL160.82º87.25%50.78%-
HSV(B)160.82º91.63%93.73%-
XYZ38.3264.7548.01-
YUV165.54129.9524.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.67%
GREEN value IS 239 (93.75% from 255) = 55.84%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=4.67%
G=55.84%
B=39.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202391690.9200.290.06160.8287.2550.78
Hex14EFA95C01D6a15733
Octal24357251134035624112763
Binary1010011101111101010011011100011101110101000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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