#14FF80

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

Shades of Spring Green #14FF80

Tints of Spring Green #14FF80

Color information

#14FF80 (or 0x14FF80) is unknown color: approx Spring Green. HEX triplet: 14, FF and 80. RGB value is (20,255,128). Sum of RGB (Red+Green+Blue) = 20+255+128=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF80 is #EB007F. Grayscale: #AAAAAA. Windows color (decimal): -15401088 or 8453908. OLE color: 8453908.

HSL color Cylindrical-coordinate representation of color #14FF80: hue angle of 147.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF80 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB20255128-
CMYK0.9200.500
HSL147.57º100%53.92%-
HSV(B)147.57º92.16%100%-
XYZ39.9473.2332.45-
YUV170.26104.1420.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 255 (100% from 255) = 63.28%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=4.96%
G=63.28%
B=31.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551280.9200.500147.5710053.92
Hex14FF805C0320946436
Octal24377200134062022414466
Binary101001111111110000000101110001100100100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,255,128); }

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

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

 a { background-color: rgb(20,255,128); }

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

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

 span { border-color: rgb(20,255,128); }

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