#00F71C

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

Shades of Free Speech Green #00F71C

Tints of Free Speech Green #00F71C

Color information

#00F71C (or 0x00F71C) is unknown color: approx Free Speech Green. HEX triplet: 00, F7 and 1C. RGB value is (0,247,28). Sum of RGB (Red+Green+Blue) = 0+247+28=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 247 (96.88% from 255 or 89.82% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 247 - color contains mainly: green. Hex color #00F71C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F71C is #FF08E3. Grayscale: #949494. Windows color (decimal): -16713956 or 1898240. OLE color: 1898240.

HSL color Cylindrical-coordinate representation of color #00F71C: hue angle of 126.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F71C is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB024728-
CMYK100.890.03
HSL126.8º100%48.43%-
HSV(B)126.8º100%96.86%-
XYZ33.4766.6112.19-
YUV148.1860.1722.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 247 (96.88% from 255) = 89.82%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=0%
G=89.82%
B=10.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal024728100.890.03126.810048.43
Hex0F71C6405937f6430
Octal0367341440131317714460
Binary011110111111001100100010110011111111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F71C; }

 p { color: rgb(0,247,28); }

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

<style>
 a { background-color: #00F71C; }

 a { background-color: rgb(0,247,28); }

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

<style>
 span { border-color: #00F71C; }

 span { border-color: rgb(0,247,28); }

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