#14F7A6

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

Shades of Medium Spring Green #14F7A6

Tints of Medium Spring Green #14F7A6

Color information

#14F7A6 (or 0x14F7A6) is unknown color: approx Medium Spring Green. HEX triplet: 14, F7 and A6. RGB value is (20,247,166). Sum of RGB (Red+Green+Blue) = 20+247+166=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F7A6 is #EB0859. Grayscale: #A9A9A9. Windows color (decimal): -15403098 or 10942228. OLE color: 10942228.

HSL color Cylindrical-coordinate representation of color #14F7A6: hue angle of 158.59º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F7A6 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB20247166-
CMYK0.9200.330.03
HSL158.59º93.42%52.35%-
HSV(B)158.59º91.9%96.86%-
XYZ40.4369.4247.35-
YUV169.89125.7921.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.62%
GREEN value IS 247 (96.88% from 255) = 57.04%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=4.62%
G=57.04%
B=38.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202471660.9200.330.03158.5993.4252.35
Hex14F7A65C02139f5d34
Octal24367246134041323713564
Binary1010011110111101001101011100010000111100111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,247,166); }

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

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

 a { background-color: rgb(20,247,166); }

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

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

 span { border-color: rgb(20,247,166); }

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