#14faad

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

Shades of Medium Spring Green #14FAAD

Tints of Medium Spring Green #14FAAD

Color information

#14FAAD (or 0x14FAAD) is unknown color: approx Medium Spring Green. HEX triplet: 14, FA and AD. RGB value is (20,250,173). Sum of RGB (Red+Green+Blue) = 20+250+173=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FAAD is #EB0552. Grayscale: #ACACAC. Windows color (decimal): -15402323 or 11401748. OLE color: 11401748.

HSL color Cylindrical-coordinate representation of color #14FAAD: hue angle of 159.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FAAD is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB20250173-
CMYK0.9200.310.02
HSL159.91º95.83%52.94%-
HSV(B)159.91º92%98.04%-
XYZ42.0271.5451.13-
YUV172.45128.319.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.51%
GREEN value IS 250 (98.05% from 255) = 56.43%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=4.51%
G=56.43%
B=39.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202501730.9200.310.02159.9195.8352.94
Hex14FAAD5C01F2a06035
Octal24372255134037224014065
Binary101001111101010101101101110001111110101000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14faad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,250,173); }

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

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

 a { background-color: rgb(20,250,173); }

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

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

 span { border-color: rgb(20,250,173); }

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