#14E996

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

Shades of Medium Spring Green #14E996

Tints of Medium Spring Green #14E996

Color information

#14E996 (or 0x14E996) is unknown color: approx Medium Spring Green. HEX triplet: 14, E9 and 96. RGB value is (20,233,150). Sum of RGB (Red+Green+Blue) = 20+233+150=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #14E996 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E996 is #EB1669. Grayscale: #9F9F9F. Windows color (decimal): -15406698 or 9890068. OLE color: 9890068.

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

Color convert

RGB20233150-
CMYK0.9100.360.09
HSL156.62º84.19%49.61%-
HSV(B)156.62º91.42%91.37%-
XYZ34.9360.6338.72-
YUV159.85122.4328.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 233 (91.41% from 255) = 57.82%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=4.96%
G=57.82%
B=37.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202331500.9100.360.09156.6284.1949.61
Hex14E9965B02499d5432
Octal243512261330441123512462
Binary101001110100110010110101101101001001001100111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,233,150); }

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

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

 a { background-color: rgb(20,233,150); }

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

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

 span { border-color: rgb(20,233,150); }

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