#14E887

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

Shades of Spring Green #14E887

Tints of Spring Green #14E887

Color information

#14E887 (or 0x14E887) is unknown color: approx Spring Green. HEX triplet: 14, E8 and 87. RGB value is (20,232,135). Sum of RGB (Red+Green+Blue) = 20+232+135=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 232 (91.02% from 255 or 59.95% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 232 - color contains mainly: green. Hex color #14E887 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E887 is #EB1778. Grayscale: #9D9D9D. Windows color (decimal): -15406969 or 8906772. OLE color: 8906772.

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

Color convert

RGB20232135-
CMYK0.9100.420.09
HSL152.55º84.13%49.41%-
HSV(B)152.55º91.38%90.98%-
XYZ33.5259.6132.66-
YUV157.55115.2629.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.17%
GREEN value IS 232 (91.02% from 255) = 59.95%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=5.17%
G=59.95%
B=34.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202321350.9100.420.09152.5584.1349.41
Hex14E8875B02A9995431
Octal243502071330521123112461
Binary101001110100010000111101101101010101001100110011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,232,135); }

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

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

 a { background-color: rgb(20,232,135); }

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

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

 span { border-color: rgb(20,232,135); }

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