#11E313

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

Shades of Free Speech Green #11E313

Tints of Free Speech Green #11E313

Color information

#11E313 (or 0x11E313) is unknown color: approx Free Speech Green. HEX triplet: 11, E3 and 13. RGB value is (17,227,19). Sum of RGB (Red+Green+Blue) = 17+227+19=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 227 (89.06% from 255 or 86.31% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 227 - color contains mainly: green. Hex color #11E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E313 is #EE1CEC. Grayscale: #8D8D8D. Windows color (decimal): -15604973 or 1303313. OLE color: 1303313.

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

Color convert

RGB1722719-
CMYK0.9300.920.11
HSL120.57º86.07%47.84%-
HSV(B)120.57º92.51%89.02%-
XYZ27.8255.19.79-
YUV140.559.4339.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 227 (89.06% from 255) = 86.31%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=6.46%
G=86.31%
B=7.22%

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
Decimal17227190.9300.920.11120.5786.0747.84
Hex11E3135D05CB795630
Octal213432313501341317112660
Binary100011110001110011101110101011100101111110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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