#49 MediumSpringGreen
#00FFAF
ExtendedHEX#00FFAF
RGB0, 255, 175
HSL161°, 100%, 50%
CMYK100%, 0%, 31%, 0%
Xterm ID49
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;49m Background (fondo)
\x1b[48;5;49m Bash echo
echo -e "\033[38;5;49mTexto\033[0m" Python
print(f"\033[38;5;49mTexto\033[0m") CSS
Color HEX
color: #00FFAF; Color RGB
color: rgb(0, 255, 175); Background
background-color: #00FFAF;