#13E920

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

Shades of Free Speech Green #13E920

Tints of Free Speech Green #13E920

Color information

#13E920 (or 0x13E920) is unknown color: approx Free Speech Green. HEX triplet: 13, E9 and 20. RGB value is (19,233,32). Sum of RGB (Red+Green+Blue) = 19+233+32=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 233 (91.41% from 255 or 82.04% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 233 - color contains mainly: green. Hex color #13E920 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13E920 is #EC16DF. Grayscale: #929292. Windows color (decimal): -15472352 or 2156819. OLE color: 2156819.

HSL color Cylindrical-coordinate representation of color #13E920: hue angle of 123.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E920 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB1923332-
CMYK0.9200.860.09
HSL123.64º84.92%49.41%-
HSV(B)123.64º91.85%91.37%-
XYZ29.6758.5211.1-
YUV146.163.637.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 233 (91.41% from 255) = 82.04%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=6.69%
G=82.04%
B=11.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19233320.9200.860.09123.6484.9249.41
Hex13E9205C05697c5531
Octal233514013401261117412561
Binary1001111101001100000101110001010110100111111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,233,32); }

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

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

 a { background-color: rgb(19,233,32); }

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

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

 span { border-color: rgb(19,233,32); }

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