Html Css Color HEX #01F122 Free Speech Green

📋 copy color: '#01F122'

red 1 ◦ green 241 ◦ blue 34

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

Shades of Free Speech Green #01F122

Tints of Free Speech Green #01F122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 0.36%
G = 87.32%
B = 12.32%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#01F122 (or 0x01F122) is known color: Free Speech Green. HEX triplet: 01, F1 and 22. RGB value is (1,241,34). Sum of RGB (Red+Green+Blue) = 1+241+34=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 241 (94.53% from 255 or 87.32% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 241 - color contains mainly: green. Hex color #01F122 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F122 is #FE0EDD. Grayscale: #929292. Windows color (decimal): -16649950 or 2289921. OLE color: 2289921.

HSL color Cylindrical-coordinate representation of color #01F122: hue angle of 128.25º 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 #01F122 is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 241 34 -
CMYK 1.00 0 0.86 0.05
HSL 128.25º 0.99% 0.47% -
HSV(B) 128.25º 1% 0.95% -
XYZ 31.76 63.03 12.01 -
YUV 145.64 64.99 24.83 -
System Red Green Blue C M Y K H S L
Decimal 1 241 34 1.00 0 0.86 0.05 128.25 0.99 0.47
Hex 1 F1 22 64 0 56 5 80 63 2F
Octal 1 361 42 144 0 126 5 200 143 57
Binary 1 11110001 100010 1100100 0 1010110 101 10000000 1100011 101111

Color Harmonies of #01F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F122

Black with #01F122

Text Example


Text Example

White with #01F122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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