#14E475

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

Shades of Spring Green #14E475

Tints of Spring Green #14E475

Color information

#14E475 (or 0x14E475) is unknown color: approx Spring Green. HEX triplet: 14, E4 and 75. RGB value is (20,228,117). Sum of RGB (Red+Green+Blue) = 20+228+117=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #14E475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E475 is #EB1B8A. Grayscale: #999999. Windows color (decimal): -15408011 or 7726100. OLE color: 7726100.

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

Color convert

RGB20228117-
CMYK0.9100.490.11
HSL147.98º83.87%48.63%-
HSV(B)147.98º91.23%89.41%-
XYZ31.2456.9226.17-
YUV153.15107.5933.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 228 (89.45% from 255) = 62.47%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=5.48%
G=62.47%
B=32.05%

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
Decimal202281170.9100.490.11147.9883.8748.63
Hex14E4755B031B945431
Octal243441651330611322412461
Binary10100111001001110101101101101100011011100101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,228,117); }

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

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

 a { background-color: rgb(20,228,117); }

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

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

 span { border-color: rgb(20,228,117); }

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