#14FB6D

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

Shades of Spring Green #14FB6D

Tints of Spring Green #14FB6D

Color information

#14FB6D (or 0x14FB6D) is unknown color: approx Spring Green. HEX triplet: 14, FB and 6D. RGB value is (20,251,109). Sum of RGB (Red+Green+Blue) = 20+251+109=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FB6D is #EB0492. Grayscale: #A6A6A6. Windows color (decimal): -15402131 or 7207700. OLE color: 7207700.

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

Color convert

RGB20251109-
CMYK0.9200.570.02
HSL143.12º96.65%53.14%-
HSV(B)143.12º92.03%98.43%-
XYZ37.5570.2526.05-
YUV165.7495.9724.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.26%
GREEN value IS 251 (98.44% from 255) = 66.05%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=5.26%
G=66.05%
B=28.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202511090.9200.570.02143.1296.6553.14
Hex14FB6D5C03928f6135
Octal24373155134071221714165
Binary101001111101111011011011100011100110100011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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