#11E228

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

Shades of Free Speech Green #11E228

Tints of Free Speech Green #11E228

Color information

#11E228 (or 0x11E228) is unknown color: approx Free Speech Green. HEX triplet: 11, E2 and 28. RGB value is (17,226,40). Sum of RGB (Red+Green+Blue) = 17+226+40=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 226 (88.67% from 255 or 79.86% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 226 - color contains mainly: green. Hex color #11E228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11E228 is #EE1DD7. Grayscale: #8E8E8E. Windows color (decimal): -15605208 or 2679313. OLE color: 2679313.

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

Color convert

RGB1722640-
CMYK0.9200.820.11
HSL126.6º86.01%47.65%-
HSV(B)126.6º92.48%88.63%-
XYZ27.8154.6711.09-
YUV142.370.2638.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 226 (88.67% from 255) = 79.86%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=6.01%
G=79.86%
B=14.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17226400.9200.820.11126.686.0147.65
Hex11E2285C052B7f5630
Octal213425013401221317712660
Binary1000111100010101000101110001010010101111111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,226,40); }

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

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

 a { background-color: rgb(17,226,40); }

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

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

 span { border-color: rgb(17,226,40); }

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