#01FA32

Color #01FA32 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #01FA32

Tints of Free Speech Green #01FA32

Color information

#01FA32 (or 0x01FA32) is unknown color: approx Free Speech Green. HEX triplet: 01, FA and 32. RGB value is (1,250,50). Sum of RGB (Red+Green+Blue) = 1+250+50=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA32 is #FE05CD. Grayscale: #999999. Windows color (decimal): -16647630 or 3340801. OLE color: 3340801.

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

Color convert

RGB125050-
CMYK1.0000.80.02
HSL131.81º99.2%49.22%-
HSV(B)131.81º99.6%98.04%-
XYZ34.7768.6114.43-
YUV152.7570.0119.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 250 (98.05% from 255) = 83.06%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=0.33%
G=83.06%
B=16.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1250501.0000.80.02131.8199.249.22
Hex1FA32640502846331
Octal1372621440120220414361
Binary11111101011001011001000101000010100001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,250,50); }

 H1.HeaderClassName
 {
   color: #01FA32;
 }
 .AnyTagClassName
 {
   color: #01FA32;
 }
</style>
background-color css

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

 a { background-color: rgb(1,250,50); }

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

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

 span { border-color: rgb(1,250,50); }

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