#1FFA1E

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

Shades of Free Speech Green #1FFA1E

Tints of Free Speech Green #1FFA1E

Color information

#1FFA1E (or 0x1FFA1E) is unknown color: approx Free Speech Green. HEX triplet: 1F, FA and 1E. RGB value is (31,250,30). Sum of RGB (Red+Green+Blue) = 31+250+30=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFA1E is #E005E1. Grayscale: #A0A0A0. Windows color (decimal): -14681570 or 2030111. OLE color: 2030111.

HSL color Cylindrical-coordinate representation of color #1FFA1E: hue angle of 119.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA1E is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB3125030-
CMYK0.8800.880.02
HSL119.73º95.65%54.9%-
HSV(B)119.73º88%98.04%-
XYZ34.9968.7612.66-
YUV159.4454.9536.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 250 (98.05% from 255) = 80.39%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=9.97%
G=80.39%
B=9.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31250300.8800.880.02119.7395.6554.9
Hex1FFA1E580582786037
Octal37372361300130217014067
Binary1111111111010111101011000010110001011110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FFA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FFA1E; }

 p { color: rgb(31,250,30); }

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

<style>
 a { background-color: #1FFA1E; }

 a { background-color: rgb(31,250,30); }

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

<style>
 span { border-color: #1FFA1E; }

 span { border-color: rgb(31,250,30); }

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