#11DD16

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

Shades of Free Speech Green #11DD16

Tints of Free Speech Green #11DD16

Color information

#11DD16 (or 0x11DD16) is unknown color: approx Free Speech Green. HEX triplet: 11, DD and 16. RGB value is (17,221,22). Sum of RGB (Red+Green+Blue) = 17+221+22=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 221 (86.72% from 255 or 85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DD16 is #EE22E9. Grayscale: #898989. Windows color (decimal): -15606506 or 1498385. OLE color: 1498385.

HSL color Cylindrical-coordinate representation of color #11DD16: hue angle of 121.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD16 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB1722122-
CMYK0.9200.900.13
HSL121.47º85.71%46.67%-
HSV(B)121.47º92.31%86.67%-
XYZ26.2351.899.39-
YUV137.3262.9142.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 221 (86.72% from 255) = 85%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=6.54%
G=85%
B=8.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17221220.9200.900.13121.4785.7146.67
Hex11DD165C05AD79562f
Octal213352613401321517112657
Binary100011101110110110101110001011010110111110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,221,22); }

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

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

 a { background-color: rgb(17,221,22); }

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

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

 span { border-color: rgb(17,221,22); }

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