#14F9A2

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

Shades of Medium Spring Green #14F9A2

Tints of Medium Spring Green #14F9A2

Color information

#14F9A2 (or 0x14F9A2) is unknown color: approx Medium Spring Green. HEX triplet: 14, F9 and A2. RGB value is (20,249,162). Sum of RGB (Red+Green+Blue) = 20+249+162=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F9A2 is #EB065D. Grayscale: #AAAAAA. Windows color (decimal): -15402590 or 10680596. OLE color: 10680596.

HSL color Cylindrical-coordinate representation of color #14F9A2: hue angle of 157.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F9A2 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB20249162-
CMYK0.9200.350.02
HSL157.21º95.02%52.75%-
HSV(B)157.21º91.97%97.65%-
XYZ40.6970.5145.65-
YUV170.61123.1320.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.64%
GREEN value IS 249 (97.66% from 255) = 57.77%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=4.64%
G=57.77%
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.02
SystemRedGreenBlueCMYKHSL
Decimal202491620.9200.350.02157.2195.0252.75
Hex14F9A25C02329d5f35
Octal24371242134043223513765
Binary1010011111001101000101011100010001110100111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,249,162); }

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

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

 a { background-color: rgb(20,249,162); }

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

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

 span { border-color: rgb(20,249,162); }

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