#14F26D

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

Shades of Spring Green #14F26D

Tints of Spring Green #14F26D

Color information

#14F26D (or 0x14F26D) is unknown color: approx Spring Green. HEX triplet: 14, F2 and 6D. RGB value is (20,242,109). Sum of RGB (Red+Green+Blue) = 20+242+109=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #14F26D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F26D is #EB0D92. Grayscale: #A0A0A0. Windows color (decimal): -15404435 or 7205396. OLE color: 7205396.

HSL color Cylindrical-coordinate representation of color #14F26D: hue angle of 144.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F26D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB20242109-
CMYK0.9200.550.05
HSL144.05º89.52%51.37%-
HSV(B)144.05º91.74%94.9%-
XYZ34.864.7625.13-
YUV160.4698.9527.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.39%
GREEN value IS 242 (94.92% from 255) = 65.23%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=5.39%
G=65.23%
B=29.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202421090.9200.550.05144.0589.5251.37
Hex14F26D5C0375905a33
Octal24362155134067522013263
Binary1010011110010110110110111000110111101100100001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,242,109); }

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

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

 a { background-color: rgb(20,242,109); }

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

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

 span { border-color: rgb(20,242,109); }

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