#14E374

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

Shades of Spring Green #14E374

Tints of Spring Green #14E374

Color information

#14E374 (or 0x14E374) is unknown color: approx Spring Green. HEX triplet: 14, E3 and 74. RGB value is (20,227,116). Sum of RGB (Red+Green+Blue) = 20+227+116=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #14E374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E374 is #EB1C8B. Grayscale: #989898. Windows color (decimal): -15408268 or 7660308. OLE color: 7660308.

HSL color Cylindrical-coordinate representation of color #14E374: hue angle of 147.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E374 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB20227116-
CMYK0.9100.490.11
HSL147.83º83.81%48.43%-
HSV(B)147.83º91.19%89.02%-
XYZ30.9156.3525.77-
YUV152.45107.4233.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.51%
GREEN value IS 227 (89.06% from 255) = 62.53%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=5.51%
G=62.53%
B=31.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202271160.9100.490.11147.8383.8148.43
Hex14E3745B031B945430
Octal243431641330611322412460
Binary10100111000111110100101101101100011011100101001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,227,116); }

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

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

 a { background-color: rgb(20,227,116); }

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

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

 span { border-color: rgb(20,227,116); }

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