#14FC76

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

Shades of Spring Green #14FC76

Tints of Spring Green #14FC76

Color information

#14FC76 (or 0x14FC76) is unknown color: approx Spring Green. HEX triplet: 14, FC and 76. RGB value is (20,252,118). Sum of RGB (Red+Green+Blue) = 20+252+118=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 252 (98.83% from 255 or 64.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FC76 is #EB0389. Grayscale: #A7A7A7. Windows color (decimal): -15401866 or 7797780. OLE color: 7797780.

HSL color Cylindrical-coordinate representation of color #14FC76: hue angle of 145.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC76 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB20252118-
CMYK0.9200.530.01
HSL145.34º97.48%53.33%-
HSV(B)145.34º92.06%98.82%-
XYZ38.3771.0828.84-
YUV167.36100.1422.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.13%
GREEN value IS 252 (98.83% from 255) = 64.62%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=5.13%
G=64.62%
B=30.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202521180.9200.530.01145.3497.4853.33
Hex14FC765C0351916135
Octal24374166134065122114165
Binary10100111111001110110101110001101011100100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,252,118); }

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

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

 a { background-color: rgb(20,252,118); }

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

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

 span { border-color: rgb(20,252,118); }

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