#1FF919

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

Shades of Free Speech Green #1FF919

Tints of Free Speech Green #1FF919

Color information

#1FF919 (or 0x1FF919) is unknown color: approx Free Speech Green. HEX triplet: 1F, F9 and 19. RGB value is (31,249,25). Sum of RGB (Red+Green+Blue) = 31+249+25=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 249 (97.66% from 255 or 81.64% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF919 is #E006E6. Grayscale: #9E9E9E. Windows color (decimal): -14681831 or 1702175. OLE color: 1702175.

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

Color convert

RGB3124925-
CMYK0.8800.900.02
HSL118.39º94.92%53.73%-
HSV(B)118.39º89.96%97.65%-
XYZ34.6268.1112.24-
YUV158.2852.7837.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 249 (97.66% from 255) = 81.64%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=10.16%
G=81.64%
B=8.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31249250.8800.900.02118.3994.9253.73
Hex1FF9195805A2765f36
Octal37371311300132216613766
Binary1111111111001110011011000010110101011101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,249,25); }

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

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

 a { background-color: rgb(31,249,25); }

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

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

 span { border-color: rgb(31,249,25); }

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