Html Css Color HEX #01F90C Free Speech Green

📋 copy color: '#01F90C'

red 1 ◦ green 249 ◦ blue 12

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

Shades of Free Speech Green #01F90C

Tints of Free Speech Green #01F90C

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 249 (97.66% from 255) = 95.04%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 0.38%
G = 95.04%
B = 4.58%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#01F90C (or 0x01F90C) is known color: Free Speech Green. HEX triplet: 01, F9 and 0C. RGB value is (1,249,12). Sum of RGB (Red+Green+Blue) = 1+249+12=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 249 (97.66% from 255 or 95.04% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 249 - color contains mainly: green. Hex color #01F90C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F90C is #FE06F3. Grayscale: #949494. Windows color (decimal): -16647924 or 850177. OLE color: 850177.

HSL color Cylindrical-coordinate representation of color #01F90C: hue angle of 122.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F90C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 12 -
CMYK 1.00 0 0.95 0.02
HSL 122.66º 0.99% 0.49% -
HSV(B) 122.66º 1% 0.98% -
XYZ 33.95 67.78 11.64 -
YUV 147.83 51.34 23.27 -
System Red Green Blue C M Y K H S L
Decimal 1 249 12 1.00 0 0.95 0.02 122.66 0.99 0.49
Hex 1 F9 C 64 0 5F 2 7B 63 31
Octal 1 371 14 144 0 137 2 173 143 61
Binary 1 11111001 1100 1100100 0 1011111 10 1111011 1100011 110001

Color Harmonies of #01F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F90C

Black with #01F90C

Text Example


Text Example

White with #01F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F90C; }

 p { color: rgb(1,249,12); }

 H1.HeaderClassName
 {
   color: #01F90C;
 }
 .AnyTagClassName
 {
   color: #01F90C;
 }
</style>

background-color css

<style>
 a { background-color: #01F90C; }

 a { background-color: rgb(1,249,12); }

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

border-color css

<style>
 span { border-color: #01F90C; }

 span { border-color: rgb(1,249,12); }

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