Html Css Color HEX #14FA9D Medium Spring Green

📋 copy color: '#14FA9D'

red 20 ◦ green 250 ◦ blue 157

#14FA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #14FA9D

Tints of Medium Spring Green #14FA9D

RGB

 RED value IS 20 (8.2% from 255) = 4.68%

 GREEN value IS 250 (98.05% from 255) = 58.55%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 4.68%
G = 58.55%
B = 36.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#14FA9D (or 0x14FA9D) is known color: Medium Spring Green. HEX triplet: 14, FA and 9D. RGB value is (20,250,157). Sum of RGB (Red+Green+Blue) = 20+250+157=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA9D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA9D is #EB0562. Grayscale: #AAAAAA. Windows color (decimal): -15402339 or 10353172. OLE color: 10353172.

HSL color Cylindrical-coordinate representation of color #14FA9D: hue angle of 155.74º 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 #14FA9D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 157 -
CMYK 0.92 0 0.37 0.02
HSL 155.74º 0.96% 0.53% -
HSV(B) 155.74º 0.92% 0.98% -
XYZ 40.56 70.95 43.46 -
YUV 170.63 120.3 20.56 -
System Red Green Blue C M Y K H S L
Decimal 20 250 157 0.92 0 0.37 0.02 155.74 0.96 0.53
Hex 14 FA 9D 5C 0 25 2 9C 60 35
Octal 24 372 235 134 0 45 2 234 140 65
Binary 10100 11111010 10011101 1011100 0 100101 10 10011100 1100000 110101

Color Harmonies of #14FA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA9D

Black with #14FA9D

Text Example


Text Example

White with #14FA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14FA9D;
 }
 .AnyTagClassName
 {
   color: #14FA9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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