#01F02A

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

Shades of Free Speech Green #01F02A

Tints of Free Speech Green #01F02A

Color information

#01F02A (or 0x01F02A) is unknown color: approx Free Speech Green. HEX triplet: 01, F0 and 2A. RGB value is (1,240,42). Sum of RGB (Red+Green+Blue) = 1+240+42=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 240 (94.14% from 255 or 84.81% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 240 - color contains mainly: green. Hex color #01F02A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F02A is #FE0FD5. Grayscale: #929292. Windows color (decimal): -16650198 or 2813953. OLE color: 2813953.

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

Color convert

RGB124042-
CMYK1.0000.820.06
HSL130.29º99.17%47.25%-
HSV(B)130.29º99.58%94.12%-
XYZ31.5962.4912.59-
YUV145.9769.3224.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 240 (94.14% from 255) = 84.81%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=0.35%
G=84.81%
B=14.84%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1240421.0000.820.06130.2999.1747.25
Hex1F02A64052682632f
Octal1360521440122620214357
Binary111110000101010110010001010010110100000101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,240,42); }

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

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

 a { background-color: rgb(1,240,42); }

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

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

 span { border-color: rgb(1,240,42); }

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