#13E411

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

Shades of Free Speech Green #13E411

Tints of Free Speech Green #13E411

Color information

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

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

Color convert

RGB1922817-
CMYK0.9200.930.11
HSL119.43º86.12%48.04%-
HSV(B)119.43º92.54%89.41%-
XYZ28.1155.679.79-
YUV141.4557.7640.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19228170.9200.930.11119.4386.1248.04
Hex13E4115C05DB775630
Octal233442113401351316712660
Binary100111110010010001101110001011101101111101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13E411; }

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

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

<style>
 a { background-color: #13E411; }

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

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

<style>
 span { border-color: #13E411; }

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

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