#11E413

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

Shades of Free Speech Green #11E413

Tints of Free Speech Green #11E413

Color information

#11E413 (or 0x11E413) is unknown color: approx Free Speech Green. HEX triplet: 11, E4 and 13. RGB value is (17,228,19). Sum of RGB (Red+Green+Blue) = 17+228+19=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 228 (89.45% from 255 or 86.36% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 228 - color contains mainly: green. Hex color #11E413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E413 is #EE1BEC. Grayscale: #8D8D8D. Windows color (decimal): -15604717 or 1303569. OLE color: 1303569.

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

Color convert

RGB1722819-
CMYK0.9300.920.11
HSL120.57º86.12%48.04%-
HSV(B)120.57º92.54%89.41%-
XYZ28.0955.659.88-
YUV141.0859.139.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 228 (89.45% from 255) = 86.36%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=6.44%
G=86.36%
B=7.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17228190.9300.920.11120.5786.1248.04
Hex11E4135D05CB795630
Octal213442313501341317112660
Binary100011110010010011101110101011100101111110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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