Html Css Color HEX #14F89D Medium Spring Green

📋 copy color: '#14F89D'

red 20 ◦ green 248 ◦ blue 157

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

Shades of Medium Spring Green #14F89D

Tints of Medium Spring Green #14F89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.35%

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

R = 4.71%
G = 58.35%
B = 36.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#14F89D (or 0x14F89D) is known color: Medium Spring Green. HEX triplet: 14, F8 and 9D. RGB value is (20,248,157). Sum of RGB (Red+Green+Blue) = 20+248+157=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #14F89D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F89D is #EB0762. Grayscale: #A9A9A9. Windows color (decimal): -15402851 or 10352660. OLE color: 10352660.

HSL color Cylindrical-coordinate representation of color #14F89D: hue angle of 156.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F89D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 248 157 -
CMYK 0.92 0 0.37 0.03
HSL 156.05º 0.94% 0.53% -
HSV(B) 156.05º 0.92% 0.97% -
XYZ 39.94 69.72 43.25 -
YUV 169.45 120.96 21.4 -
System Red Green Blue C M Y K H S L
Decimal 20 248 157 0.92 0 0.37 0.03 156.05 0.94 0.53
Hex 14 F8 9D 5C 0 25 3 9C 5E 35
Octal 24 370 235 134 0 45 3 234 136 65
Binary 10100 11111000 10011101 1011100 0 100101 11 10011100 1011110 110101

Color Harmonies of #14F89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F89D

Black with #14F89D

Text Example


Text Example

White with #14F89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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