#01F62A

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

Shades of Free Speech Green #01F62A

Tints of Free Speech Green #01F62A

Color information

#01F62A (or 0x01F62A) is unknown color: approx Free Speech Green. HEX triplet: 01, F6 and 2A. RGB value is (1,246,42). Sum of RGB (Red+Green+Blue) = 1+246+42=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 246 (96.48% from 255 or 85.12% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 246 - color contains mainly: green. Hex color #01F62A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F62A is #FE09D5. Grayscale: #969696. Windows color (decimal): -16648662 or 2815489. OLE color: 2815489.

HSL color Cylindrical-coordinate representation of color #01F62A: hue angle of 130.04º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F62A is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB124642-
CMYK1.0000.830.04
HSL130.04º99.19%48.43%-
HSV(B)130.04º99.59%96.47%-
XYZ33.3966.0913.19-
YUV149.4967.3322.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 246 (96.48% from 255) = 85.12%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=0.35%
G=85.12%
B=14.53%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1246421.0000.830.04130.0499.1948.43
Hex1F62A640534826330
Octal1366521440123420214360
Binary111110110101010110010001010011100100000101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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