#11F220

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

Shades of Free Speech Green #11F220

Tints of Free Speech Green #11F220

Color information

#11F220 (or 0x11F220) is unknown color: approx Free Speech Green. HEX triplet: 11, F2 and 20. RGB value is (17,242,32). Sum of RGB (Red+Green+Blue) = 17+242+32=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #11F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F220 is #EE0DDF. Grayscale: #979797. Windows color (decimal): -15601120 or 2159121. OLE color: 2159121.

HSL color Cylindrical-coordinate representation of color #11F220: hue angle of 124º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F220 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB1724232-
CMYK0.9300.870.05
HSL124º89.64%50.78%-
HSV(B)124º92.98%94.9%-
XYZ32.2463.7311.97-
YUV150.7860.9632.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 242 (94.92% from 255) = 83.16%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=5.84%
G=83.16%
B=11.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17242320.9300.870.0512489.6450.78
Hex11F2205D05757c5a33
Octal21362401350127517413263
Binary100011111001010000010111010101011110111111001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,242,32); }

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

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

 a { background-color: rgb(17,242,32); }

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

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

 span { border-color: rgb(17,242,32); }

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