#14F7A7

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

Shades of Medium Spring Green #14F7A7

Tints of Medium Spring Green #14F7A7

Color information

#14F7A7 (or 0x14F7A7) is unknown color: approx Medium Spring Green. HEX triplet: 14, F7 and A7. RGB value is (20,247,167). Sum of RGB (Red+Green+Blue) = 20+247+167=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7A7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F7A7 is #EB0858. Grayscale: #AAAAAA. Windows color (decimal): -15403097 or 11007764. OLE color: 11007764.

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

Color convert

RGB20247167-
CMYK0.9200.320.03
HSL158.85º93.42%52.35%-
HSV(B)158.85º91.9%96.86%-
XYZ40.5269.4647.83-
YUV170.01126.2921-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.61%
GREEN value IS 247 (96.88% from 255) = 56.91%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=4.61%
G=56.91%
B=38.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202471670.9200.320.03158.8593.4252.35
Hex14F7A75C02039f5d34
Octal24367247134040323713564
Binary1010011110111101001111011100010000011100111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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