#11f016

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

Shades of Free Speech Green #11F016

Tints of Free Speech Green #11F016

Color information

#11F016 (or 0x11F016) is unknown color: approx Free Speech Green. HEX triplet: 11, F0 and 16. RGB value is (17,240,22). Sum of RGB (Red+Green+Blue) = 17+240+22=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 240 (94.14% from 255 or 86.02% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 240 - color contains mainly: green. Hex color #11F016 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F016 is #EE0FE9. Grayscale: #959595. Windows color (decimal): -15601642 or 1503249. OLE color: 1503249.

HSL color Cylindrical-coordinate representation of color #11F016: hue angle of 121.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F016 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB1724022-
CMYK0.9300.910.06
HSL121.35º88.14%50.39%-
HSV(B)121.35º92.92%94.12%-
XYZ31.5462.511.16-
YUV148.4756.6234.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 240 (94.14% from 255) = 86.02%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=6.09%
G=86.02%
B=7.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal17240220.9300.910.06121.3588.1450.39
Hex11F0165D05B6795832
Octal21360261350133617113062
Binary10001111100001011010111010101101111011110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11f016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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