#14EF9C

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

Shades of Medium Spring Green #14EF9C

Tints of Medium Spring Green #14EF9C

Color information

#14EF9C (or 0x14EF9C) is unknown color: approx Medium Spring Green. HEX triplet: 14, EF and 9C. RGB value is (20,239,156). Sum of RGB (Red+Green+Blue) = 20+239+156=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF9C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EF9C is #EB1063. Grayscale: #A4A4A4. Windows color (decimal): -15405156 or 10284820. OLE color: 10284820.

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

Color convert

RGB20239156-
CMYK0.9200.350.06
HSL157.26º87.25%50.78%-
HSV(B)157.26º91.63%93.73%-
XYZ37.1664.2841.9-
YUV164.06123.4525.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.82%
GREEN value IS 239 (93.75% from 255) = 57.59%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=4.82%
G=57.59%
B=37.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202391560.9200.350.06157.2687.2550.78
Hex14EF9C5C02369d5733
Octal24357234134043623512763
Binary10100111011111001110010111000100011110100111011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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