#14F7A8

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

Shades of Medium Spring Green #14F7A8

Tints of Medium Spring Green #14F7A8

Color information

#14F7A8 (or 0x14F7A8) is unknown color: approx Medium Spring Green. HEX triplet: 14, F7 and A8. RGB value is (20,247,168). Sum of RGB (Red+Green+Blue) = 20+247+168=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F7A8 is #EB0857. Grayscale: #AAAAAA. Windows color (decimal): -15403096 or 11073300. OLE color: 11073300.

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

Color convert

RGB20247168-
CMYK0.9200.320.03
HSL159.12º93.42%52.35%-
HSV(B)159.12º91.9%96.86%-
XYZ40.6269.548.32-
YUV170.12126.7920.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.60%
GREEN value IS 247 (96.88% from 255) = 56.78%
BLUE value IS 168 (66.02% from 255) = 38.62%
R=4.60%
G=56.78%
B=38.62%

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
Decimal202471680.9200.320.03159.1293.4252.35
Hex14F7A85C02039f5d34
Octal24367250134040323713564
Binary1010011110111101010001011100010000011100111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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