#11E80B

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

Shades of Free Speech Green #11E80B

Tints of Free Speech Green #11E80B

Color information

#11E80B (or 0x11E80B) is unknown color: approx Free Speech Green. HEX triplet: 11, E8 and 0B. RGB value is (17,232,11). Sum of RGB (Red+Green+Blue) = 17+232+11=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 232 (91.02% from 255 or 89.23% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 232 - color contains mainly: green. Hex color #11E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11E80B is #EE17F4. Grayscale: #8F8F8F. Windows color (decimal): -15603701 or 780305. OLE color: 780305.

HSL color Cylindrical-coordinate representation of color #11E80B: hue angle of 118.37º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11E80B is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB1723211-
CMYK0.9300.950.09
HSL118.37º90.95%47.65%-
HSV(B)118.37º95.26%90.98%-
XYZ29.1557.869.95-
YUV142.5253.7738.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 232 (91.02% from 255) = 89.23%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=6.54%
G=89.23%
B=4.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17232110.9300.950.09118.3790.9547.65
Hex11E8B5D05F9765b30
Octal213501313501371116613360
Binary10001111010001011101110101011111100111101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,232,11); }

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

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

 a { background-color: rgb(17,232,11); }

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

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

 span { border-color: rgb(17,232,11); }

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