#14E875

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

Shades of Spring Green #14E875

Tints of Spring Green #14E875

Color information

#14E875 (or 0x14E875) is unknown color: approx Spring Green. HEX triplet: 14, E8 and 75. RGB value is (20,232,117). Sum of RGB (Red+Green+Blue) = 20+232+117=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #14E875 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E875 is #EB178A. Grayscale: #9B9B9B. Windows color (decimal): -15406987 or 7727124. OLE color: 7727124.

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

Color convert

RGB20232117-
CMYK0.9100.500.09
HSL147.45º84.13%49.41%-
HSV(B)147.45º91.38%90.98%-
XYZ32.3659.1526.54-
YUV155.5106.2631.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.42%
GREEN value IS 232 (91.02% from 255) = 62.87%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=5.42%
G=62.87%
B=31.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202321170.9100.500.09147.4584.1349.41
Hex14E8755B0329935431
Octal243501651330621122312461
Binary10100111010001110101101101101100101001100100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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