#11E414

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

Shades of Free Speech Green #11E414

Tints of Free Speech Green #11E414

Color information

#11E414 (or 0x11E414) is unknown color: approx Free Speech Green. HEX triplet: 11, E4 and 14. RGB value is (17,228,20). Sum of RGB (Red+Green+Blue) = 17+228+20=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 228 (89.45% from 255 or 86.04% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 228 - color contains mainly: green. Hex color #11E414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E414 is #EE1BEB. Grayscale: #8D8D8D. Windows color (decimal): -15604716 or 1369105. OLE color: 1369105.

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

Color convert

RGB1722820-
CMYK0.9300.910.11
HSL120.85º86.12%48.04%-
HSV(B)120.85º92.54%89.41%-
XYZ28.155.669.92-
YUV141.259.639.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 228 (89.45% from 255) = 86.04%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=6.42%
G=86.04%
B=7.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17228200.9300.910.11120.8586.1248.04
Hex11E4145D05BB795630
Octal213442413501331317112660
Binary100011110010010100101110101011011101111110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,228,20); }

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

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

 a { background-color: rgb(17,228,20); }

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

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

 span { border-color: rgb(17,228,20); }

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