#11F017

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

Shades of Free Speech Green #11F017

Tints of Free Speech Green #11F017

Color information

#11F017 (or 0x11F017) is unknown color: approx Free Speech Green. HEX triplet: 11, F0 and 17. RGB value is (17,240,23). Sum of RGB (Red+Green+Blue) = 17+240+23=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 240 (94.14% from 255 or 85.71% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 240 - color contains mainly: green. Hex color #11F017 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F017 is #EE0FE8. Grayscale: #959595. Windows color (decimal): -15601641 or 1568785. OLE color: 1568785.

HSL color Cylindrical-coordinate representation of color #11F017: hue angle of 121.61º 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 #11F017 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB1724023-
CMYK0.9300.900.06
HSL121.61º88.14%50.39%-
HSV(B)121.61º92.92%94.12%-
XYZ31.5562.511.21-
YUV148.5857.1234.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 240 (94.14% from 255) = 85.71%
BLUE value IS 23 (9.38% from 255) = 8.21%
R=6.07%
G=85.71%
B=8.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal17240230.9300.900.06121.6188.1450.39
Hex11F0175D05A67a5832
Octal21360271350132617213062
Binary10001111100001011110111010101101011011110101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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