#11FA16

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

Shades of Free Speech Green #11FA16

Tints of Free Speech Green #11FA16

Color information

#11FA16 (or 0x11FA16) is unknown color: approx Free Speech Green. HEX triplet: 11, FA and 16. RGB value is (17,250,22). Sum of RGB (Red+Green+Blue) = 17+250+22=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 250 (98.05% from 255 or 86.51% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FA16 is #EE05E9. Grayscale: #9B9B9B. Windows color (decimal): -15599082 or 1505809. OLE color: 1505809.

HSL color Cylindrical-coordinate representation of color #11FA16: hue angle of 121.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA16 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB1725022-
CMYK0.9300.910.02
HSL121.29º95.88%52.35%-
HSV(B)121.29º93.2%98.04%-
XYZ34.5668.5512.17-
YUV154.3453.3130.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 250 (98.05% from 255) = 86.51%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=5.88%
G=86.51%
B=7.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17250220.9300.910.02121.2995.8852.35
Hex11FA165D05B2796034
Octal21372261350133217114064
Binary1000111111010101101011101010110111011110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11FA16; }

 p { color: rgb(17,250,22); }

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

<style>
 a { background-color: #11FA16; }

 a { background-color: rgb(17,250,22); }

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

<style>
 span { border-color: #11FA16; }

 span { border-color: rgb(17,250,22); }

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