#00ff00 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #00ff00, aggregated by home.social.
-
@Drone0935 np.
Another combo that may work if you have different RGB-LEDs reconfigurable is Amber (#FF8000) and neon green (#00FF00)
Or whateber teo colours you like...
-
@Drone0935 np.
Another combo that may work if you have different RGB-LEDs reconfigurable is Amber (#FF8000) and neon green (#00FF00)
Or whateber teo colours you like...
-
why is battlestar galactica color graded like that when they're on a planet. why is foliage boosted all the way up to #00ff00
-
why is battlestar galactica color graded like that when they're on a planet. why is foliage boosted all the way up to #00ff00
-
-
Experimente un almacenamiento en la nube cifrado de extremo a extremo y seguro. Administre, sincronice y colabore en archivos con privacidad de conocimiento cero. Alojado en Alemania. 10GB Gratis OpenSourceFilen
https://garitoshare.space/index.php/topic,52.new.html#new -
Experimente un almacenamiento en la nube cifrado de extremo a extremo y seguro. Administre, sincronice y colabore en archivos con privacidad de conocimiento cero. Alojado en Alemania. 10GB Gratis OpenSourceFilen
-
Experimente un almacenamiento en la nube cifrado de extremo a extremo y seguro. Administre, sincronice y colabore en archivos con privacidad de conocimiento cero. Alojado en Alemania. 10GB Gratis OpenSourceFilen
-
Seems like everyone including BART's official web pages calls the priority seats green. To me they look yellow. Do I have some weird form of partial color blindness? I always thought I was better than average at seeing color distinctions.
The RGB value in this pic is #d4d807. Pure green would be #00ff00 and pure yellow would be #ffff00. I call this yellow with a very small touch of green added.
-
Seems like everyone including BART's official web pages calls the priority seats green. To me they look yellow. Do I have some weird form of partial color blindness? I always thought I was better than average at seeing color distinctions.
The RGB value in this pic is #d4d807. Pure green would be #00ff00 and pure yellow would be #ffff00. I call this yellow with a very small touch of green added.
-
Seems like everyone including BART's official web pages calls the priority seats green. To me they look yellow. Do I have some weird form of partial color blindness? I always thought I was better than average at seeing color distinctions.
The RGB value in this pic is #d4d807. Pure green would be #00ff00 and pure yellow would be #ffff00. I call this yellow with a very small touch of green added.
-
Seems like everyone including BART's official web pages calls the priority seats green. To me they look yellow. Do I have some weird form of partial color blindness? I always thought I was better than average at seeing color distinctions.
The RGB value in this pic is #d4d807. Pure green would be #00ff00 and pure yellow would be #ffff00. I call this yellow with a very small touch of green added.
-
Seems like everyone including BART's official web pages calls the priority seats green. To me they look yellow. Do I have some weird form of partial color blindness? I always thought I was better than average at seeing color distinctions.
The RGB value in this pic is #d4d807. Pure green would be #00ff00 and pure yellow would be #ffff00. I call this yellow with a very small touch of green added.
-
i hate medium enough as it is without somebody deciding it would be cool to have their page background be #00FF00 green
-
That's assuming we've got something like
:root {
--primary: #00FF00;
} -
That's assuming we've got something like
:root {
--primary: #00FF00;
} -
That's assuming we've got something like
:root {
--primary: #00FF00;
} -
That's assuming we've got something like
:root {
--primary: #00FF00;
} -
Du hast zufällig den RGB Hexcode einer Farbe, gefunden. Aber wie sieht die aus?
Spielerei mit imagemagick:display -size 100x100 xc:"#00FF00" &
Beenden mit: killall display
In die Manjaro Konsole ist dafür schon ein onMouseover per default eingebaut.
-
Du hast zufällig den RGB Hexcode einer Farbe, gefunden. Aber wie sieht die aus?
Spielerei mit imagemagick:display -size 100x100 xc:"#00FF00" &
Beenden mit: killall display
In die Manjaro Konsole ist dafür schon ein onMouseover per default eingebaut.
-
How to Install and Setup MinIO Object Storage on Ubuntu or Debian Linux
In this article, we will see how to install and setup MinIO Object Storage on Ubuntu or Debian Linux. MinIO is a free and open source object storage solution compatible with Amazon S3 (Simple Storage Service) API and support all its core S3 features, thus making it easy to integrate into applications that already use AWS S3. MinIO is built for unstructured data storage, such as photos, videos, log files, backups, and container images, and is widely used for cloud-native applications. Even […] -
How to Install bunzip2 on Ubuntu or Debian Linux
In this article, we will see how to install bunzip2 on Ubuntu or Debian Linux. bunzip2 is a free and open source command line tool to decompress files compressed using the bzip2(.bz2) compression format. Since it is shipped with bzip2 package, to install this tool you have to install bzip2 package. Well the good news is that this package can be easily installed in almost all the famous platforms such as Windows, Linux and macOS. Here we will see steps to install bunzip2 on Ubuntu or Debian […]https://www.ubuntu-server.com/ubuntu/how-to-install-bunzip2-on-ubuntu-or-debian-linux/
-
How to Install Restic backup tool on Ubuntu/Debian Linux
In this article, we will see how to install restic backup tool on Ubuntu/Debian based linux systems. Restic is a free and open source, cross platform backup tool designed to create and manage backups efficiently and securely on multiple types of storage backends including Amazon, Google and Microsoft cloud storages. It can take backup of files, directories and even entire filesystems and store it in different cloud storage services. Similarly, it can also restore data from those cloud […]https://www.ubuntu-server.com/ubuntu/how-to-install-restic-backup-tool-on-ubuntu-debian-linux/
-
How to Install Google Cloud AI Python client library to interact with Vertex AI
In this article, we will see how to install google cloud AI Python client library to interact with Vertex AI programmatically. If you are looking to interact with Vertex AI using python programming language then Google Cloud provides an AI Platform Python client library that you can install and use for this purpose. This client library would allow you to train machine learning models using custom training jobs or pre-built algorithms. It will also allow you to deploy trained models as REST […] -
How to Install Google Cloud BigQuery Python client library on Linux
In this article, we will see how to Install Google Cloud BigQuery Python client library in python environment on Linux. If you are looking to interact with Google Cloud BigQuery service using python programming language then you are going to need google-cloud-bigquery client library. This library helps you interact with BigQuery programmatically. You can easily manage bigquery datasets, tables and jobs using this client library. You can also execute SQL queries on datasets stored in […]