Html Css Color HEX #14EF9F Medium Spring Green

📋 copy color: '#14EF9F'

red 20 ◦ green 239 ◦ blue 159

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

Shades of Medium Spring Green #14EF9F

Tints of Medium Spring Green #14EF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.18%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 4.78%
G = 57.18%
B = 38.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#14EF9F (or 0x14EF9F) is known color: Medium Spring Green. HEX triplet: 14, EF and 9F. RGB value is (20,239,159). Sum of RGB (Red+Green+Blue) = 20+239+159=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 239 (93.75% from 255 or 57.18% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EF9F is #EB1060. Grayscale: #A4A4A4. Windows color (decimal): -15405153 or 10481428. OLE color: 10481428.

HSL color Cylindrical-coordinate representation of color #14EF9F: hue angle of 158.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF9F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 239 159 -
CMYK 0.92 0 0.33 0.06
HSL 158.08º 0.87% 0.51% -
HSV(B) 158.08º 0.92% 0.94% -
XYZ 37.41 64.38 43.26 -
YUV 164.4 124.95 25 -
System Red Green Blue C M Y K H S L
Decimal 20 239 159 0.92 0 0.33 0.06 158.08 0.87 0.51
Hex 14 EF 9F 5C 0 21 6 9E 57 33
Octal 24 357 237 134 0 41 6 236 127 63
Binary 10100 11101111 10011111 1011100 0 100001 110 10011110 1010111 110011

Color Harmonies of #14EF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EF9F

Black with #14EF9F

Text Example


Text Example

White with #14EF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,239,159); }

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

background-color css

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

 a { background-color: rgb(20,239,159); }

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

border-color css

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

 span { border-color: rgb(20,239,159); }

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