#14E384

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

Shades of Spring Green #14E384

Tints of Spring Green #14E384

Color information

#14E384 (or 0x14E384) is unknown color: approx Spring Green. HEX triplet: 14, E3 and 84. RGB value is (20,227,132). Sum of RGB (Red+Green+Blue) = 20+227+132=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #14E384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E384 is #EB1C7B. Grayscale: #9A9A9A. Windows color (decimal): -15408252 or 8708884. OLE color: 8708884.

HSL color Cylindrical-coordinate representation of color #14E384: hue angle of 152.46º 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 #14E384 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB20227132-
CMYK0.9100.420.11
HSL152.46º83.81%48.43%-
HSV(B)152.46º91.19%89.02%-
XYZ31.9256.7531.1-
YUV154.28115.4232.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 227 (89.06% from 255) = 59.89%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=5.28%
G=59.89%
B=34.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202271320.9100.420.11152.4683.8148.43
Hex14E3845B02AB985430
Octal243432041330521323012460
Binary101001110001110000100101101101010101011100110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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