#14EEAC

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

Shades of Medium Spring Green #14EEAC

Tints of Medium Spring Green #14EEAC

Color information

#14EEAC (or 0x14EEAC) is unknown color: approx Medium Spring Green. HEX triplet: 14, EE and AC. RGB value is (20,238,172). Sum of RGB (Red+Green+Blue) = 20+238+172=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EEAC is #EB1153. Grayscale: #A5A5A5. Windows color (decimal): -15405396 or 11333140. OLE color: 11333140.

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

Color convert

RGB20238172-
CMYK0.9200.280.07
HSL161.83º86.51%50.59%-
HSV(B)161.83º91.6%93.33%-
XYZ38.3164.2849.42-
YUV165.29131.7824.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.65%
GREEN value IS 238 (93.36% from 255) = 55.35%
BLUE value IS 172 (67.58% from 255) = 40%
R=4.65%
G=55.35%
B=40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202381720.9200.280.07161.8386.5150.59
Hex14EEAC5C01C7a25733
Octal24356254134034724212763
Binary1010011101110101011001011100011100111101000101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,238,172); }

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

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

 a { background-color: rgb(20,238,172); }

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

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

 span { border-color: rgb(20,238,172); }

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