Html Css Color HEX #01F123 Free Speech Green

📋 copy color: '#01F123'

red 1 ◦ green 241 ◦ blue 35

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

Shades of Free Speech Green #01F123

Tints of Free Speech Green #01F123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 87%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 0.36%
G = 87%
B = 12.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#01F123 (or 0x01F123) is known color: Free Speech Green. HEX triplet: 01, F1 and 23. RGB value is (1,241,35). Sum of RGB (Red+Green+Blue) = 1+241+35=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 241 (94.53% from 255 or 87.00% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 241 - color contains mainly: green. Hex color #01F123 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F123 is #FE0EDC. Grayscale: #929292. Windows color (decimal): -16649949 or 2355457. OLE color: 2355457.

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

Color convert

RGB 1 241 35 -
CMYK 1.00 0 0.85 0.05
HSL 128.5º 0.99% 0.47% -
HSV(B) 128.5º 1% 0.95% -
XYZ 31.77 63.04 12.08 -
YUV 145.76 65.49 24.75 -
System Red Green Blue C M Y K H S L
Decimal 1 241 35 1.00 0 0.85 0.05 128.5 0.99 0.47
Hex 1 F1 23 64 0 55 5 80 63 2F
Octal 1 361 43 144 0 125 5 200 143 57
Binary 1 11110001 100011 1100100 0 1010101 101 10000000 1100011 101111

Color Harmonies of #01F123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F123

Black with #01F123

Text Example


Text Example

White with #01F123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,241,35); }

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

background-color css

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

 a { background-color: rgb(1,241,35); }

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

border-color css

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

 span { border-color: rgb(1,241,35); }

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