#35 SpringGreen3
#00AF5F
ExtendedHEX#00AF5F
RGB0, 175, 95
HSL153°, 100%, 34%
CMYK100%, 0%, 46%, 31%
Xterm ID35
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;35m Background (fondo)
\x1b[48;5;35m Bash echo
echo -e "\033[38;5;35mTexto\033[0m" Python
print(f"\033[38;5;35mTexto\033[0m") CSS
Color HEX
color: #00AF5F; Color RGB
color: rgb(0, 175, 95); Background
background-color: #00AF5F;